Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | %YAML 1.2 |
| 3 | --- |
| 4 | $id: http://devicetree.org/schemas/display/panel/tfc,s9700rtwv43tr-01b.yaml# |
| 5 | $schema: http://devicetree.org/meta-schemas/core.yaml# |
| 6 | |
| 7 | title: TFC S9700RTWV43TR-01B 7" Three Five Corp 800x480 LCD panel with resistive touch |
| 8 | |
| 9 | maintainers: |
| 10 | - Jyri Sarha <jsarha@ti.com> |
| 11 | - Thierry Reding <thierry.reding@gmail.com> |
| 12 | |
| 13 | description: |+ |
| 14 | The panel is found on TI AM335x-evm. |
| 15 | |
| 16 | allOf: |
| 17 | - $ref: panel-common.yaml# |
| 18 | |
| 19 | properties: |
| 20 | compatible: |
| 21 | const: tfc,s9700rtwv43tr-01b |
| 22 | |
| 23 | enable-gpios: true |
| 24 | backlight: true |
| 25 | port: true |
| 26 | |
| 27 | additionalProperties: false |
| 28 | |
| 29 | required: |
| 30 | - compatible |
| 31 | - power-supply |
| 32 | |
| 33 | ... |