embeddedsw/XilinxProcessorIPLib/linux_drivers/emaclite/data/emaclite.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

16 lines
564 B
Text
Executable file

OPTION psf_version = 2.1;
BEGIN driver emaclite
OPTION supported_peripherals = (axi_ethernetlite);
OPTION driver_state = ACTIVE;
OPTION NAME = emaclite;
OPTION supported_os_types = (DTS);
DTGPARAM name = compatible, type = stringlist, default = "xlnx,xps-ethernetlite-1.00.a";
DTGPARAM name = device_type, type = string, default = network;
DTGPARAM name = dtg.alias, type = string, default = ethernet;
DTGPARAM name = local-mac-address, default = "00 0a 35 00 00 00", type = bytelist;
DTGPARAM name = phy-handle, type = reference;
END driver