aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8349emitx.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitx.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8349emitx.dts16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts
index d86c6a3283ec..5ba5c6633b81 100644
--- a/arch/powerpc/boot/dts/mpc8349emitx.dts
+++ b/arch/powerpc/boot/dts/mpc8349emitx.dts
@@ -90,6 +90,14 @@
90 interrupts = <18 0x8>; 90 interrupts = <18 0x8>;
91 interrupt-parent = <&ipic>; 91 interrupt-parent = <&ipic>;
92 }; 92 };
93
94 mcu_pio: mcu@a {
95 #gpio-cells = <2>;
96 compatible = "fsl,mc9s08qg8-mpc8349emitx",
97 "fsl,mcu-mpc8349emitx";
98 reg = <0x0a>;
99 gpio-controller;
100 };
93 }; 101 };
94 102
95 spi@7000 { 103 spi@7000 {
@@ -138,14 +146,6 @@
138 interrupt-parent = <&ipic>; 146 interrupt-parent = <&ipic>;
139 interrupts = <71 8>; 147 interrupts = <71 8>;
140 }; 148 };
141
142 mcu_pio: mcu@a {
143 #gpio-cells = <2>;
144 compatible = "fsl,mc9s08qg8-mpc8349emitx",
145 "fsl,mcu-mpc8349emitx";
146 reg = <0x0a>;
147 gpio-controller;
148 };
149 }; 149 };
150 150
151 usb@22000 { 151 usb@22000 {