1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/display/panel/sitronix,st7789v.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sitronix ST7789V RGB panel with SPI control bus
10 - Maxime Ripard <mripard@kernel.org>
13 - $ref: panel-common.yaml#
14 - $ref: /schemas/spi/spi-peripheral-props.yaml#
20 - inanbo,t28cp45tn89-v17
21 - jasonic,jt240mhqs-hwt-ek-e3
42 description: DCX pin, Display data/command selection pin in parallel interface
49 unevaluatedProperties: false
53 #include <dt-bindings/gpio/gpio.h>
60 compatible = "sitronix,st7789v";
62 reset-gpios = <&pio 6 11 GPIO_ACTIVE_LOW>;
63 backlight = <&pwm_bl>;
64 power-supply = <&power>;
66 spi-max-frequency = <100000>;
71 panel_input: endpoint {
72 remote-endpoint = <&tcon0_out_panel>;