Lines Matching +full:reset +full:- +full:post +full:- +full:delay +full:- +full:us

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 /dts-v1/;
6 #include "sun50i-h5.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/pinctrl/sun4i-a10.h>
14 compatible = "friendlyarm,nanopi-neo-plus2", "allwinner,sun50i-h5";
22 stdout-path = "serial0:115200n8";
26 compatible = "gpio-leds";
28 led-0 {
31 default-state = "on";
34 led-1 {
40 reg_gmac_3v3: gmac-3v3 {
41 compatible = "regulator-fixed";
42 regulator-name = "gmac-3v3";
43 regulator-min-microvolt = <3300000>;
44 regulator-max-microvolt = <3300000>;
45 startup-delay-us = <100000>;
46 enable-active-high;
48 vin-supply = <&reg_vcc3v3>;
51 reg_gmac_2v5: gmac-2v5 {
53 compatible = "regulator-fixed";
54 regulator-name = "gmac-2v5";
55 regulator-min-microvolt = <2500000>;
56 regulator-max-microvolt = <2500000>;
57 regulator-always-on;
58 vin-supply = <&reg_vcc3v3>;
61 reg_vcc5v: regulator-vcc5v {
63 compatible = "regulator-fixed";
64 regulator-name = "vcc-5v";
65 regulator-min-microvolt = <5000000>;
66 regulator-max-microvolt = <5000000>;
67 regulator-always-on;
72 compatible = "regulator-fixed";
73 regulator-name = "vcc3v3";
74 regulator-min-microvolt = <3300000>;
75 regulator-max-microvolt = <3300000>;
76 regulator-always-on;
77 vin-supply = <&reg_vcc5v>;
80 vdd_cpux: gpio-regulator {
82 compatible = "regulator-gpio";
83 regulator-name = "vdd-cpux";
84 regulator-type = "voltage";
85 regulator-boot-on;
86 regulator-always-on;
87 regulator-min-microvolt = <1100000>;
88 regulator-max-microvolt = <1300000>;
89 regulator-ramp-delay = <50>; /* 4ms */
91 gpios-states = <0x1>;
93 vin-supply = <&reg_vcc5v>;
97 compatible = "mmc-pwrseq-simple";
98 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
99 post-power-on-delay-ms = <200>;
104 allwinner,audio-routing =
120 pinctrl-names = "default";
121 pinctrl-0 = <&emac_rgmii_pins>;
122 phy-supply = <&reg_gmac_3v3>;
123 phy-handle = <&ext_rgmii_phy>;
124 phy-mode = "rgmii-id";
129 ext_rgmii_phy: ethernet-phy@7 {
130 compatible = "ethernet-phy-ieee802.3-c22";
136 vmmc-supply = <&reg_vcc3v3>;
137 bus-width = <4>;
138 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
143 vmmc-supply = <&reg_vcc3v3>;
144 vqmmc-supply = <&reg_vcc3v3>;
145 mmc-pwrseq = <&wifi_pwrseq>;
146 bus-width = <4>;
147 non-removable;
152 compatible = "brcm,bcm4329-fmac";
157 pinctrl-names = "default";
158 pinctrl-0 = <&mmc2_8bit_pins>;
159 vmmc-supply = <&reg_vcc3v3>;
160 bus-width = <8>;
161 non-removable;
162 cap-mmc-hw-reset;
175 vcc-pa-supply = <&reg_vcc3v3>;
176 vcc-pc-supply = <&reg_vcc3v3>;
177 vcc-pd-supply = <&reg_gmac_2v5>;
178 vcc-pf-supply = <&reg_vcc3v3>;
179 vcc-pg-supply = <&reg_vcc3v3>;
183 vcc-pl-supply = <&reg_vcc3v3>;
187 pinctrl-names = "default";
188 pinctrl-0 = <&uart0_pa_pins>;
198 /* USB Type-A ports' VBUS is always on */