embeddedsw/XilinxProcessorIPLib/linux_drivers/qspips/data/qspips.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
463 B
Text
Executable file

OPTION psf_version = 2.1;
BEGIN driver qspips
OPTION supported_peripherals = (ps7_qspi);
OPTION supported_os_types = (DTS);
OPTION driver_state = ACTIVE;
OPTION NAME = qspips;
DTGPARAM name = "#address-cells", default = 1, type = int;
DTGPARAM name = "#size-cells", default = 0, type = int;
DTGPARAM name = is-dual, type = int;
DTGPARAM name = num-chip-select, default = 1, type =int;
DTGPARAM name = dtg.alias , default = spi;
END driver