Commit fdfbd7d1 authored by Emmanuel Vadot's avatar Emmanuel Vadot Committed by Shawn Guo

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: default avatarEmmanuel Vadot <manu@freebsd.org>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent f3d80deb
...@@ -19,6 +19,10 @@ memory@10000000 { ...@@ -19,6 +19,10 @@ memory@10000000 {
reg = <0x10000000 0x40000000>; reg = <0x10000000 0x40000000>;
}; };
chosen {
stdout-path = "serial1:115200n8";
};
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
pinctrl-names = "default"; pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment