1# Copyright (c) 2023 bytes at work AG
2# Copyright (c) 2020 Teslabs Engineering S.L.
3# SPDX-License-Identifier: Apache-2.0
4
5description: Orise Tech OTM8009A Panel
6
7compatible: "orisetech,otm8009a"
8
9include: [mipi-dsi-device.yaml, display-controller.yaml]
10
11properties:
12  reset-gpios:
13    type: phandle-array
14    description: |
15      The RESETn pin is asserted to disable the sensor causing a hard
16      reset.  The sensor receives this as an active-low signal.
17
18  bl-gpios:
19    type: phandle-array
20    description: |
21      The BLn pin is asserted to control the backlight of the panel.
22      The sensor receives this as an active-high signal.
23
24  rotation:
25    type: int
26    default: 0
27    enum:
28      - 0
29      - 90
30      - 180
31      - 270
32    description: |
33      Display rotation (CW) in degrees. Defaults to 0, display default.
34