diff options
Diffstat (limited to 'arch/arm/boot/dts/at91sam9m10g45ek.dts')
-rw-r--r-- | arch/arm/boot/dts/at91sam9m10g45ek.dts | 49 |
1 files changed, 34 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/at91sam9m10g45ek.dts b/arch/arm/boot/dts/at91sam9m10g45ek.dts index 2400c99134f7..2522c3308305 100644 --- a/arch/arm/boot/dts/at91sam9m10g45ek.dts +++ b/arch/arm/boot/dts/at91sam9m10g45ek.dts | |||
@@ -245,25 +245,44 @@ | |||
245 | }; | 245 | }; |
246 | }; | 246 | }; |
247 | 247 | ||
248 | nand0: nand@40000000 { | 248 | ebi: ebi@10000000 { |
249 | nand-bus-width = <8>; | ||
250 | nand-ecc-mode = "soft"; | ||
251 | nand-on-flash-bbt; | ||
252 | status = "okay"; | 249 | status = "okay"; |
253 | 250 | ||
254 | boot@0 { | 251 | nand_controller: nand-controller { |
255 | label = "bootstrap/uboot/kernel"; | 252 | status = "okay"; |
256 | reg = <0x0 0x400000>; | 253 | pinctrl-0 = <&pinctrl_nand_cs &pinctrl_nand_rb>; |
257 | }; | 254 | pinctrl-names = "default"; |
258 | 255 | ||
259 | rootfs@400000 { | 256 | nand@3 { |
260 | label = "rootfs"; | 257 | reg = <0x3 0x0 0x800000>; |
261 | reg = <0x400000 0x3C00000>; | 258 | rb-gpios = <&pioC 8 GPIO_ACTIVE_HIGH>; |
262 | }; | 259 | cs-gpios = <&pioC 14 GPIO_ACTIVE_HIGH>; |
260 | nand-bus-width = <8>; | ||
261 | nand-ecc-mode = "soft"; | ||
262 | nand-on-flash-bbt; | ||
263 | label = "atmel_nand"; | ||
264 | |||
265 | partitions { | ||
266 | compatible = "fixed-partitions"; | ||
267 | #address-cells = <1>; | ||
268 | #size-cells = <1>; | ||
269 | |||
270 | boot@0 { | ||
271 | label = "bootstrap/uboot/kernel"; | ||
272 | reg = <0x0 0x400000>; | ||
273 | }; | ||
263 | 274 | ||
264 | data@4000000 { | 275 | rootfs@400000 { |
265 | label = "data"; | 276 | label = "rootfs"; |
266 | reg = <0x4000000 0xC000000>; | 277 | reg = <0x400000 0x3C00000>; |
278 | }; | ||
279 | |||
280 | data@4000000 { | ||
281 | label = "data"; | ||
282 | reg = <0x4000000 0xC000000>; | ||
283 | }; | ||
284 | }; | ||
285 | }; | ||
267 | }; | 286 | }; |
268 | }; | 287 | }; |
269 | 288 | ||