ARM: dts: imx6: RIoTboard Add chosen stdout-path property

The RIoTboard debug uart is connected to serial1.
Add a chosen property in the DTS so OS knows what serial port to use for
the console.

Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Emmanuel Vadot 2018-06-18 17:42:57 +02:00 committed by Shawn Guo
parent f3d80deb08
commit fdfbd7d125
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ memory@10000000 {
reg = <0x10000000 0x40000000>;
};
chosen {
stdout-path = "serial1:115200n8";
};
leds {
compatible = "gpio-leds";
pinctrl-names = "default";