diff options
Diffstat (limited to 'arch/arm/boot/dts/usb_a9g20.dts')
-rw-r--r-- | arch/arm/boot/dts/usb_a9g20.dts | 44 |
1 files changed, 43 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/usb_a9g20.dts b/arch/arm/boot/dts/usb_a9g20.dts index d74545a2a77c..71d83ef316df 100644 --- a/arch/arm/boot/dts/usb_a9g20.dts +++ b/arch/arm/boot/dts/usb_a9g20.dts | |||
@@ -13,7 +13,7 @@ | |||
13 | compatible = "calao,usb-a9g20", "atmel,at91sam9g20", "atmel,at91sam9"; | 13 | compatible = "calao,usb-a9g20", "atmel,at91sam9g20", "atmel,at91sam9"; |
14 | 14 | ||
15 | chosen { | 15 | chosen { |
16 | bootargs = "mem=64M console=ttyS0,115200 mtdparts=atmel_nand:128k(at91bootstrap),256k(barebox)ro,128k(bareboxenv),128k(bareboxenv2),4M(kernel),120M(rootfs),-(data) root=/dev/mtdblock5 rw rootfstype=ubifs"; | 16 | bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs"; |
17 | }; | 17 | }; |
18 | 18 | ||
19 | memory@20000000 { | 19 | memory@20000000 { |
@@ -31,6 +31,48 @@ | |||
31 | status = "okay"; | 31 | status = "okay"; |
32 | }; | 32 | }; |
33 | }; | 33 | }; |
34 | |||
35 | nand0: nand@40000000 { | ||
36 | nand-bus-width = <8>; | ||
37 | nand-ecc-mode = "soft"; | ||
38 | nand-on-flash-bbt; | ||
39 | status = "okay"; | ||
40 | |||
41 | at91bootstrap@0 { | ||
42 | label = "at91bootstrap"; | ||
43 | reg = <0x0 0x20000>; | ||
44 | }; | ||
45 | |||
46 | barebox@20000 { | ||
47 | label = "barebox"; | ||
48 | reg = <0x20000 0x40000>; | ||
49 | }; | ||
50 | |||
51 | bareboxenv@60000 { | ||
52 | label = "bareboxenv"; | ||
53 | reg = <0x60000 0x20000>; | ||
54 | }; | ||
55 | |||
56 | bareboxenv2@80000 { | ||
57 | label = "bareboxenv2"; | ||
58 | reg = <0x80000 0x20000>; | ||
59 | }; | ||
60 | |||
61 | kernel@a0000 { | ||
62 | label = "kernel"; | ||
63 | reg = <0xa0000 0x400000>; | ||
64 | }; | ||
65 | |||
66 | rootfs@4a0000 { | ||
67 | label = "rootfs"; | ||
68 | reg = <0x4a0000 0x7800000>; | ||
69 | }; | ||
70 | |||
71 | data@7ca0000 { | ||
72 | label = "data"; | ||
73 | reg = <0x7ca0000 0x8360000>; | ||
74 | }; | ||
75 | }; | ||
34 | }; | 76 | }; |
35 | 77 | ||
36 | leds { | 78 | leds { |