blob: b6e0fd4057168b79291a3e3e0801cb8e98b6acfb [file] [log] [blame]
/dts-v1/;
#include <ti/msp432p4xx.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;
};
};
&uart0 {
status = "ok";
current-speed = <115200>;
};