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

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

ARM: dts: aspeed: Reserve framebuffer memory



When used as a BMC, the host expects to be able to use 16MB of
framebuffer memory at the top of RAM.

Signed-off-by: default avatarCyril Bur <cyrilbur@gmail.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 2039f90d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -18,6 +18,17 @@
	memory {
		reg = <0x40000000 0x10000000>;
	};

	reserved-memory {
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		vga_memory: framebuffer@5f000000 {
			no-map;
			reg = <0x5f000000 0x01000000>; /* 16M */
		};
	};
};

&uart5 {