arm: dts: Add zephyr,console to missing device trees

The chosen property that sets which serial port is being used for the
console device wasn't set.  Add the property "zephyr,console" to the
Arduino Due, CC3200-LaunchXL, CC3220SF-LaunchXL, and QEMU Cortex M3
boards.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2017-05-17 13:40:22 -05:00 committed by Anas Nashif
commit 721919a61d
4 changed files with 4 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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