brintos

brintos / linux-shallow public Read only

0
0
Text · 575 B · bbf127f Raw
32 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/display/panel/bananapi,s070wv20-ct16.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Banana Pi 7" (S070WV20-CT16) TFT LCD Panel8 9maintainers:10  - Chen-Yu Tsai <wens@csie.org>11  - Thierry Reding <thierry.reding@gmail.com>12 13allOf:14  - $ref: panel-common.yaml#15 16properties:17  compatible:18    const: bananapi,s070wv20-ct1619 20  power-supply: true21  backlight: true22  enable-gpios: true23  port: true24 25additionalProperties: false26 27required:28  - compatible29  - power-supply30 31...32