diff options
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-nsa310-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-nsa310-common.dtsi | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/arch/arm/boot/dts/kirkwood-nsa310-common.dtsi b/arch/arm/boot/dts/kirkwood-nsa310-common.dtsi index 06267a91de38..e3f915defd3d 100644 --- a/arch/arm/boot/dts/kirkwood-nsa310-common.dtsi +++ b/arch/arm/boot/dts/kirkwood-nsa310-common.dtsi | |||
@@ -27,49 +27,6 @@ | |||
27 | nr-ports = <2>; | 27 | nr-ports = <2>; |
28 | }; | 28 | }; |
29 | 29 | ||
30 | nand@3000000 { | ||
31 | status = "okay"; | ||
32 | chip-delay = <35>; | ||
33 | |||
34 | partition@0 { | ||
35 | label = "uboot"; | ||
36 | reg = <0x0000000 0x0100000>; | ||
37 | read-only; | ||
38 | }; | ||
39 | partition@100000 { | ||
40 | label = "uboot_env"; | ||
41 | reg = <0x0100000 0x0080000>; | ||
42 | }; | ||
43 | partition@180000 { | ||
44 | label = "key_store"; | ||
45 | reg = <0x0180000 0x0080000>; | ||
46 | }; | ||
47 | partition@200000 { | ||
48 | label = "info"; | ||
49 | reg = <0x0200000 0x0080000>; | ||
50 | }; | ||
51 | partition@280000 { | ||
52 | label = "etc"; | ||
53 | reg = <0x0280000 0x0a00000>; | ||
54 | }; | ||
55 | partition@c80000 { | ||
56 | label = "kernel_1"; | ||
57 | reg = <0x0c80000 0x0a00000>; | ||
58 | }; | ||
59 | partition@1680000 { | ||
60 | label = "rootfs1"; | ||
61 | reg = <0x1680000 0x2fc0000>; | ||
62 | }; | ||
63 | partition@4640000 { | ||
64 | label = "kernel_2"; | ||
65 | reg = <0x4640000 0x0a00000>; | ||
66 | }; | ||
67 | partition@5040000 { | ||
68 | label = "rootfs2"; | ||
69 | reg = <0x5040000 0x2fc0000>; | ||
70 | }; | ||
71 | }; | ||
72 | |||
73 | pcie-controller { | 30 | pcie-controller { |
74 | status = "okay"; | 31 | status = "okay"; |
75 | 32 | ||
@@ -105,3 +62,46 @@ | |||
105 | }; | 62 | }; |
106 | }; | 63 | }; |
107 | }; | 64 | }; |
65 | |||
66 | &nand { | ||
67 | status = "okay"; | ||
68 | chip-delay = <35>; | ||
69 | |||
70 | partition@0 { | ||
71 | label = "uboot"; | ||
72 | reg = <0x0000000 0x0100000>; | ||
73 | read-only; | ||
74 | }; | ||
75 | partition@100000 { | ||
76 | label = "uboot_env"; | ||
77 | reg = <0x0100000 0x0080000>; | ||
78 | }; | ||
79 | partition@180000 { | ||
80 | label = "key_store"; | ||
81 | reg = <0x0180000 0x0080000>; | ||
82 | }; | ||
83 | partition@200000 { | ||
84 | label = "info"; | ||
85 | reg = <0x0200000 0x0080000>; | ||
86 | }; | ||
87 | partition@280000 { | ||
88 | label = "etc"; | ||
89 | reg = <0x0280000 0x0a00000>; | ||
90 | }; | ||
91 | partition@c80000 { | ||
92 | label = "kernel_1"; | ||
93 | reg = <0x0c80000 0x0a00000>; | ||
94 | }; | ||
95 | partition@1680000 { | ||
96 | label = "rootfs1"; | ||
97 | reg = <0x1680000 0x2fc0000>; | ||
98 | }; | ||
99 | partition@4640000 { | ||
100 | label = "kernel_2"; | ||
101 | reg = <0x4640000 0x0a00000>; | ||
102 | }; | ||
103 | partition@5040000 { | ||
104 | label = "rootfs2"; | ||
105 | reg = <0x5040000 0x2fc0000>; | ||
106 | }; | ||
107 | }; | ||