blob: 6a60a54a31700539cc07dcaebf0c97288f95f7a7 [file] [log] [blame]
/dts-v1/;
#include <ti/msp432p401r.dtsi>
/ {
model = "TI MSP-EXP432P401R LaunchXL";
compatible = "ti,msp-exp432p401r-launchxl","ti,msp432p401r",
"ti,msp432p4xx";
aliases {
uart-0 = &uart0;
};
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
};
};
&uart0 {
status = "ok";
current-speed = <115200>;
};