diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2007-12-04 14:45:31 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-23 20:33:08 -0500 |
commit | 9b6d19dd1d87fcca43ebadfad2f50cee07fbef5e (patch) | |
tree | 982239e8ded170b4cc72107c00df5d2e4e0e3f5a /arch/powerpc/boot/dts/mpc8349emitx.dts | |
parent | 866b6ddd283ac453d4208831119d2b8272cda832 (diff) |
[POWERPC] MPC8349E-mITX: introduce localbus and pata nodes
This patch adds localbus and pata nodes to use CF IDE interface
on MPC8349E-mITX boards.
Patch also adds code to probe localbus.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitx.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index a4a9fafe217a..a14399b61fa9 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
@@ -251,6 +251,21 @@ | |||
251 | device_type = "pci"; | 251 | device_type = "pci"; |
252 | }; | 252 | }; |
253 | 253 | ||
254 | localbus@e0005000 { | ||
255 | #address-cells = <2>; | ||
256 | #size-cells = <1>; | ||
257 | compatible = "fsl,mpc8349e-localbus", | ||
258 | "fsl,pq2pro-localbus"; | ||
259 | reg = <e0005000 d8>; | ||
260 | ranges = <3 0 f0000000 210>; | ||
254 | 261 | ||
255 | 262 | pata@3,0 { | |
263 | compatible = "fsl,mpc8349emitx-pata", "ata-generic"; | ||
264 | reg = <3 0 10 3 20c 4>; | ||
265 | reg-shift = <1>; | ||
266 | pio-mode = <6>; | ||
267 | interrupts = <17 8>; | ||
268 | interrupt-parent = <&ipic>; | ||
269 | }; | ||
270 | }; | ||
256 | }; | 271 | }; |