1/*
2 * Copyright (c) 2019 Brett Witherspoon
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include <ti/cc2652r.dtsi>
10#include "../common/launchxl.dtsi"
11#include "../common/launchxl-flash.dtsi"
12#include "cc26x2r1_launchxl-pinctrl.dtsi"
13
14/ {
15	model = "TI CC26x2R1 LaunchXL";
16	compatible = "ti,launchxl-cc26x2r1";
17
18	chosen {
19		/delete-property/ zephyr,ieee802154;
20	};
21};
22
23&radio {
24	status = "disabled";
25};
26
27&ieee802154 {
28	status = "disabled";
29};
30
31&ieee802154g {
32	status = "disabled";
33};
34
35&adc0 {
36	status = "okay";
37};
38