Lines Matching +full:dual +full:- +full:emac
4 * This file is dual-licensed: you can use it either under the terms
5 * of the GPL or the X11 license, at your option. Note that this dual
44 #include "sun8i-h3-orangepi-2.dts"
48 compatible = "xunlong,orangepi-plus", "allwinner,sun8i-h3";
51 ethernet0 = &emac;
54 reg_gmac_3v3: gmac-3v3 {
55 compatible = "regulator-fixed";
56 regulator-name = "gmac-3v3";
57 regulator-min-microvolt = <3300000>;
58 regulator-max-microvolt = <3300000>;
59 startup-delay-us = <100000>;
60 enable-active-high;
64 reg_usb3_vbus: usb3-vbus {
65 compatible = "regulator-fixed";
66 regulator-name = "usb3-vbus";
67 regulator-min-microvolt = <5000000>;
68 regulator-max-microvolt = <5000000>;
69 regulator-boot-on;
70 enable-active-high;
76 cpu-supply = <®_vdd_cpux>;
83 &emac {
84 pinctrl-names = "default";
85 pinctrl-0 = <&emac_rgmii_pins>;
86 phy-supply = <®_gmac_3v3>;
87 phy-handle = <&ext_rgmii_phy>;
88 phy-mode = "rgmii-id";
94 ext_rgmii_phy: ethernet-phy@1 {
95 compatible = "ethernet-phy-ieee802.3-c22";
101 pinctrl-names = "default";
102 pinctrl-0 = <&mmc2_8bit_pins>;
103 vmmc-supply = <®_vcc3v3>;
104 bus-width = <8>;
105 non-removable;
106 cap-mmc-hw-reset;
112 drive-strength = <40>;
113 /* eMMC is missing pull-ups */
114 bias-pull-up;
123 regulator-name = "vdd-cpux";
124 silergy,fixed-microvolt = <1200000>;
125 regulator-min-microvolt = <1000000>;
126 regulator-max-microvolt = <1400000>;
127 regulator-ramp-delay = <200>;
128 regulator-boot-on;
129 regulator-always-on;
134 usb3_vbus-supply = <®_usb3_vbus>;