1# SPDX-License-Identifier: GPL-2.0 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/display/panel/tfc,s9700rtwv43tr-01b.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: TFC S9700RTWV43TR-01B 7" Three Five Corp 800x480 LCD panel with resistive touch 8 9maintainers: 10 - Jyri Sarha <jsarha@ti.com> 11 - Thierry Reding <thierry.reding@gmail.com> 12 13description: |+ 14 The panel is found on TI AM335x-evm. 15 16allOf: 17 - $ref: panel-common.yaml# 18 19properties: 20 compatible: 21 const: tfc,s9700rtwv43tr-01b 22 23 enable-gpios: true 24 backlight: true 25 port: true 26 27additionalProperties: false 28 29required: 30 - compatible 31 - power-supply 32 33... 34