zephyr/dts/bindings/display/nxp,imx-elcdif.yaml
Pisit Sawangvonganan 13f8cece6c dts: bindings: fix typo in (bluetooth, can, dac, display)
Utilize a code spell-checking tool to scan for and correct spelling errors
in all files within the dts/bindings/bluetooth, can, dac and display.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-01-30 18:50:08 -05:00

39 lines
863 B
YAML

# Copyright 2022-2023 NXP
# SPDX-License-Identifier: Apache-2.0
description: NXP i.MX eLCDIF (Enhanced LCD Interface) controller
compatible: "nxp,imx-elcdif"
include: [lcd-controller.yaml, pinctrl-device.yaml]
properties:
reg:
required: true
interrupts:
required: true
data-bus-width:
type: string
default: "16-bit"
enum:
- "16-bit"
- "8-bit"
- "18-bit"
- "24-bit"
description:
LCD data bus width. The default is set to the reset value of 16-bit
backlight-gpios:
type: phandle-array
required: true
description:
LCB backlight control gpio. Driver will initialize this GPIO to active high
nxp,pxp:
type: phandle
description:
NXP PXP device phandle. The LCDIF can utilize the PXP for accelerated
display rotation via the DMA API, when present and enabled.