18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci%YAML 1.2 38c2ecf20Sopenharmony_ci--- 48c2ecf20Sopenharmony_ci$id: http://devicetree.org/schemas/display/panel/sharp,lq150x1lg11.yaml# 58c2ecf20Sopenharmony_ci$schema: http://devicetree.org/meta-schemas/core.yaml# 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_cititle: Sharp 15" LQ150X1LG11 XGA TFT LCD panel 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_cimaintainers: 108c2ecf20Sopenharmony_ci - Peter Rosin <peda@axentia.se> 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciallOf: 138c2ecf20Sopenharmony_ci - $ref: panel-common.yaml# 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciproperties: 168c2ecf20Sopenharmony_ci compatible: 178c2ecf20Sopenharmony_ci const: sharp,lq150x1lg11 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci power-supply: true 208c2ecf20Sopenharmony_ci backlight: true 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci rlud-gpios: 238c2ecf20Sopenharmony_ci maxItems: 1 248c2ecf20Sopenharmony_ci description: | 258c2ecf20Sopenharmony_ci GPIO for the RL/UD (rotate 180 degrees) pin. 268c2ecf20Sopenharmony_ci If rlud-gpios and/or sellvds-gpios are not specified, 278c2ecf20Sopenharmony_ci the RL/UD and/or SELLVDS pins are assumed to be handled 288c2ecf20Sopenharmony_ci appropriately by the hardware. 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ci sellvds-gpios: 318c2ecf20Sopenharmony_ci maxItems: 1 328c2ecf20Sopenharmony_ci description: | 338c2ecf20Sopenharmony_ci GPIO for the SELLVDS pin. 348c2ecf20Sopenharmony_ci If rlud-gpios and/or sellvds-gpios are not specified, 358c2ecf20Sopenharmony_ci the RL/UD and/or SELLVDS pins are assumed to be handled 368c2ecf20Sopenharmony_ci appropriately by the hardware. 378c2ecf20Sopenharmony_ci 388c2ecf20Sopenharmony_cirequired: 398c2ecf20Sopenharmony_ci - compatible 408c2ecf20Sopenharmony_ci - power-supply 418c2ecf20Sopenharmony_ci 428c2ecf20Sopenharmony_ciadditionalProperties: false 438c2ecf20Sopenharmony_ci 448c2ecf20Sopenharmony_ciexamples: 458c2ecf20Sopenharmony_ci - | 468c2ecf20Sopenharmony_ci #include <dt-bindings/gpio/gpio.h> 478c2ecf20Sopenharmony_ci 488c2ecf20Sopenharmony_ci panel { 498c2ecf20Sopenharmony_ci compatible = "sharp,lq150x1lg11"; 508c2ecf20Sopenharmony_ci 518c2ecf20Sopenharmony_ci power-supply = <&vcc_3v3_reg>; /* VCC */ 528c2ecf20Sopenharmony_ci 538c2ecf20Sopenharmony_ci backlight = <&backlight>; 548c2ecf20Sopenharmony_ci rlud-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; /* RL/UD */ 558c2ecf20Sopenharmony_ci sellvds-gpios = <&gpio 18 GPIO_ACTIVE_HIGH>; /* SELLVDS */ 568c2ecf20Sopenharmony_ci }; 578c2ecf20Sopenharmony_ci 588c2ecf20Sopenharmony_ci... 59