diff options
Diffstat (limited to 'arch/powerpc/boot/dts/uc101.dts')
-rw-r--r-- | arch/powerpc/boot/dts/uc101.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/uc101.dts b/arch/powerpc/boot/dts/uc101.dts index 019264c62904..e00441a3e5a7 100644 --- a/arch/powerpc/boot/dts/uc101.dts +++ b/arch/powerpc/boot/dts/uc101.dts | |||
@@ -158,19 +158,19 @@ | |||
158 | reg = <0x1f00 0x100>; | 158 | reg = <0x1f00 0x100>; |
159 | }; | 159 | }; |
160 | 160 | ||
161 | serial@2000 { /* PSC1 in UART mode */ | 161 | psc@2000 { /* PSC1 in UART mode */ |
162 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 162 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
163 | reg = <0x2000 0x100>; | 163 | reg = <0x2000 0x100>; |
164 | interrupts = <2 1 0>; | 164 | interrupts = <2 1 0>; |
165 | }; | 165 | }; |
166 | 166 | ||
167 | serial@2200 { /* PSC2 in UART mode */ | 167 | psc@2200 { /* PSC2 in UART mode */ |
168 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 168 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
169 | reg = <0x2200 0x100>; | 169 | reg = <0x2200 0x100>; |
170 | interrupts = <2 2 0>; | 170 | interrupts = <2 2 0>; |
171 | }; | 171 | }; |
172 | 172 | ||
173 | serial@2c00 { /* PSC6 in UART mode */ | 173 | psc@2c00 { /* PSC6 in UART mode */ |
174 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; | 174 | compatible = "fsl,mpc5200b-psc-uart","fsl,mpc5200-psc-uart"; |
175 | reg = <0x2c00 0x100>; | 175 | reg = <0x2c00 0x100>; |
176 | interrupts = <2 4 0>; | 176 | interrupts = <2 4 0>; |