34 lines
829 B
YAML
34 lines
829 B
YAML
# Copyright (c) 2023 bytes at work AG
|
|
# Copyright (c) 2020 Teslabs Engineering S.L.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Orise Tech OTM8009A Panel
|
|
|
|
compatible: "orisetech,otm8009a"
|
|
|
|
include: [mipi-dsi-device.yaml, display-controller.yaml]
|
|
|
|
properties:
|
|
reset-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
The RESETn pin is asserted to disable the sensor causing a hard
|
|
reset. The sensor receives this as an active-low signal.
|
|
|
|
bl-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
The BLn pin is asserted to control the backlight of the panel.
|
|
The sensor receives this as an active-high signal.
|
|
|
|
rotation:
|
|
type: int
|
|
default: 0
|
|
enum:
|
|
- 0
|
|
- 90
|
|
- 180
|
|
- 270
|
|
description: |
|
|
Display rotation (CW) in degrees. Defaults to 0, display default.
|