diff options
Diffstat (limited to 'arch/powerpc/boot/dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 16 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds.dts | 16 |
2 files changed, 16 insertions, 16 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 { |
diff --git a/arch/powerpc/boot/dts/mpc8572ds.dts b/arch/powerpc/boot/dts/mpc8572ds.dts index f7dae307d74a..a10506e6fa27 100644 --- a/arch/powerpc/boot/dts/mpc8572ds.dts +++ b/arch/powerpc/boot/dts/mpc8572ds.dts | |||
@@ -67,17 +67,17 @@ | |||
67 | #address-cells = <2>; | 67 | #address-cells = <2>; |
68 | #size-cells = <1>; | 68 | #size-cells = <1>; |
69 | compatible = "fsl,mpc8572-elbc", "fsl,elbc", "simple-bus"; | 69 | compatible = "fsl,mpc8572-elbc", "fsl,elbc", "simple-bus"; |
70 | reg = <0xffe05000 0x1000>; | 70 | reg = <0 0xffe05000 0 0x1000>; |
71 | interrupts = <19 2>; | 71 | interrupts = <19 2>; |
72 | interrupt-parent = <&mpic>; | 72 | interrupt-parent = <&mpic>; |
73 | 73 | ||
74 | ranges = <0x0 0x0 0xe8000000 0x08000000 | 74 | ranges = <0x0 0x0 0x0 0xe8000000 0x08000000 |
75 | 0x1 0x0 0xe0000000 0x08000000 | 75 | 0x1 0x0 0x0 0xe0000000 0x08000000 |
76 | 0x2 0x0 0xffa00000 0x00040000 | 76 | 0x2 0x0 0x0 0xffa00000 0x00040000 |
77 | 0x3 0x0 0xffdf0000 0x00008000 | 77 | 0x3 0x0 0x0 0xffdf0000 0x00008000 |
78 | 0x4 0x0 0xffa40000 0x00040000 | 78 | 0x4 0x0 0x0 0xffa40000 0x00040000 |
79 | 0x5 0x0 0xffa80000 0x00040000 | 79 | 0x5 0x0 0x0 0xffa80000 0x00040000 |
80 | 0x6 0x0 0xffac0000 0x00040000>; | 80 | 0x6 0x0 0x0 0xffac0000 0x00040000>; |
81 | 81 | ||
82 | nor@0,0 { | 82 | nor@0,0 { |
83 | #address-cells = <1>; | 83 | #address-cells = <1>; |