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";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
// ethernet0 {
|
ethernet0 {
|
||||||
// xlnx,rxmem = <0x000005f2>;
|
xlnx,rxmem = <0x000005f2>;
|
||||||
// carv,mtu = <0x000005dc>;
|
carv,mtu = <0x000005dc>;
|
||||||
// carv,no-mac;
|
carv,no-mac;
|
||||||
// device_type = "network";
|
device_type = "network";
|
||||||
// local-mac-address = [02 05 00 01 00 05];
|
local-mac-address = [02 05 00 01 00 05];
|
||||||
// axistream-connected = <0x000000fe>;
|
axistream-connected = <0x000000fe>;
|
||||||
//compatible = "xlnx,xxv-ethernet-1.0-carv";
|
//compatible = "xlnx,xxv-ethernet-1.0-carv";
|
||||||
// memory-region = <ð_pool>;
|
compatible = "xlnx,axi-ethernet-1.00.a";
|
||||||
// };
|
memory-region = <ð_pool>;
|
||||||
|
};
|
||||||
|
|
||||||
// dma@40400000 {
|
// dma@40400000 {
|
||||||
// xlnx,include-dre;
|
// xlnx,include-dre;
|
||||||
// phandle = <0x000000fe>;
|
// phandle = <0x000000fe>;
|
||||||
|
Loading…
Reference in New Issue
Block a user