diff options
Diffstat (limited to 'arch/arm/boot/dts/aks-cdu.dts')
-rw-r--r-- | arch/arm/boot/dts/aks-cdu.dts | 56 |
1 files changed, 30 insertions, 26 deletions
diff --git a/arch/arm/boot/dts/aks-cdu.dts b/arch/arm/boot/dts/aks-cdu.dts index 5b1bf92d927c..888bfcd4a402 100644 --- a/arch/arm/boot/dts/aks-cdu.dts +++ b/arch/arm/boot/dts/aks-cdu.dts | |||
@@ -62,32 +62,36 @@ | |||
62 | status = "okay"; | 62 | status = "okay"; |
63 | }; | 63 | }; |
64 | 64 | ||
65 | nand0: nand@40000000 { | 65 | ebi: ebi@10000000 { |
66 | nand-bus-width = <8>; | 66 | nand_controller: nand-controller { |
67 | nand-ecc-mode = "soft"; | 67 | nand: nand@3 { |
68 | nand-on-flash-bbt; | 68 | partitions { |
69 | status = "okay"; | 69 | bootstrap@0 { |
70 | 70 | label = "bootstrap"; | |
71 | bootstrap@0 { | 71 | reg = <0x0 0x40000>; |
72 | label = "bootstrap"; | 72 | }; |
73 | reg = <0x0 0x40000>; | 73 | |
74 | }; | 74 | uboot@40000 { |
75 | 75 | label = "uboot"; | |
76 | uboot@40000 { | 76 | reg = <0x40000 0x80000>; |
77 | label = "uboot"; | 77 | }; |
78 | reg = <0x40000 0x80000>; | 78 | |
79 | }; | 79 | ubootenv@c0000 { |
80 | ubootenv@c0000 { | 80 | label = "ubootenv"; |
81 | label = "ubootenv"; | 81 | reg = <0xc0000 0x40000>; |
82 | reg = <0xc0000 0x40000>; | 82 | }; |
83 | }; | 83 | |
84 | kernel@100000 { | 84 | kernel@100000 { |
85 | label = "kernel"; | 85 | label = "kernel"; |
86 | reg = <0x100000 0x400000>; | 86 | reg = <0x100000 0x400000>; |
87 | }; | 87 | }; |
88 | rootfs@500000 { | 88 | |
89 | label = "rootfs"; | 89 | rootfs@500000 { |
90 | reg = <0x500000 0x7b00000>; | 90 | label = "rootfs"; |
91 | reg = <0x500000 0x7b00000>; | ||
92 | }; | ||
93 | }; | ||
94 | }; | ||
91 | }; | 95 | }; |
92 | }; | 96 | }; |
93 | }; | 97 | }; |