Lines Matching +full:host +full:- +full:wakeup +full:- +full:gpios

2  * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
4 * This file is dual-licensed: you can use it either under the terms
43 #include "sunxi-common-regulators.dtsi"
45 #include <dt-bindings/gpio/gpio.h>
46 #include <dt-bindings/input/input.h>
56 stdout-path = "serial0:115200n8";
60 compatible = "hdmi-connector";
65 remote-endpoint = <&hdmi_out_con>;
71 compatible = "gpio-leds";
72 pinctrl-names = "default";
75 label = "bananapi-m2-plus:red:pwr";
76 gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */
77 default-state = "on";
82 compatible = "gpio-keys";
83 pinctrl-names = "default";
88 gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>;
92 reg_gmac_3v3: gmac-3v3 {
93 compatible = "regulator-fixed";
94 regulator-name = "gmac-3v3";
95 regulator-min-microvolt = <3300000>;
96 regulator-max-microvolt = <3300000>;
97 startup-delay-us = <100000>;
98 enable-active-high;
103 compatible = "mmc-pwrseq-simple";
104 pinctrl-names = "default";
105 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
107 clock-names = "ext_clock";
128 pinctrl-names = "default";
129 pinctrl-0 = <&emac_rgmii_pins>;
130 phy-supply = <&reg_gmac_3v3>;
131 phy-handle = <&ext_rgmii_phy>;
132 phy-mode = "rgmii";
138 ext_rgmii_phy: ethernet-phy@1 {
139 compatible = "ethernet-phy-ieee802.3-c22";
150 remote-endpoint = <&hdmi_con_in>;
155 pinctrl-names = "default";
156 pinctrl-0 = <&ir_pins_a>;
161 vmmc-supply = <&reg_vcc3v3>;
162 bus-width = <4>;
163 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
168 vmmc-supply = <&reg_vcc3v3>;
169 vqmmc-supply = <&reg_vcc3v3>;
170 mmc-pwrseq = <&wifi_pwrseq>;
171 bus-width = <4>;
172 non-removable;
177 compatible = "brcm,bcm4329-fmac";
178 interrupt-parent = <&pio>;
180 interrupt-names = "host-wake";
185 pinctrl-names = "default";
186 pinctrl-0 = <&mmc2_8bit_pins>;
187 vmmc-supply = <&reg_vcc3v3>;
188 vqmmc-supply = <&reg_vcc3v3>;
189 bus-width = <8>;
190 non-removable;
212 pinctrl-names = "default";
213 pinctrl-0 = <&uart0_pins_a>;
218 pinctrl-names = "default";
219 pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
220 uart-has-rtscts;
224 compatible = "brcm,bcm43438-bt";
226 clock-names = "lpo";
227 vbat-supply = <&reg_vcc3v3>;
228 vddio-supply = <&reg_vcc3v3>;
229 device-wakeup-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */
230 host-wakeup-gpios = <&pio 6 11 GPIO_ACTIVE_HIGH>; /* PG11 */
231 shutdown-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */
241 usb0_id_det-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
242 usb0_vbus-supply = <&reg_usb0_vbus>;
243 /* USB host VBUS is on as long as VCC-IO is on */