Enable ethernet node in DT

This commit is contained in:
Rodrigo Arias 2024-09-03 16:55:34 +02:00
parent 1620684b8e
commit 32a7b2f3b7

View File

@ -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>;
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 = <&eth_pool>;
// };
compatible = "xlnx,axi-ethernet-1.00.a";
memory-region = <&eth_pool>;
};
// dma@40400000 {
// xlnx,include-dre;
// phandle = <0x000000fe>;