dts: quark_d2000: uart0 instance to be used for console

This patch is a fix for jira ZEP-2436.

Signed-off-by: Savinay Dharmappa <savinay.dharmappa@intel.com>
This commit is contained in:
Savinay Dharmappa 2017-07-26 20:34:13 +05:30 committed by Anas Nashif
commit 63174efa7b

View file

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