0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/panel/armadeus,st0700-adapt.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Armadeus ST0700 Adapter
0008
0009 description:
0010 A Santek ST0700I5Y-RBSLW 7.0" WVGA (800x480) TFT with an adapter board.
0011
0012 maintainers:
0013 - '"Sébastien Szymanski" <sebastien.szymanski@armadeus.com>'
0014 - Thierry Reding <thierry.reding@gmail.com>
0015
0016 allOf:
0017 - $ref: panel-common.yaml#
0018
0019 properties:
0020 compatible:
0021 const: armadeus,st0700-adapt
0022
0023 power-supply: true
0024 backlight: true
0025 port: true
0026
0027 additionalProperties: false
0028
0029 required:
0030 - compatible
0031 - power-supply
0032
0033 ...