Lines Matching +full:dual +full:- +full:emac
2 * Copyright (C) 2020 Yu-Tung Chang <mtwget@gmail.com>
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
43 #include "sun8i-h3-nanopi.dtsi"
47 compatible = "friendlyarm,zeropi", "allwinner,sun8i-h3";
50 ethernet0 = &emac;
53 reg_gmac_3v3: gmac-3v3 {
54 compatible = "regulator-fixed";
55 regulator-name = "gmac-3v3";
56 regulator-min-microvolt = <3300000>;
57 regulator-max-microvolt = <3300000>;
58 startup-delay-us = <100000>;
59 enable-active-high;
65 ext_rgmii_phy: ethernet-phy@7 {
66 compatible = "ethernet-phy-ieee802.3-c22";
71 &emac {
72 pinctrl-names = "default";
73 pinctrl-0 = <&emac_rgmii_pins>;
74 phy-supply = <®_gmac_3v3>;
75 phy-handle = <&ext_rgmii_phy>;
76 phy-mode = "rgmii-id";
78 allwinner,leds-active-low;