summaryrefslogtreecommitdiff
path: root/dts/arm/cc3220sf_launchxl.dts
blob: 7093d27399201ebb1555234e6720d95d35098446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/dts-v1/;

#include <ti/cc32xx.dtsi>

/ {
	model = "TI CC3220SF LaunchXL";
	compatible = "ti,cc3220sf-launchxl", "ti,cc3220sf", "ti,cc32xx";

	aliases {
		uart_0 = &uart0;
		uart_1 = &uart1;
	};

	chosen {
		zephyr,sram = &sram0;
		zephyr,flash = &flash1;
	};
};

&uart0 {
	status = "ok";
	current-speed = <115200>;
};