1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/display/panel/sharp,lq150x1lg11.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Sharp 15" LQ150X1LG11 XGA TFT LCD panel
10 - Peter Rosin <peda@axentia.se>
13 - $ref: panel-common.yaml#
17 const: sharp,lq150x1lg11
25 GPIO for the RL/UD (rotate 180 degrees) pin.
26 If rlud-gpios and/or sellvds-gpios are not specified,
27 the RL/UD and/or SELLVDS pins are assumed to be handled
28 appropriately by the hardware.
33 GPIO for the SELLVDS pin.
34 If rlud-gpios and/or sellvds-gpios are not specified,
35 the RL/UD and/or SELLVDS pins are assumed to be handled
36 appropriately by the hardware.
42 additionalProperties: false
46 #include <dt-bindings/gpio/gpio.h>
49 compatible = "sharp,lq150x1lg11";
51 power-supply = <&vcc_3v3_reg>; /* VCC */
53 backlight = <&backlight>;
54 rlud-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; /* RL/UD */
55 sellvds-gpios = <&gpio 18 GPIO_ACTIVE_HIGH>; /* SELLVDS */