Enable ethernet node in DT
This commit is contained in:
parent
1620684b8e
commit
32a7b2f3b7
20
ox-plic.dts
20
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>;
|
||||
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>;
|
||||
// };
|
||||
compatible = "xlnx,axi-ethernet-1.00.a";
|
||||
memory-region = <ð_pool>;
|
||||
};
|
||||
|
||||
// dma@40400000 {
|
||||
// xlnx,include-dre;
|
||||
// phandle = <0x000000fe>;
|
||||
|
Loading…
Reference in New Issue
Block a user