Lines Matching +full:wakeup +full:- +full:gpios
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 #include <dt-bindings/gpio/gpio.h>
8 #include <dt-bindings/interrupt-controller/irq.h>
11 reg_wl_en: regulator-wl-en {
12 compatible = "regulator-fixed";
13 regulator-name = "wlan_en";
14 regulator-min-microvolt = <3300000>;
15 regulator-max-microvolt = <3300000>;
16 pinctrl-names = "default";
17 pinctrl-0 = <&pinctrl_wl>;
19 enable-active-high;
20 startup-delay-us = <100>;
26 pinctrl-names = "default";
27 pinctrl-0 = <&pinctrl_uart3_bt>;
28 uart-has-rtscts;
31 compatible = "brcm,bcm43438-bt";
32 shutdown-gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>;
33 device-wakeup-gpios = <&gpio7 1 GPIO_ACTIVE_HIGH>;
34 host-wakeup-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH>;
40 #address-cells = <1>;
41 #size-cells = <0>;
42 pinctrl-names = "default";
43 pinctrl-0 = <&pinctrl_usdhc3_wl>;
44 vmmc-supply = <®_wl_en>;
45 bus-width = <4>;
46 non-removable;
47 no-1-8-v;
51 compatible = "brcm,bcm4329-fmac";
57 pinctrl_uart3_bt: uart3grp-bt {
64 MX6QDL_PAD_SD3_DAT4__GPIO7_IO01 0xb0b1 /* DEV WAKEUP */
65 MX6QDL_PAD_CSI0_DAT8__GPIO5_IO26 0xb0b1 /* HOST WAKEUP */
69 pinctrl_usdhc3_wl: usdhc3grp-wl {