aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Yan <[email protected]>2023-12-18 18:55:22 +0800
committerHeiko Stuebner <[email protected]>2023-12-24 19:49:37 +0100
commit1df4bc6908b2739f7ff28a1775729730d1addf16 (patch)
tree4606a20fe19f70655ef4744275e0df3e59a9f9ca
parent569b26af7919c15a8ce231b4fae29cfbd811f144 (diff)
ARM: dts: rockchip: Add stdout-path for rk3036 kylin
Add stdout-path to get a uart console when system boot. Signed-off-by: Andy Yan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r--arch/arm/boot/dts/rockchip/rk3036-kylin.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rk3036-kylin.dts b/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
index 4a8d27ace6bf..e32c73d32f0a 100644
--- a/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
+++ b/arch/arm/boot/dts/rockchip/rk3036-kylin.dts
@@ -8,6 +8,10 @@
model = "Rockchip RK3036 KylinBoard";
compatible = "rockchip,rk3036-kylin", "rockchip,rk3036";
+ chosen {
+ stdout-path = "serial2:115200n8";
+ };
+
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x20000000>;