Lines Matching +full:sun8i +full:- +full:h3 +full:- +full:emac
4 * This file is dual-licensed: you can use it either under the terms
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 pinctrl-names = "default";
67 pinctrl-0 = <&usb3_vbus_pin_a>;
68 regulator-name = "usb3-vbus";
69 regulator-min-microvolt = <5000000>;
70 regulator-max-microvolt = <5000000>;
71 regulator-boot-on;
72 enable-active-high;
81 &emac {
82 pinctrl-names = "default";
83 pinctrl-0 = <&emac_rgmii_pins>;
84 phy-supply = <®_gmac_3v3>;
85 phy-handle = <&ext_rgmii_phy>;
86 phy-mode = "rgmii";
92 ext_rgmii_phy: ethernet-phy@1 {
93 compatible = "ethernet-phy-ieee802.3-c22";
99 pinctrl-names = "default";
100 pinctrl-0 = <&mmc2_8bit_pins>;
101 vmmc-supply = <®_vcc3v3>;
102 bus-width = <8>;
103 non-removable;
104 cap-mmc-hw-reset;
110 drive-strength = <40>;
111 /* eMMC is missing pull-ups */
112 bias-pull-up;
123 usb3_vbus-supply = <®_usb3_vbus>;