mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user