renesas,ra-glcdc

Vendor: Renesas Electronics Corporation

Note

An implementation of a driver matching this compatible is available in drivers/display/display_renesas_ra.c.

Description

Renesas Graphic LCD controller

Properties

Properties not inherited from the base binding file.

Name

Type

Details

pinctrl-0

phandles

Provide a pin configuration for using parallel pixel output. In combination with DSI HOST
the pin configuration is not necessary due to dedicated (MIPI D-PHY) pins.

backlight-gpios

phandle-array

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

output-pin-hsync

string

Select the Parallel LCD HSYNC pin. Please do not select if using DSI Display.

Legal values: 'TCON_PIN_NONE', 'TCON_PIN_0', 'TCON_PIN_1', 'TCON_PIN_2', 'TCON_PIN_3'

output-pin-vsync

string

Select the Parallel LCD VSYNC pin. Please do not select if using DSI Display.

Legal values: 'TCON_PIN_NONE', 'TCON_PIN_0', 'TCON_PIN_1', 'TCON_PIN_2', 'TCON_PIN_3'

output-pin-de

string

Select the Parallel LCD DE pin. Please do not select if using DSI Display.

Legal values: 'TCON_PIN_NONE', 'TCON_PIN_0', 'TCON_PIN_1', 'TCON_PIN_2', 'TCON_PIN_3'

output-clock-divisor

int

Select the GLCDC clock frequency division ratio to output for panel.

Legal values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 24, 32

output-endian

string

Select the output data bit order. Default is little endian.

Legal values: 'LITTLE', 'BIG'

output-color-oder

string

Select the output color order in pixel. Default is RGB.

Legal values: 'RGB', 'GBR'

output-data-signal-polarity

string

Select the output data enable signal polarity. Default is high active.

Legal values: 'LOACTIVE', 'HIACTIVE'

output-signal-sync-edge

string

Select the output signal synchronization edge. Default is falling edge.

Legal values: 'FALLING', 'RISING'

input-pixel-format

int

Initial input Pixel format for Graphic LCD controller.

This property is required.

output-pixel-format

int

Initial output Pixel format for Graphic LCD controller.

This property is required.

def-back-color-alpha

int

Default display background color - alpha

def-back-color-red

int

Default display background color - red

def-back-color-green

int

Default display background color - green

def-back-color-blue

int

Default display background color - blue

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.

pinctrl-1

phandles

Pin configuration/s for the second state. See pinctrl-0.

pinctrl-2

phandles

Pin configuration/s for the third state. See pinctrl-0.

pinctrl-3

phandles

Pin configuration/s for the fourth state. See pinctrl-0.

pinctrl-4

phandles

Pin configuration/s for the fifth state. See pinctrl-0.

pinctrl-names

string-array

Names for the provided states. The number of names needs to match the
number of states.