0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/display/panel/bananapi,s070wv20-ct16.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Banana Pi 7" (S070WV20-CT16) TFT LCD Panel
0008
0009 maintainers:
0010 - Chen-Yu Tsai <wens@csie.org>
0011 - Thierry Reding <thierry.reding@gmail.com>
0012
0013 allOf:
0014 - $ref: panel-common.yaml#
0015
0016 properties:
0017 compatible:
0018 const: bananapi,s070wv20-ct16
0019
0020 power-supply: true
0021 backlight: true
0022 enable-gpios: true
0023 port: true
0024
0025 additionalProperties: false
0026
0027 required:
0028 - compatible
0029 - power-supply
0030
0031 ...