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:
parent
d2a82349ae
commit
0cc8dd3560
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
chosen {
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zephyr,console = &uart0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue