Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/panel/tfc,s9700rtwv43tr-01b.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: TFC S9700RTWV43TR-01B 7" Three Five Corp 800x480 LCD panel with resistive touch
0008 
0009 maintainers:
0010   - Jyri Sarha <jsarha@ti.com>
0011   - Thierry Reding <thierry.reding@gmail.com>
0012 
0013 description: |+
0014   The panel is found on TI AM335x-evm.
0015 
0016 allOf:
0017   - $ref: panel-common.yaml#
0018 
0019 properties:
0020   compatible:
0021     const: tfc,s9700rtwv43tr-01b
0022 
0023   enable-gpios: true
0024   backlight: true
0025   port: true
0026 
0027 additionalProperties: false
0028 
0029 required:
0030   - compatible
0031   - power-supply
0032 
0033 ...