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/dlc,dlc0700yzg-1.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: DLC Display Co. DLC0700YZG-1 7.0" WSVGA TFT LCD panel
0008 
0009 maintainers:
0010   - Philipp Zabel <p.zabel@pengutronix.de>
0011   - Thierry Reding <thierry.reding@gmail.com>
0012 
0013 allOf:
0014   - $ref: panel-common.yaml#
0015 
0016 properties:
0017   compatible:
0018     const: dlc,dlc0700yzg-1
0019 
0020   reset-gpios: true
0021   enable-gpios: true
0022   backlight: true
0023   port: true
0024 
0025 additionalProperties: false
0026 
0027 required:
0028   - compatible
0029   - power-supply
0030 
0031 ...