From 0cc8dd35600eb755be1ec74197738dd3c5b30bdd Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 29 Jun 2017 12:46:48 -0500 Subject: [PATCH] board: cc2650_sensortag: Add zephyr,console reference to device tree Since we support uart0 on the cc2650 sensortag we should have a reference for zephyr,console in chosen for it. This will be useful as we start to generate Kconfig defines based on zephyr,console. Signed-off-by: Kumar Gala --- dts/arm/cc2650_sensortag.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/dts/arm/cc2650_sensortag.dts b/dts/arm/cc2650_sensortag.dts index 82c1e41f1d2..ef476732d66 100644 --- a/dts/arm/cc2650_sensortag.dts +++ b/dts/arm/cc2650_sensortag.dts @@ -19,6 +19,7 @@ chosen { zephyr,sram = &sram0; zephyr,flash = &flash0; + zephyr,console = &uart0; }; };