1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/display/pan 4 $id: http://devicetree.org/schemas/display/panel/elida,kd35t133.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Elida KD35T133 3.5in 320x480 DSI panel 7 title: Elida KD35T133 3.5in 320x480 DSI panel 8 8 9 maintainers: 9 maintainers: 10 - Heiko Stuebner <heiko.stuebner@theobroma-sy 10 - Heiko Stuebner <heiko.stuebner@theobroma-systems.com> 11 11 12 allOf: 12 allOf: 13 - $ref: panel-common.yaml# 13 - $ref: panel-common.yaml# 14 14 15 properties: 15 properties: 16 compatible: 16 compatible: 17 const: elida,kd35t133 17 const: elida,kd35t133 18 18 19 reg: 19 reg: 20 maxItems: 1 20 maxItems: 1 21 21 22 backlight: true 22 backlight: true 23 port: true 23 port: true 24 reset-gpios: true 24 reset-gpios: true 25 rotation: true 25 rotation: true 26 iovcc-supply: 26 iovcc-supply: 27 description: regulator that supplies the i 27 description: regulator that supplies the iovcc voltage 28 vdd-supply: 28 vdd-supply: 29 description: regulator that supplies the v 29 description: regulator that supplies the vdd voltage 30 30 31 required: 31 required: 32 - compatible 32 - compatible 33 - reg 33 - reg 34 - backlight 34 - backlight 35 - port 35 - port 36 - iovcc-supply 36 - iovcc-supply 37 - vdd-supply 37 - vdd-supply 38 38 39 additionalProperties: false 39 additionalProperties: false 40 40 41 examples: 41 examples: 42 - | 42 - | 43 dsi { 43 dsi { 44 #address-cells = <1>; 44 #address-cells = <1>; 45 #size-cells = <0>; 45 #size-cells = <0>; 46 panel@0 { 46 panel@0 { 47 compatible = "elida,kd35t133"; 47 compatible = "elida,kd35t133"; 48 reg = <0>; 48 reg = <0>; 49 backlight = <&backlight>; 49 backlight = <&backlight>; 50 iovcc-supply = <&vcc_1v8>; 50 iovcc-supply = <&vcc_1v8>; 51 vdd-supply = <&vcc3v3_lcd>; 51 vdd-supply = <&vcc3v3_lcd>; 52 52 53 port { 53 port { 54 mipi_in_panel: endpoint { 54 mipi_in_panel: endpoint { 55 remote-endpoint = <&mipi_o 55 remote-endpoint = <&mipi_out_panel>; 56 }; 56 }; 57 }; 57 }; 58 }; 58 }; 59 }; 59 }; 60 60 61 ... 61 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.