brintos

brintos / linux-shallow public Read only

0
0
Text · 643 B · 9e59944 Raw
34 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---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 touch8 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-01b22 23  enable-gpios: true24  backlight: true25  port: true26 27additionalProperties: false28 29required:30  - compatible31  - power-supply32 33...34