aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/mpc8349emitx.dts17
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};