blob: b2eb66c9ec3d512f34d76b41842c9485ba0774a2 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
/dts-v1/;
#include "ti/cc2650.dtsi"
/ {
model = "TI CC2650 SensorTag";
compatible = "ti,cc2650";
aliases {
gpio-a = &gpioa;
pinmux-a = &pinmux_a;
prcm0 = &prcm0;
trng0 = &trng0;
uart-0 = &uart0;
};
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
};
};
&gpioa {
status = "okay";
};
&trng0 {
status = "okay";
};
&uart0 {
status = "okay";
current-speed = <115200>;
};