chipone,co5300 (on mipi-dsi bus)

Description

CO5300 display controller

The Chipone CO5300 is a Circular Display Controller

Properties

Properties not inherited from the base binding file.

Name

Type

Details

reset-gpios

phandle-array

The RESETn pin is asserted to disable the controller causing a hard
reset.  The controller receives this as an active-low signal.

backlight-gpios

phandle-array

The BLn pin is asserted to control the backlight of the panel.
The controller receives this as an active-high signal.

tear-effect-gpios

phandle-array

The tearing effect pin is asserted by the controller at a display
VSYNC interval. This permits the controller to send new display
data during a VSYNC interval, removing tearing.

pitch-align

int

The CO5300 driver maintains an internal frame buffer. This property
serves for defining a pitch for it that's compliant with the SoC's
display controller's requirements.

Default value: 1

addr-align

int

The CO5300 driver maintains an internal frame buffer. This property
serves for defining an alignment for its address that's compliant
with the SoC's display controller's requirements.

Default value: 1

ext-ram

phandle

Secondary RAM in which the panel controller's frame buffer will
be stored. If not defined, the 'zephyr,ram' chosen memory will be used.

data-lanes

array

Number of data lanes.

This property is required.

pixel-format

int

Pixel format. Available formats in dt-bindings/mipi_dsi/mipi_dsi.h.

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.