32 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/display/panel/dlc,dlc0700yzg-1.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: DLC Display Co. DLC0700YZG-1 7.0" WSVGA TFT LCD panel8 9maintainers:10 - Philipp Zabel <p.zabel@pengutronix.de>11 - Thierry Reding <thierry.reding@gmail.com>12 13allOf:14 - $ref: panel-common.yaml#15 16properties:17 compatible:18 const: dlc,dlc0700yzg-119 20 reset-gpios: true21 enable-gpios: true22 backlight: true23 port: true24 25additionalProperties: false26 27required:28 - compatible29 - power-supply30 31...32