aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/lpc32xx.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi
index 5eb223dffbe7..aa1d9dd248fd 100644
--- a/arch/arm/boot/dts/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/lpc32xx.dtsi
@@ -219,6 +219,7 @@
219 i2s0: i2s@20094000 { 219 i2s0: i2s@20094000 {
220 compatible = "nxp,lpc3220-i2s"; 220 compatible = "nxp,lpc3220-i2s";
221 reg = <0x20094000 0x1000>; 221 reg = <0x20094000 0x1000>;
222 status = "disabled";
222 }; 223 };
223 224
224 sd: sd@20098000 { 225 sd: sd@20098000 {
@@ -234,6 +235,7 @@
234 i2s1: i2s@2009c000 { 235 i2s1: i2s@2009c000 {
235 compatible = "nxp,lpc3220-i2s"; 236 compatible = "nxp,lpc3220-i2s";
236 reg = <0x2009c000 0x1000>; 237 reg = <0x2009c000 0x1000>;
238 status = "disabled";
237 }; 239 };
238 240
239 /* UART5 first since it is the default console, ttyS0 */ 241 /* UART5 first since it is the default console, ttyS0 */