mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver
DT node for SiFive FU540-C000 GEMGXL Ethernet controller driver added Signed-off-by: Yash Shah <yash.shah@sifive.com> Reviewed-by: Sagar Kadam <sagar.kadam@sifive.com> Cc: Andrew Lunn <andrew@lunn.ch> [paul.walmsley@sifive.com: changed "phy1" to "phy0" at Andrew Lunn's suggestion] Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
This commit is contained in:
parent
251a448881
commit
26091eef3c
@ -217,5 +217,20 @@
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
eth0: ethernet@10090000 {
|
||||||
|
compatible = "sifive,fu540-c000-gem";
|
||||||
|
interrupt-parent = <&plic0>;
|
||||||
|
interrupts = <53>;
|
||||||
|
reg = <0x0 0x10090000 0x0 0x2000
|
||||||
|
0x0 0x100a0000 0x0 0x1000>;
|
||||||
|
local-mac-address = [00 00 00 00 00 00];
|
||||||
|
clock-names = "pclk", "hclk";
|
||||||
|
clocks = <&prci PRCI_CLK_GEMGXLPLL>,
|
||||||
|
<&prci PRCI_CLK_GEMGXLPLL>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -76,3 +76,12 @@
|
|||||||
disable-wp;
|
disable-wp;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ð0 {
|
||||||
|
status = "okay";
|
||||||
|
phy-mode = "gmii";
|
||||||
|
phy-handle = <&phy0>;
|
||||||
|
phy0: ethernet-phy@0 {
|
||||||
|
reg = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user