1/* SPDX-License-Identifier: Apache-2.0 */ 2 3/dts-v1/; 4 5#include <ti/msp432p401r.dtsi> 6 7/ { 8 model = "TI MSP-EXP432P401R LaunchXL"; 9 compatible = "ti,msp-exp432p401r-launchxl","ti,msp432p401r", 10 "ti,msp432p4xx"; 11 12 chosen { 13 zephyr,sram = &sram0; 14 zephyr,flash = &flash0; 15 zephyr,console = &uart0; 16 zephyr,shell-uart = &uart0; 17 }; 18}; 19 20&cpu0 { 21 clock-frequency = <48000000>; 22}; 23 24&uart0 { 25 status = "okay"; 26 current-speed = <115200>; 27}; 28