ARM: dts: rockchip: default serial for rk3288 Tinker Board
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 17 Apr 2018 20:56:23 +0000 (22:56 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 20 Apr 2018 12:55:07 +0000 (14:55 +0200)
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>
arch/arm/boot/dts/rk3288-tinker.dts

index 346b0d8..127488f 100644 (file)
        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";