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

Commit 9b08d450 authored by Cyril Bur's avatar Cyril Bur Committed by Joel Stanley
Browse files

ARM: dts: aspeed: Correct palmetto device tree



Palmettos have 512MB of memory as opposed to the previously thought
256MB. Update the device trees accordingly.

We run the uart at 115200.

Signed-off-by: default avatarCyril Bur <cyrilbur@gmail.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e53a7f1b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -12,11 +12,11 @@


	chosen {
	chosen {
		stdout-path = &uart5;
		stdout-path = &uart5;
		bootargs = "console=ttyS4,38400 earlyprintk";
		bootargs = "console=ttyS4,115200 earlyprintk";
	};
	};


	memory {
	memory {
		reg = <0x40000000 0x10000000>;
		reg = <0x40000000 0x20000000>;
	};
	};


	reserved-memory {
	reserved-memory {