]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Bindings/display/panel/startek,startek-kd050c.yaml
Import DTS from Linux 5.8
[FreeBSD/FreeBSD.git] / Bindings / display / panel / startek,startek-kd050c.yaml
1 # SPDX-License-Identifier: GPL-2.0
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/display/panel/startek,startek-kd050c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Startek Electronic Technology Co. KD050C 5.0" WVGA TFT LCD panel
8
9 maintainers:
10   - Nikita Kiryanov <nikita@compulab.co.il>
11
12 allOf:
13   - $ref: panel-dpi.yaml#
14
15 properties:
16   compatible:
17     items:
18       - const: startek,startek-kd050c
19       - {} # panel-dpi, but not listed here to avoid false select
20
21   backlight: true
22   enable-gpios: true
23   height-mm: true
24   label: true
25   panel-timing: true
26   port: true
27   power-supply: true
28   reset-gpios: true
29   width-mm: true
30
31 additionalProperties: false
32
33 ...