1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: ILITEK ILI9806E display controller
5
6compatible: "ilitek,ili9806e-dsi"
7
8include: [mipi-dsi-device.yaml, display-controller.yaml]
9
10properties:
11  reset-gpios:
12    type: phandle-array
13    description: |
14      The RESETn pin is asserted to disable the sensor causing a hard
15      reset.  The sensor receives this as an active-low signal.
16
17  bl-gpios:
18    type: phandle-array
19    description: |
20      The BLn pin is asserted to control the backlight of the panel.
21      The sensor receives this as an active-high signal.
22