0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/panel/pda,91-00156-a0.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: PDA 91-00156-A0 5.0" WVGA TFT LCD panel
0008
0009 maintainers:
0010 - Cristian Birsan <cristian.birsan@microchip.com>
0011 - Thierry Reding <thierry.reding@gmail.com>
0012
0013 allOf:
0014 - $ref: panel-common.yaml#
0015
0016 properties:
0017 compatible:
0018 const: pda,91-00156-a0
0019
0020 power-supply: true
0021 backlight: true
0022 port: true
0023
0024 additionalProperties: false
0025
0026 required:
0027 - compatible
0028 - power-supply
0029 - backlight
0030
0031 ...