diff --git a/dts/arm/ti/cc32xx_launchxl.dtsi b/dts/arm/ti/cc32xx_launchxl.dtsi index a97361ccef4..0254f647d8b 100644 --- a/dts/arm/ti/cc32xx_launchxl.dtsi +++ b/dts/arm/ti/cc32xx_launchxl.dtsi @@ -1,5 +1,4 @@ #include -#include #include /* Note: Zephyr uses exception numbers, vs the IRQ #s used by the CC3200 SDK */ @@ -25,17 +24,17 @@ }; soc { - uart0: uart@UARTA0_BASE { + uart0: uart@4000C000 { compatible = "ti,cc32xx-uart"; - reg = ; + reg = <0x4000C000 0x4c>; interrupts = ; baud-rate = <115200>; status = "disabled"; }; - uart1: uart@UARTA1_BASE { + uart1: uart@4000D000 { compatible = "ti,cc32xx-uart"; - reg = ; + reg = <0x4000D000 0x4c>; interrupts = ; baud-rate = <115200>; status = "disabled";