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 <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-06-29 12:46:48 -05:00 committed by Kumar Gala
commit 0cc8dd3560

View file

@ -19,6 +19,7 @@
chosen {
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,console = &uart0;
};
};