提交 e53a7f1b 编写于 作者: C Cyril Bur 提交者: Joel Stanley

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: NCyril Bur <cyrilbur@gmail.com>
Signed-off-by: NJoel Stanley <joel@jms.id.au>
上级 2039f90d
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册