Commit 3208f3a5 authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed: rainier: Add VGA reserved memory region



The BMC uses reserves the top 16MB of memory for the host to use for VGA
or PCIe communication.

Reviewed-by: default avatarEddie James <eajames@linux.ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent e9b24b55
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -33,6 +33,11 @@ flash_memory: region@B8000000 {
			no-map;
			reg = <0xB8000000 0x04000000>; /* 64M */
		};

		vga_memory: region@bf000000 {
                        no-map;
                        reg = <0xbf000000 0x01000000>;  /* 16M */
                };
	};

	gpio-keys {