Skip to content

Commit 36f42bb

Browse files
fschrempfShawn Guo
authored andcommitted
ARM: dts: imx6ul-kontron-n6x1x: Add 'chosen' node with 'stdout-path'
The Kontron N6x1x SoMs all use uart4 as a debug serial interface. Therefore we set it in the 'chosen' node. Signed-off-by: Frieder Schrempf <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 2e426b2 commit 36f42bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/imx6ul-kontron-n6x1x-som-common.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
#include <dt-bindings/gpio/gpio.h>
99

10+
/ {
11+
chosen {
12+
stdout-path = &uart4;
13+
};
14+
};
15+
1016
&ecspi2 {
1117
cs-gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
1218
pinctrl-names = "default";

0 commit comments

Comments
 (0)