1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/display/panel/innolux,ej030na.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Innolux EJ030NA 3.0" (320x480 pixels) 24-bit TFT LCD panel
10 The panel must obey the rules for a SPI slave device as specified in
11 spi/spi-controller.yaml
14 - Paul Cercueil <paul@crapouillou.net>
17 - $ref: panel-common.yaml#
21 const: innolux,ej030na
35 unevaluatedProperties: false
39 #include <dt-bindings/gpio/gpio.h>
46 compatible = "innolux,ej030na";
49 spi-max-frequency = <10000000>;
51 reset-gpios = <&gpe 4 GPIO_ACTIVE_LOW>;
52 power-supply = <&lcd_power>;
54 backlight = <&backlight>;
57 panel_input: endpoint {
58 remote-endpoint = <&panel_output>;