]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/sun50i-a64-pine64-plus-u-boot.dtsi
sunxi: DT: A64: update device tree file for Allwinner A64 SoC
[u-boot] / arch / arm / dts / sun50i-a64-pine64-plus-u-boot.dtsi
1 / {
2         aliases {
3                 ethernet0 = &emac;
4         };
5 };
6
7 &emac {
8         pinctrl-names = "default";
9         pinctrl-0 = <&rgmii_pins>;
10         phy-mode = "rgmii";
11         phy-handle = <&ext_rgmii_phy>;
12         status = "okay";
13 };
14
15 &mdio {
16         ext_rgmii_phy: ethernet-phy@1 {
17                 compatible = "ethernet-phy-ieee802.3-c22";
18                 reg = <1>;
19         };
20 };