From 32a7b2f3b78cc67fa8ead3340868654aa680abe3 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 3 Sep 2024 16:55:34 +0200 Subject: [PATCH] Enable ethernet node in DT --- ox-plic.dts | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/ox-plic.dts b/ox-plic.dts index f40168c..6d2309e 100644 --- a/ox-plic.dts +++ b/ox-plic.dts @@ -141,16 +141,18 @@ status = "okay"; }; -// ethernet0 { -// xlnx,rxmem = <0x000005f2>; -// carv,mtu = <0x000005dc>; -// carv,no-mac; -// device_type = "network"; -// local-mac-address = [02 05 00 01 00 05]; -// axistream-connected = <0x000000fe>; -// compatible = "xlnx,xxv-ethernet-1.0-carv"; -// memory-region = <ð_pool>; -// }; + ethernet0 { + xlnx,rxmem = <0x000005f2>; + carv,mtu = <0x000005dc>; + carv,no-mac; + device_type = "network"; + local-mac-address = [02 05 00 01 00 05]; + axistream-connected = <0x000000fe>; + //compatible = "xlnx,xxv-ethernet-1.0-carv"; + compatible = "xlnx,axi-ethernet-1.00.a"; + memory-region = <ð_pool>; + }; + // dma@40400000 { // xlnx,include-dre; // phandle = <0x000000fe>;