2019-04-06 21:08:09 +08:00
|
|
|
/* SPDX-License-Identifier: Apache-2.0 */
|
|
|
|
|
2017-07-22 14:13:10 +08:00
|
|
|
/dts-v1/;
|
|
|
|
|
2018-09-12 23:14:14 +08:00
|
|
|
#include <ti/msp432p401r.dtsi>
|
2017-07-22 14:13:10 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "TI MSP-EXP432P401R LaunchXL";
|
|
|
|
compatible = "ti,msp-exp432p401r-launchxl","ti,msp432p401r",
|
|
|
|
"ti,msp432p4xx";
|
|
|
|
|
|
|
|
aliases {
|
2018-04-11 00:56:14 +08:00
|
|
|
uart-0 = &uart0;
|
2017-07-22 14:13:10 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
zephyr,sram = &sram0;
|
|
|
|
zephyr,flash = &flash0;
|
|
|
|
zephyr,console = &uart0;
|
2018-11-27 19:11:04 +08:00
|
|
|
zephyr,shell-uart = &uart0;
|
2017-07-22 14:13:10 +08:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-06-21 20:47:08 +08:00
|
|
|
&cpu0 {
|
|
|
|
clock-frequency = <48000000>;
|
|
|
|
};
|
|
|
|
|
2017-07-22 14:13:10 +08:00
|
|
|
&uart0 {
|
2019-06-15 01:31:16 +08:00
|
|
|
status = "okay";
|
2017-07-22 14:13:10 +08:00
|
|
|
current-speed = <115200>;
|
|
|
|
};
|
|
|
|
|