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