Lines Matching +full:gpio +full:- +full:backlight

1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/gpio/gpio.h>
12 backlight = &backlight;
19 stdout-path = &uart2;
22 backlight: backlight { label
23 compatible = "gpio-backlight";
25 default-on;
29 gpio-poweroff {
30 compatible = "gpio-poweroff";
32 pinctrl-0 = <&pinctrl_power_off>;
33 pinctrl-names = "default";
43 * in reality it is a -20t (parallel) model,
45 * so it is equivalent to -19t model in drive
48 compatible = "urt,umsh-8596md-19t";
49 pinctrl-names = "default";
50 pinctrl-0 = <&pinctrl_panel>;
51 power-supply = <&reg_panel>;
52 backlight = <&backlight>;
57 remote-endpoint = <&lvds0_out>;
63 compatible = "simple-bus";
64 #address-cells = <1>;
65 #size-cells = <0>;
68 compatible = "regulator-fixed";
70 regulator-name = "usb_h1_vbus";
71 regulator-min-microvolt = <5000000>;
72 regulator-max-microvolt = <5000000>;
73 enable-active-high;
74 startup-delay-us = <2>; /* USB2415 requires a POR of 1 us minimum */
75 gpio = <&gpio7 12 0>;
79 compatible = "regulator-fixed";
81 regulator-name = "lcd_panel";
82 enable-active-high;
83 gpio = <&gpio1 2 0>;
88 compatible = "fsl,imx6q-udoo-ac97",
89 "fsl,imx-audio-ac97";
90 model = "fsl,imx6q-udoo-ac97";
91 audio-cpu = <&ssi1>;
92 audio-routing =
95 mux-int-port = <1>;
96 mux-ext-port = <6>;
101 pinctrl-names = "default";
102 pinctrl-0 = <&pinctrl_enet>;
103 phy-mode = "rgmii-id";
108 ddc-i2c-bus = <&i2c2>;
113 clock-frequency = <100000>;
114 pinctrl-names = "default";
115 pinctrl-0 = <&pinctrl_i2c2>;
120 clock-frequency = <100000>;
121 pinctrl-names = "default";
122 pinctrl-0 = <&pinctrl_i2c3>;
127 pinctrl-names = "default";
128 pinctrl-0 = <&pinctrl_touchscreenp7>;
130 interrupt-parent = <&gpio1>;
138 imx6q-udoo {
270 panelchan: lvds-channel@0 {
275 remote-endpoint = <&panel_in>;
282 pinctrl-names = "default";
283 pinctrl-0 = <&pinctrl_uart2>;
288 pinctrl-names = "default";
289 pinctrl-0 = <&pinctrl_uart4>;
294 pinctrl-names = "default";
295 pinctrl-0 = <&pinctrl_usbh>;
296 vbus-supply = <&reg_usb_h1_vbus>;
302 pinctrl-names = "default";
303 pinctrl-0 = <&pinctrl_usbotg>;
308 pinctrl-names = "default";
309 pinctrl-0 = <&pinctrl_usdhc3>;
310 cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
319 cell-index = <0>;
320 fsl,mode = "ac97-slave";
321 pinctrl-names = "ac97-running", "ac97-reset", "ac97-warm-reset";
322 pinctrl-0 = <&pinctrl_ac97_running>;
323 pinctrl-1 = <&pinctrl_ac97_reset>;
324 pinctrl-2 = <&pinctrl_ac97_warm_reset>;
325 ac97-gpios = <&gpio4 19 0 &gpio4 18 0 &gpio2 30 0>;