embeddedsw/XilinxProcessorIPLib/linux_drivers/axiethernet/data/axiethernet.mdd
Heera Nand deddf8a6a6 replaced dts. with dtg. in driver meta data
Wall Data:
  Originally submitted from RDI_heeran_MY_RDI_EXP3
  Build Type: none
  Test Types: pre-commits, gui pre-commits
[git-p4: depot-paths = "//Rodin/HEAD/data/embeddedsw/": change = 886370]
2014-04-11 16:05:25 +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 = dtg.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