zephyr/dts/arm/cc3200_launchxl.dts
Kumar Gala d1821640b3 dts: arm: move SoC dtsi into per vendor dir
Move the SoC dtsi into a vendor dir so as we grow and possibly share
things with other projects we are hopefully in sync (or closer to it).

Change-Id: I71666cff49f9694eee3f5d92dac8aeea416b730a
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-04-04 17:55:13 -05:00

23 lines
260 B
Plaintext

/dts-v1/;
#include <ti/cc32xx_launchxl.dtsi>
/ {
model = "TI CC3200 LaunchXL";
compatible = "ti,cc32xx";
aliases {
uart_0 = &uart0;
uart_1 = &uart1;
};
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&uart0 {
status = "ok";
};