1daa83f74SChristophe Branchereau# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2daa83f74SChristophe Branchereau%YAML 1.2 3daa83f74SChristophe Branchereau--- 4daa83f74SChristophe Branchereau$id: http://devicetree.org/schemas/display/panel/leadtek,ltk035c5444t.yaml# 5daa83f74SChristophe Branchereau$schema: http://devicetree.org/meta-schemas/core.yaml# 6daa83f74SChristophe Branchereau 7daa83f74SChristophe Branchereautitle: Leadtek ltk035c5444t 3.5" (640x480 pixels) 24-bit IPS LCD panel 8daa83f74SChristophe Branchereau 9daa83f74SChristophe Branchereaumaintainers: 10daa83f74SChristophe Branchereau - Paul Cercueil <paul@crapouillou.net> 11daa83f74SChristophe Branchereau - Christophe Branchereau <cbranchereau@gmail.com> 12daa83f74SChristophe Branchereau 13daa83f74SChristophe BranchereauallOf: 14daa83f74SChristophe Branchereau - $ref: panel-common.yaml# 15daa83f74SChristophe Branchereau - $ref: /schemas/spi/spi-peripheral-props.yaml# 16daa83f74SChristophe Branchereau 17daa83f74SChristophe Branchereauproperties: 18daa83f74SChristophe Branchereau compatible: 19daa83f74SChristophe Branchereau const: leadtek,ltk035c5444t 20daa83f74SChristophe Branchereau 21*6b2358ffSKrzysztof Kozlowski reg: 22*6b2358ffSKrzysztof Kozlowski maxItems: 1 23*6b2358ffSKrzysztof Kozlowski 2441f53a65SKrzysztof Kozlowski spi-3wire: true 2541f53a65SKrzysztof Kozlowski 26daa83f74SChristophe Branchereaurequired: 27daa83f74SChristophe Branchereau - compatible 2843cc1ce4SJohn Watts - reg 2943cc1ce4SJohn Watts - port 30daa83f74SChristophe Branchereau - power-supply 31daa83f74SChristophe Branchereau - reset-gpios 32daa83f74SChristophe Branchereau 33daa83f74SChristophe BranchereauunevaluatedProperties: false 34daa83f74SChristophe Branchereau 35daa83f74SChristophe Branchereauexamples: 36daa83f74SChristophe Branchereau - | 37daa83f74SChristophe Branchereau #include <dt-bindings/gpio/gpio.h> 38daa83f74SChristophe Branchereau 39daa83f74SChristophe Branchereau spi { 40daa83f74SChristophe Branchereau #address-cells = <1>; 41daa83f74SChristophe Branchereau #size-cells = <0>; 42daa83f74SChristophe Branchereau panel@0 { 43daa83f74SChristophe Branchereau compatible = "leadtek,ltk035c5444t"; 44daa83f74SChristophe Branchereau reg = <0>; 45daa83f74SChristophe Branchereau 46daa83f74SChristophe Branchereau spi-3wire; 47daa83f74SChristophe Branchereau spi-max-frequency = <3125000>; 48daa83f74SChristophe Branchereau 49daa83f74SChristophe Branchereau reset-gpios = <&gpe 2 GPIO_ACTIVE_LOW>; 50daa83f74SChristophe Branchereau 51daa83f74SChristophe Branchereau backlight = <&backlight>; 52daa83f74SChristophe Branchereau power-supply = <&vcc>; 53daa83f74SChristophe Branchereau 54daa83f74SChristophe Branchereau port { 55daa83f74SChristophe Branchereau panel_input: endpoint { 56daa83f74SChristophe Branchereau remote-endpoint = <&panel_output>; 57daa83f74SChristophe Branchereau }; 58daa83f74SChristophe Branchereau }; 59daa83f74SChristophe Branchereau }; 60daa83f74SChristophe Branchereau }; 61