This patch adds support for the following devices to the Kilauea dts:
- PPC4xx NAND controller (NDFC)
- I2C RTC (Dallas DS1338)
- I2C HWMON (Dallas DS1775)

Additionally the partitioning of the NOR FLASH is changed. The dtb
partition has been missing. Fixed in this patch.

Signed-off-by: Stefan Roese <s...@denx.de>
---
 arch/powerpc/boot/dts/kilauea.dts |   44 ++++++++++++++++++++++++++++++++++--
 1 files changed, 41 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/boot/dts/kilauea.dts 
b/arch/powerpc/boot/dts/kilauea.dts
index 5e6b08f..c465614 100644
--- a/arch/powerpc/boot/dts/kilauea.dts
+++ b/arch/powerpc/boot/dts/kilauea.dts
@@ -1,7 +1,7 @@
 /*
  * Device Tree Source for AMCC Kilauea (405EX)
  *
- * Copyright 2007 DENX Software Engineering, Stefan Roese <s...@denx.de>
+ * Copyright 2007-2009 DENX Software Engineering, Stefan Roese <s...@denx.de>
  *
  * This file is licensed under the terms of the GNU General Public
  * License version 2.  This program is licensed "as is" without
@@ -150,7 +150,11 @@
                                        #size-cells = <1>;
                                        partit...@0 {
                                                label = "kernel";
-                                               reg = <0x00000000 0x00200000>;
+                                               reg = <0x00000000 0x001e0000>;
+                                       };
+                                       partit...@1e0000 {
+                                               label = "dtb";
+                                               reg = <0x001e0000 0x00020000>;
                                        };
                                        partit...@200000 {
                                                label = "root";
@@ -169,6 +173,29 @@
                                                reg = <0x03fa0000 0x00060000>;
                                        };
                                };
+
+                               n...@1,0 {
+                                       compatible = "ibm,ndfc";
+                                       reg = <0x00000001 0x00000000 
0x00002000>;
+                                       ccr = <0x00001000>;
+                                       bank-settings = <0x80002222>;
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       nand {
+                                               #address-cells = <1>;
+                                               #size-cells = <1>;
+
+                                               partit...@0 {
+                                                       label = "u-boot";
+                                                       reg = <0x00000000 
0x00100000>;
+                                               };
+                                               partit...@100000 {
+                                                       label = "user";
+                                                       reg = <0x00000000 
0x03f00000>;
+                                               };
+                                       };
+                               };
                        };
 
                        UART0: ser...@ef600200 {
@@ -198,6 +225,18 @@
                                reg = <0xef600400 0x00000014>;
                                interrupt-parent = <&UIC0>;
                                interrupts = <0x2 0x4>;
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+
+                               r...@68 {
+                                       compatible = "dallas,ds1338";
+                                       reg = <0x68>;
+                               };
+
+                               d...@48 {
+                                       compatible = "dallas,ds1775";
+                                       reg = <0x48>;
+                               };
                        };
 
                        IIC1: i...@ef600500 {
@@ -207,7 +246,6 @@
                                interrupts = <0x7 0x4>;
                        };
 
-
                        RGMII0: emac-rg...@ef600b00 {
                                compatible = "ibm,rgmii-405ex", "ibm,rgmii";
                                reg = <0xef600b00 0x00000104>;
-- 
1.6.3.4

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to