[PATCH linux] dts: Minimal device tree for Quanta Q71L BMC

Benjamin Herrenschmidt benh at au1.ibm.com
Wed Feb 1 08:49:30 AEDT 2017


On Tue, 2017-01-31 at 10:38 -0800, Rick Altherr via openbmc wrote:
> +       memory {
> +               reg = <0x40000000 0x8000000>;
> +       };

128M of RAM up here...

> +       reserved-memory {
> +               #address-cells = <1>;
> +               #size-cells = <1>;
> +               ranges;
> +
> +               vga_memory: framebuffer at 5f000000 {
> +                       no-map;
> +                       reg = <0x5f000000 0x01000000>; /* 16MB */
> +               };

And framebuffer at 496M... something's not right.

> +       };
> +



More information about the openbmc mailing list