Skip to content

Commit 5593eb7

Browse files
committed
arm64: tegra: Enable debug serial on Jetson TX1
Add a chosen node to the device tree that contains a stdout-path property which defines the debug serial port. Signed-off-by: Thierry Reding <[email protected]>
1 parent e7a99ac commit 5593eb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
serial0 = &uarta;
1313
};
1414

15+
chosen {
16+
stdout-path = "serial0:115200n8";
17+
};
18+
1519
memory {
1620
device_type = "memory";
1721
reg = <0x0 0x80000000 0x1 0x0>;

0 commit comments

Comments
 (0)