34 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/display/panel/startek,startek-kd050c.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Startek Electronic Technology Co. KD050C 5.0" WVGA TFT LCD panel8 9maintainers:10 - Nikita Kiryanov <nikita@compulab.co.il>11 12allOf:13 - $ref: panel-dpi.yaml#14 15properties:16 compatible:17 items:18 - const: startek,startek-kd050c19 - {} # panel-dpi, but not listed here to avoid false select20 21 backlight: true22 enable-gpios: true23 height-mm: true24 label: true25 panel-timing: true26 port: true27 power-supply: true28 reset-gpios: true29 width-mm: true30 31additionalProperties: false32 33...34