Lines Matching +full:charge +full:- +full:status +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
21 * b) Permission is hereby granted, free of charge, to any person
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";
75 gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */
76 default-state = "on";
81 compatible = "gpio-keys";
86 gpios = <&r_pio 0 3 GPIO_ACTIVE_LOW>;
90 reg_gmac_3v3: gmac-3v3 {
91 compatible = "regulator-fixed";
92 regulator-name = "gmac-3v3";
93 regulator-min-microvolt = <3300000>;
94 regulator-max-microvolt = <3300000>;
95 startup-delay-us = <100000>;
96 enable-active-high;
101 compatible = "mmc-pwrseq-simple";
102 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
104 clock-names = "ext_clock";
109 status = "okay";
113 status = "okay";
117 status = "okay";
121 status = "okay";
125 pinctrl-names = "default";
126 pinctrl-0 = <&emac_rgmii_pins>;
127 phy-supply = <®_gmac_3v3>;
128 phy-handle = <&ext_rgmii_phy>;
129 phy-mode = "rgmii-id";
131 status = "okay";
135 ext_rgmii_phy: ethernet-phy@1 {
136 compatible = "ethernet-phy-ieee802.3-c22";
142 status = "okay";
147 remote-endpoint = <&hdmi_con_in>;
152 pinctrl-names = "default";
153 pinctrl-0 = <&r_ir_rx_pin>;
154 status = "okay";
158 vmmc-supply = <®_vcc3v3>;
159 bus-width = <4>;
160 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
161 status = "okay";
165 vmmc-supply = <®_vcc3v3>;
166 vqmmc-supply = <®_vcc3v3>;
167 mmc-pwrseq = <&wifi_pwrseq>;
168 bus-width = <4>;
169 non-removable;
170 status = "okay";
174 compatible = "brcm,bcm4329-fmac";
175 interrupt-parent = <&pio>;
177 interrupt-names = "host-wake";
182 pinctrl-names = "default";
183 pinctrl-0 = <&mmc2_8bit_pins>;
184 vmmc-supply = <®_vcc3v3>;
185 vqmmc-supply = <®_vcc3v3>;
186 bus-width = <8>;
187 non-removable;
188 status = "okay";
192 status = "okay";
196 status = "okay";
200 status = "okay";
205 status = "okay";
209 pinctrl-names = "default";
210 pinctrl-0 = <&uart0_pa_pins>;
211 status = "okay";
215 pinctrl-names = "default";
216 pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
217 uart-has-rtscts;
218 status = "okay";
221 compatible = "brcm,bcm43438-bt";
223 clock-names = "lpo";
224 vbat-supply = <®_vcc3v3>;
225 vddio-supply = <®_vcc3v3>;
226 device-wakeup-gpios = <&pio 6 13 GPIO_ACTIVE_HIGH>; /* PG13 */
227 host-wakeup-gpios = <&pio 6 11 GPIO_ACTIVE_HIGH>; /* PG11 */
228 shutdown-gpios = <&pio 6 12 GPIO_ACTIVE_HIGH>; /* PG12 */
234 status = "okay";
238 usb0_id_det-gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
239 usb0_vbus-supply = <®_usb0_vbus>;
240 /* USB host VBUS is on as long as VCC-IO is on */
241 status = "okay";