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 7title: Startek Electronic Technology Co. KD050C 5.0" WVGA TFT LCD panel 8 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-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 31additionalProperties: false 32 33... 34