mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 03:31:56 +00:00
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>
23 lines
260 B
Plaintext
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";
|
|
};
|