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

Commit 3a599e0d authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli
Browse files

ARM: dts: BCM53573: Specify serial console parameters



This adds baud rate, parity & number of data bits. It's required to get
serial working correctly.

Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 5be82d04
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -13,8 +13,12 @@
/ {
/ {
	interrupt-parent = <&gic>;
	interrupt-parent = <&gic>;


	aliases {
		serial0 = &uart0;
	};

	chosen {
	chosen {
		stdout-path = &uart0;
		stdout-path = "serial0:115200n8";
	};
	};


	cpus {
	cpus {