diff options
author | Stefan Roese <sr@denx.de> | 2011-07-17 23:49:14 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2011-08-11 13:50:42 -0400 |
commit | 2f6bab96ef60dd87e0a17272f9f8a6ee12118d32 (patch) | |
tree | 7a9ca3f581538f98bb59ee38e54b7457b94fb1d4 /arch/powerpc/boot/dts/yosemite.dts | |
parent | 674bfa485554156aa90ce17288712fcb568a42c3 (diff) |
powerpc/44x: Add NOR flash device to Yosemite dts
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'arch/powerpc/boot/dts/yosemite.dts')
-rw-r--r-- | arch/powerpc/boot/dts/yosemite.dts | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/yosemite.dts b/arch/powerpc/boot/dts/yosemite.dts index 64923245f0e5..30bb4753577a 100644 --- a/arch/powerpc/boot/dts/yosemite.dts +++ b/arch/powerpc/boot/dts/yosemite.dts | |||
@@ -138,6 +138,42 @@ | |||
138 | clock-frequency = <0>; /* Filled in by zImage */ | 138 | clock-frequency = <0>; /* Filled in by zImage */ |
139 | interrupts = <0x5 0x1>; | 139 | interrupts = <0x5 0x1>; |
140 | interrupt-parent = <&UIC1>; | 140 | interrupt-parent = <&UIC1>; |
141 | |||
142 | nor_flash@0,0 { | ||
143 | compatible = "amd,s29gl256n", "cfi-flash"; | ||
144 | bank-width = <2>; | ||
145 | reg = <0x00000000 0x00000000 0x04000000>; | ||
146 | #address-cells = <1>; | ||
147 | #size-cells = <1>; | ||
148 | partition@0 { | ||
149 | label = "kernel"; | ||
150 | reg = <0x00000000 0x001e0000>; | ||
151 | }; | ||
152 | partition@1e0000 { | ||
153 | label = "dtb"; | ||
154 | reg = <0x001e0000 0x00020000>; | ||
155 | }; | ||
156 | partition@200000 { | ||
157 | label = "ramdisk"; | ||
158 | reg = <0x00200000 0x01400000>; | ||
159 | }; | ||
160 | partition@1600000 { | ||
161 | label = "jffs2"; | ||
162 | reg = <0x01600000 0x00400000>; | ||
163 | }; | ||
164 | partition@1a00000 { | ||
165 | label = "user"; | ||
166 | reg = <0x01a00000 0x02540000>; | ||
167 | }; | ||
168 | partition@3f40000 { | ||
169 | label = "env"; | ||
170 | reg = <0x03f40000 0x00040000>; | ||
171 | }; | ||
172 | partition@3f80000 { | ||
173 | label = "u-boot"; | ||
174 | reg = <0x03f80000 0x00080000>; | ||
175 | }; | ||
176 | }; | ||
141 | }; | 177 | }; |
142 | 178 | ||
143 | UART0: serial@ef600300 { | 179 | UART0: serial@ef600300 { |