Lines Matching +full:gpios +full:- +full:states

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";
30 gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>;
31 default-state = "on";
36 gpios = <&pio 0 20 GPIO_ACTIVE_HIGH>;
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;
51 compatible = "regulator-fixed";
52 regulator-name = "vcc3v3";
53 regulator-min-microvolt = <3300000>;
54 regulator-max-microvolt = <3300000>;
57 vdd_cpux: gpio-regulator {
58 compatible = "regulator-gpio";
59 regulator-name = "vdd-cpux";
60 regulator-type = "voltage";
61 regulator-boot-on;
62 regulator-always-on;
63 regulator-min-microvolt = <1100000>;
64 regulator-max-microvolt = <1300000>;
65 regulator-ramp-delay = <50>; /* 4ms */
66 gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>;
67 gpios-states = <0x1>;
68 states = <1100000 0>, <1300000 1>;
72 compatible = "mmc-pwrseq-simple";
73 reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
74 post-power-on-delay-ms = <200>;
79 allwinner,audio-routing =
95 pinctrl-names = "default";
96 pinctrl-0 = <&emac_rgmii_pins>;
97 phy-supply = <&reg_gmac_3v3>;
98 phy-handle = <&ext_rgmii_phy>;
99 phy-mode = "rgmii-id";
104 ext_rgmii_phy: ethernet-phy@7 {
105 compatible = "ethernet-phy-ieee802.3-c22";
111 vmmc-supply = <&reg_vcc3v3>;
112 bus-width = <4>;
113 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
118 vmmc-supply = <&reg_vcc3v3>;
119 vqmmc-supply = <&reg_vcc3v3>;
120 mmc-pwrseq = <&wifi_pwrseq>;
121 bus-width = <4>;
122 non-removable;
127 compatible = "brcm,bcm4329-fmac";
132 pinctrl-names = "default";
133 pinctrl-0 = <&mmc2_8bit_pins>;
134 vmmc-supply = <&reg_vcc3v3>;
135 bus-width = <8>;
136 non-removable;
137 cap-mmc-hw-reset;
150 pinctrl-names = "default";
151 pinctrl-0 = <&uart0_pa_pins>;
161 /* USB Type-A ports' VBUS is always on */