1#
2# Copyright 2023, NXP
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7description: Raydium RM67162 Panel
8
9compatible: "raydium,rm67162"
10
11include: [mipi-dsi-device.yaml, display-controller.yaml]
12
13properties:
14  reset-gpios:
15    type: phandle-array
16    description: |
17      The RESETn pin is asserted to disable the sensor causing a hard
18      reset.  The sensor receives this as an active-low signal.
19
20  bl-gpios:
21    type: phandle-array
22    description: |
23      The BLn pin is asserted to control the backlight of the panel.
24      The sensor receives this as an active-high signal.
25
26  te-gpios:
27    type: phandle-array
28    description: |
29      The tearing effect pin is asserted by the controller at a display
30      VSYNC interval. This permits the controller to send new display
31      data during a VSYNC interval, removing tearing.
32