summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-tinker.dts
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-04-17 22:56:23 +0200
committerHeiko Stuebner <heiko@sntech.de>2018-04-20 14:55:07 +0200
commit08624814cbec12b1ce877bf80f6990ad2b9cdcd7 (patch)
tree342c817de236981c52292c1603b4756e60cb895c /arch/arm/boot/dts/rk3288-tinker.dts
parent288ceb85b505c19abe1895df068dda5ed20cf482 (diff)
ARM: dts: rockchip: default serial for rk3288 Tinker Board
The Asus Tinker Board uses serial 2 with 115,200 baud by default for communication in U-Boot. The same value is also chosen for other RK3288 boards. So let us set the same value in the Tinker Board device tree. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-tinker.dts')
-rw-r--r--arch/arm/boot/dts/rk3288-tinker.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-tinker.dts b/arch/arm/boot/dts/rk3288-tinker.dts
index 346b0d8b474d..127488f9f174 100644
--- a/arch/arm/boot/dts/rk3288-tinker.dts
+++ b/arch/arm/boot/dts/rk3288-tinker.dts
@@ -49,6 +49,10 @@
model = "Rockchip RK3288 Tinker Board";
compatible = "asus,rk3288-tinker", "rockchip,rk3288";
+ chosen {
+ stdout-path = "serial2:115200n8";
+ };
+
memory {
reg = <0x0 0x0 0x0 0x80000000>;
device_type = "memory";