Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 689f2d85 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: default serial for Firefly-RK3399



The Firefly-RK3399 uses serial2 with 1,500,000 baud by default
for communication in U-Boot and in the vendor provided distros.

So let us set the same default in the Linux kernel.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent aef56580
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -49,6 +49,10 @@
	model = "Firefly-RK3399 Board";
	compatible = "firefly,firefly-rk3399", "rockchip,rk3399";

	chosen {
		stdout-path = "serial2:1500000n8";
	};

	backlight: backlight {
		compatible = "pwm-backlight";
		enable-gpios = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>;