aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-mplcec4.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-mplcec4.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-mplcec4.dts62
1 files changed, 31 insertions, 31 deletions
diff --git a/arch/arm/boot/dts/kirkwood-mplcec4.dts b/arch/arm/boot/dts/kirkwood-mplcec4.dts
index 26ae24055d85..6c1ec2786e6e 100644
--- a/arch/arm/boot/dts/kirkwood-mplcec4.dts
+++ b/arch/arm/boot/dts/kirkwood-mplcec4.dts
@@ -95,37 +95,6 @@
95 pinctrl-names = "default"; 95 pinctrl-names = "default";
96 }; 96 };
97 97
98 nand@3000000 {
99 pinctrl-0 = <&pmx_nand>;
100 pinctrl-names = "default";
101 status = "okay";
102
103 partition@0 {
104 label = "uboot";
105 reg = <0x0000000 0x100000>;
106 };
107
108 partition@100000 {
109 label = "env";
110 reg = <0x100000 0x80000>;
111 };
112
113 partition@180000 {
114 label = "fdt";
115 reg = <0x180000 0x80000>;
116 };
117
118 partition@200000 {
119 label = "kernel";
120 reg = <0x200000 0x400000>;
121 };
122
123 partition@600000 {
124 label = "rootfs";
125 reg = <0x600000 0x1fa00000>;
126 };
127 };
128
129 rtc@10300 { 98 rtc@10300 {
130 status = "disabled"; 99 status = "disabled";
131 }; 100 };
@@ -193,6 +162,37 @@
193 }; 162 };
194}; 163};
195 164
165&nand {
166 pinctrl-0 = <&pmx_nand>;
167 pinctrl-names = "default";
168 status = "okay";
169
170 partition@0 {
171 label = "uboot";
172 reg = <0x0000000 0x100000>;
173 };
174
175 partition@100000 {
176 label = "env";
177 reg = <0x100000 0x80000>;
178 };
179
180 partition@180000 {
181 label = "fdt";
182 reg = <0x180000 0x80000>;
183 };
184
185 partition@200000 {
186 label = "kernel";
187 reg = <0x200000 0x400000>;
188 };
189
190 partition@600000 {
191 label = "rootfs";
192 reg = <0x600000 0x1fa00000>;
193 };
194};
195
196&mdio { 196&mdio {
197 status = "okay"; 197 status = "okay";
198 198