summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-riotboard.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@freebsd.org>2018-06-18 17:42:57 +0200
committerShawn Guo <shawnguo@kernel.org>2018-06-28 10:19:32 +0800
commitfdfbd7d125fd8e2536954fdd63a5738bceb7896f (patch)
treea16ece2dbabdf8a20c78b85274b2e1177b644736 /arch/arm/boot/dts/imx6dl-riotboard.dts
parentf3d80deb080f422ff1df4a715444f156bb51adc1 (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-riotboard.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-riotboard.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts
index 89b06e20480d..dd3226fe5ecd 100644
--- a/arch/arm/boot/dts/imx6dl-riotboard.dts
+++ b/arch/arm/boot/dts/imx6dl-riotboard.dts
@@ -19,6 +19,10 @@
reg = <0x10000000 0x40000000>;
};
+ chosen {
+ stdout-path = "serial1:115200n8";
+ };
+
leds {
compatible = "gpio-leds";
pinctrl-names = "default";