lowRISC Ethernet peripheral for Digilent CV64A6 on Genesys 2 #106973
Unanswered
JLValdivieso
asked this question in
Q&A
Replies: 1 comment
-
|
Just because a node exists in the device tree doesn't mean, a driver exists. But you are free to write one yourself and contribute it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any driver available for the lowRISC Ethernet peripheral for Digilent CVA6 on Genesys 2? I saw a device tree where I found a node with the following characteristics, but I am not able to find the driver.
eth: lowrisc-eth@30000000 {
compatible = "lowrisc-eth";
device_type = "network";
interrupt-parent = <&plic>;
interrupts = <3 0>;
reg = <0x0 0x30000000 0x0 0x8000>;
status = "disabled";
};
Beta Was this translation helpful? Give feedback.
All reactions