Lines Matching +full:gpio +full:- +full:backlight
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jerry Han <jerry.han.hq@gmail.com>
13 - $ref: panel-common.yaml#
18 - const: boe,himax8279d8p
19 - const: boe,himax8279d10p
24 backlight: true
25 enable-gpios: true
27 pp33-gpios:
29 description: GPIO for the 3.3v pin that provides the supply voltage
31 pp18-gpios:
33 description: GPIO for the 1.8v pin that provides the supply voltage
36 - compatible
37 - reg
38 - enable-gpios
39 - pp33-gpios
40 - pp18-gpios
45 - |
46 #include <dt-bindings/gpio/gpio.h>
49 #address-cells = <1>;
50 #size-cells = <0>;
54 backlight = <&backlight>;
55 enable-gpios = <&gpio 45 GPIO_ACTIVE_HIGH>;
56 pp33-gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
57 pp18-gpios = <&gpio 36 GPIO_ACTIVE_HIGH>;