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

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";
74 label = "bananapi-m2-plus:red:pwr";
76 default-state = "on";
80 gpio-keys {
81 compatible = "gpio-keys";
83 switch-4 {
87 wakeup-source;
91 reg_gmac_3v3: gmac-3v3 {
92 compatible = "regulator-fixed";
93 regulator-name = "gmac-3v3";
94 regulator-min-microvolt = <3300000>;
95 regulator-max-microvolt = <3300000>;
96 startup-delay-us = <100000>;
97 enable-active-high;
102 compatible = "mmc-pwrseq-simple";
103 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
105 clock-names = "ext_clock";
126 pinctrl-names = "default";
127 pinctrl-0 = <&emac_rgmii_pins>;
128 phy-supply = <&reg_gmac_3v3>;
129 phy-handle = <&ext_rgmii_phy>;
130 phy-mode = "rgmii-id";
136 ext_rgmii_phy: ethernet-phy@1 {
137 compatible = "ethernet-phy-ieee802.3-c22";
148 remote-endpoint = <&hdmi_con_in>;
153 pinctrl-names = "default";
154 pinctrl-0 = <&r_ir_rx_pin>;
159 vmmc-supply = <&reg_vcc3v3>;
160 bus-width = <4>;
161 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
166 vmmc-supply = <&reg_vcc3v3>;
167 vqmmc-supply = <&reg_vcc3v3>;
168 mmc-pwrseq = <&wifi_pwrseq>;
169 bus-width = <4>;
170 non-removable;
175 compatible = "brcm,bcm4329-fmac";
176 interrupt-parent = <&pio>;
178 interrupt-names = "host-wake";
183 pinctrl-names = "default";
184 pinctrl-0 = <&mmc2_8bit_pins>;
185 vmmc-supply = <&reg_vcc3v3>;
186 vqmmc-supply = <&reg_vcc3v3>;
187 bus-width = <8>;
188 non-removable;
210 pinctrl-names = "default";
211 pinctrl-0 = <&uart0_pa_pins>;
216 pinctrl-names = "default";
217 pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
218 uart-has-rtscts;
222 compatible = "brcm,bcm43438-bt";
223 max-speed = <1500000>;
225 clock-names = "lpo";
226 vbat-supply = <&reg_vcc3v3>;
227 vddio-supply = <&reg_vcc3v3>;
228 device-wakeup-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */
229 host-wakeup-gpios = <&pio 6 11 GPIO_ACTIVE_HIGH>; /* PG11 */
230 shutdown-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */
240 usb0_id_det-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
241 usb0_vbus-supply = <&reg_usb0_vbus>;
242 /* USB host VBUS is on as long as VCC-IO is on */