13f8cece6c
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>
39 lines
863 B
YAML
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.
|