embeddedsw/XilinxProcessorIPLib/linux_drivers/axiethernet/data/axiethernet.mdd
git perforce import user a539aa2c1a Initial import of //Rodin/HEAD/data/embeddedsw/ from the state at revision #head
[git-p4: depot-paths = "//Rodin/HEAD/data/embeddedsw/": change = 884492]
2014-04-09 17:06:57 +05:30

21 lines
778 B
Text
Executable file

OPTION psf_version = 2.1;
BEGIN driver axiethernet
OPTION supported_peripherals = (axi_ethernet axi_ethernet_buffer);
OPTION driver_state = ACTIVE;
OPTION NAME = axiethernet;
OPTION supported_os_types = (DTS);
DTGPARAM name = dts.alias , type = reference, default = ethernet;
DTGPARAM name = axistream-connected , type = reference;
DTGPARAM name = axistream-control-connected, type = reference;
DTGPARAM name = clock-frequency, type = int, default = 100000000;
DTGPARAM name = compatible, type =stringlist, default = "xlnx,axi-ethernet-1.00.a";
DTGPARAM name = device_type, type = string, default = network;
DTGPARAM name = local-mac-address, default = "00 0a 35 00 00 00", type = bytelist;
DTGPARAM name = phy-handle, type = reference;
END driver