xref: /freebsd/sys/contrib/device-tree/Bindings/display/panel/sharp,ls060t1sx01.yaml (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/display/panel/sharp,ls060t1sx01.yaml#
58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
78cc087a1SEmmanuel Vadottitle: Sharp Microelectronics 6.0" FullHD TFT LCD panel
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
108cc087a1SEmmanuel Vadot  - Dmitry Baryskov <dmitry.baryshkov@linaro.org>
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel VadotallOf:
138cc087a1SEmmanuel Vadot  - $ref: panel-common.yaml#
148cc087a1SEmmanuel Vadot
158cc087a1SEmmanuel Vadotproperties:
168cc087a1SEmmanuel Vadot  compatible:
178cc087a1SEmmanuel Vadot    const: sharp,ls060t1sx01
188cc087a1SEmmanuel Vadot
19*7d0873ebSEmmanuel Vadot  reg:
20*7d0873ebSEmmanuel Vadot    maxItems: 1
21*7d0873ebSEmmanuel Vadot
228cc087a1SEmmanuel Vadot  backlight: true
238cc087a1SEmmanuel Vadot  reset-gpios: true
248cc087a1SEmmanuel Vadot  port: true
258cc087a1SEmmanuel Vadot
268cc087a1SEmmanuel Vadot  avdd-supply:
278cc087a1SEmmanuel Vadot    description: handle of the regulator that provides the positive supply voltage
288cc087a1SEmmanuel Vadot  avee-supply:
298cc087a1SEmmanuel Vadot    description: handle of the regulator that provides the negative supply voltage
308cc087a1SEmmanuel Vadot  vddi-supply:
318cc087a1SEmmanuel Vadot    description: handle of the regulator that provides the I/O supply voltage
328cc087a1SEmmanuel Vadot  vddh-supply:
338cc087a1SEmmanuel Vadot    description: handle of the regulator that provides the analog supply voltage
348cc087a1SEmmanuel Vadot
358cc087a1SEmmanuel Vadotrequired:
368cc087a1SEmmanuel Vadot  - compatible
378cc087a1SEmmanuel Vadot  - reg
388cc087a1SEmmanuel Vadot
398cc087a1SEmmanuel VadotadditionalProperties: false
408cc087a1SEmmanuel Vadot
418cc087a1SEmmanuel Vadotexamples:
428cc087a1SEmmanuel Vadot  - |
438cc087a1SEmmanuel Vadot    #include <dt-bindings/gpio/gpio.h>
448cc087a1SEmmanuel Vadot
458cc087a1SEmmanuel Vadot    dsi {
468cc087a1SEmmanuel Vadot        #address-cells = <1>;
478cc087a1SEmmanuel Vadot        #size-cells = <0>;
488cc087a1SEmmanuel Vadot
498cc087a1SEmmanuel Vadot        panel@0 {
508cc087a1SEmmanuel Vadot            compatible = "sharp,ls060t1sx01";
518cc087a1SEmmanuel Vadot            reg = <0>;
528cc087a1SEmmanuel Vadot            avdd-supply = <&pm8941_l22>;
538cc087a1SEmmanuel Vadot            backlight = <&backlight>;
548cc087a1SEmmanuel Vadot            reset-gpios = <&pm8916_gpios 25 GPIO_ACTIVE_LOW>;
558cc087a1SEmmanuel Vadot        };
568cc087a1SEmmanuel Vadot    };
578cc087a1SEmmanuel Vadot
588cc087a1SEmmanuel Vadot...
59