Lines Matching +full:uart +full:- +full:grp
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>;
34 pinctrl_uart2_bt: uart2-bt-grp {
43 pinctrl_usdhc2_wl: usdhc2-wl-grp {
62 pinctrl-names = "default";
63 pinctrl-0 = <&pinctrl_uart2_bt &pinctrl_bt>;
64 uart-has-rtscts;
68 compatible = "brcm,bcm43438-bt";
69 shutdown-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
70 device-wakeup-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
71 host-wakeup-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
76 #address-cells = <1>;
77 #size-cells = <0>;
78 pinctrl-names = "default";
79 pinctrl-0 = <&pinctrl_usdhc2_wl>;
80 vmmc-supply = <®_wl_en>;
81 bus-width = <4>;
82 non-removable;
83 no-1-8-v;
87 compatible = "brcm,bcm4329-fmac";