qemu,ramfb

Description

QEMU RAM framebuffer display device.

Note:
  The QEMU binary bundled with current Zephyr SDK 1.0.0 does not
  provide usable RAMFB display support. Use an external QEMU build with
  ``ramfb`` and a GUI display backend (for example ``sdl``) enabled.
  You can select the external QEMU binary by setting ``QEMU_BIN_PATH``
  when running west.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

fwcfg

phandle

fw_cfg device used to configure the ramfb endpoint.

This property is required.

memory-region

phandle

Reserved memory node used as the framebuffer backing store.

This property is required.

height

int

Height of the panel driven by the controller, with the units in pixels.

This property is required.

width

int

Width of the panel driven by the controller, with the units in pixels.

This property is required.