arm64: dts: rockchip: rk3568: Add stmmac uio nodes

Signed-off-by: David Wu <david.wu@rock-chips.com>
Change-Id: I6a7d4c1000b9ed604042b5dc5d32c9cddb4ad433
This commit is contained in:
David Wu
2023-03-05 20:43:16 +08:00
committed by Tao Huang
parent e54a2f1ed1
commit b3fc1c6b9b
2 changed files with 15 additions and 0 deletions

View File

@@ -54,6 +54,7 @@
/delete-node/ &gmac0_clkin;
/delete-node/ &gmac0_xpcsclk;
/delete-node/ &gmac0;
/delete-node/ &gmac_uio0;
/delete-node/ &pcie30_phy_grf;
/delete-node/ &pcie30phy;
/delete-node/ &pcie3x1;

View File

@@ -1765,6 +1765,13 @@
status = "disabled";
};
gmac_uio1: uio@fe010000 {
compatible = "rockchip,uio-gmac";
reg = <0x0 0xfe010000 0x0 0x10000>;
rockchip,ethernet = <&gmac1>;
status = "disabled";
};
gmac1: ethernet@fe010000 {
compatible = "rockchip,rk3568-gmac", "snps,dwmac-4.20a";
reg = <0x0 0xfe010000 0x0 0x10000>;
@@ -2510,6 +2517,13 @@
};
};
gmac_uio0: uio@fe2a0000 {
compatible = "rockchip,uio-gmac";
reg = <0x0 0xfe2a0000 0x0 0x10000>;
rockchip,ethernet = <&gmac0>;
status = "disabled";
};
gmac0: ethernet@fe2a0000 {
compatible = "rockchip,rk3568-gmac", "snps,dwmac-4.20a";
reg = <0x0 0xfe2a0000 0x0 0x10000>;