Lines Matching +full:gpio +full:- +full:backlight
1 // SPDX-License-Identifier: GPL-2.0-or-later
4 #include <dt-bindings/gpio/gpio.h>
15 backlight: backlight { label
16 compatible = "pwm-backlight";
18 brightness-levels = <
22 default-brightness-level = <0x0>;
23 power-supply = <&blen>;
28 bits-per-pixel = <4>;
29 ac-prescale = <17>;
31 display-timings {
32 native-mode = <&timing0>;
33 timing0: timing-320x240 {
35 hback-porch = <0>;
36 hfront-porch = <0>;
37 hsync-len = <0>;
39 vback-porch = <0>;
40 vfront-porch = <0>;
41 vsync-len = <0>;
42 clock-frequency = <6500000>;
48 compatible = "i2c-gpio";
51 i2c-gpio,delay-us = <2>;
52 i2c-gpio,scl-output-only;
53 #address-cells = <1>;
54 #size-cells = <0>;
58 compatible = "regulator-fixed";
59 regulator-name = "BACKLIGHT ENABLE";
60 regulator-min-microvolt = <3300000>;
61 regulator-max-microvolt = <3300000>;
62 gpio = <&portd 1 GPIO_ACTIVE_HIGH>;
66 compatible = "regulator-fixed";
67 regulator-name = "BACKLIGHT ENABLE";
68 regulator-min-microvolt = <3300000>;
69 regulator-max-microvolt = <3300000>;
70 gpio = <&portd 3 GPIO_ACTIVE_HIGH>;
76 compatible = "cfi-flash";
78 bank-width = <2>;
79 #address-cells = <1>;
80 #size-cells = <1>;
86 lcd-supply = <&lcddc>;
92 gpio-hog;
94 output-high;
95 line-name = "LCD ENABLE";