1440b075bSKrzysztof Kozlowski# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 27317f457SOndrej Jirman%YAML 1.2 37317f457SOndrej Jirman--- 47317f457SOndrej Jirman$id: http://devicetree.org/schemas/display/panel/rocktech,jh057n00900.yaml# 57317f457SOndrej Jirman$schema: http://devicetree.org/meta-schemas/core.yaml# 67317f457SOndrej Jirman 77317f457SOndrej Jirmantitle: Rocktech JH057N00900 5.5" 720x1440 TFT LCD panel 87317f457SOndrej Jirman 97317f457SOndrej Jirmanmaintainers: 107317f457SOndrej Jirman - Ondrej Jirman <megi@xff.cz> 115f374e63SGuido Günther - Guido Gŭnther <agx@sigxcpu.org> 127317f457SOndrej Jirman 13087e3d47SGuido Güntherdescription: 147317f457SOndrej Jirman Rocktech JH057N00900 is a 720x1440 TFT LCD panel 157317f457SOndrej Jirman connected using a MIPI-DSI video interface. 167317f457SOndrej Jirman 177317f457SOndrej JirmanallOf: 187317f457SOndrej Jirman - $ref: panel-common.yaml# 197317f457SOndrej Jirman 207317f457SOndrej Jirmanproperties: 217317f457SOndrej Jirman compatible: 223955c0c4SOndrej Jirman enum: 23e41fef1eSChris Morgan # Anberic RG353V-V2 5.0" 640x480 TFT LCD panel 24e41fef1eSChris Morgan - anbernic,rg353v-panel-v2 25*387974a2SChris Morgan # GameForce Chi 3.5" 640x480 TFT LCD panel 26*387974a2SChris Morgan - gameforce,chi-panel 279913a60fSChris Morgan # Powkiddy RGB10MAX3 5.0" 720x1280 TFT LCD panel 289913a60fSChris Morgan - powkiddy,rgb10max3-panel 29daee0320SChris Morgan # Powkiddy RGB30 3.0" 720x720 TFT LCD panel 30daee0320SChris Morgan - powkiddy,rgb30-panel 313955c0c4SOndrej Jirman # Rocktech JH057N00900 5.5" 720x1440 TFT LCD panel 323955c0c4SOndrej Jirman - rocktech,jh057n00900 333955c0c4SOndrej Jirman # Xingbangda XBD599 5.99" 720x1440 TFT LCD panel 343955c0c4SOndrej Jirman - xingbangda,xbd599 357317f457SOndrej Jirman 36acc0c39aSOndrej Jirman port: true 377317f457SOndrej Jirman reg: 387317f457SOndrej Jirman maxItems: 1 397317f457SOndrej Jirman description: DSI virtual channel 407317f457SOndrej Jirman 417317f457SOndrej Jirman vcc-supply: 427317f457SOndrej Jirman description: Panel power supply 437317f457SOndrej Jirman 447317f457SOndrej Jirman iovcc-supply: 457317f457SOndrej Jirman description: I/O voltage supply 467317f457SOndrej Jirman 47087e3d47SGuido Günther reset-gpios: true 487317f457SOndrej Jirman 49087e3d47SGuido Günther backlight: true 5020b18c2bSChris Morgan rotation: true 517317f457SOndrej Jirman 527317f457SOndrej Jirmanrequired: 537317f457SOndrej Jirman - compatible 547317f457SOndrej Jirman - reg 557317f457SOndrej Jirman - vcc-supply 567317f457SOndrej Jirman - iovcc-supply 577317f457SOndrej Jirman - reset-gpios 587317f457SOndrej Jirman 597317f457SOndrej JirmanadditionalProperties: false 607317f457SOndrej Jirman 617317f457SOndrej Jirmanexamples: 627317f457SOndrej Jirman - | 637317f457SOndrej Jirman #include <dt-bindings/gpio/gpio.h> 647317f457SOndrej Jirman 657317f457SOndrej Jirman dsi { 667317f457SOndrej Jirman #address-cells = <1>; 677317f457SOndrej Jirman #size-cells = <0>; 687317f457SOndrej Jirman panel@0 { 697317f457SOndrej Jirman compatible = "rocktech,jh057n00900"; 707317f457SOndrej Jirman reg = <0>; 717317f457SOndrej Jirman vcc-supply = <®_2v8_p>; 727317f457SOndrej Jirman iovcc-supply = <®_1v8_p>; 737317f457SOndrej Jirman reset-gpios = <&gpio3 13 GPIO_ACTIVE_LOW>; 747317f457SOndrej Jirman backlight = <&backlight>; 757317f457SOndrej Jirman }; 767317f457SOndrej Jirman }; 77087e3d47SGuido Günther 787317f457SOndrej Jirman... 79