Commit 08624814 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Heiko Stuebner

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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 288ceb85
...@@ -49,6 +49,10 @@ / { ...@@ -49,6 +49,10 @@ / {
model = "Rockchip RK3288 Tinker Board"; model = "Rockchip RK3288 Tinker Board";
compatible = "asus,rk3288-tinker", "rockchip,rk3288"; compatible = "asus,rk3288-tinker", "rockchip,rk3288";
chosen {
stdout-path = "serial2:115200n8";
};
memory { memory {
reg = <0x0 0x0 0x0 0x80000000>; reg = <0x0 0x0 0x0 0x80000000>;
device_type = "memory"; device_type = "memory";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment