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

15 lines
523 B
Text
Executable file

OPTION psf_version = 2.1;
BEGIN driver intc
OPTION DRC = intc_drc;
OPTION supported_peripherals = (axi_intc);
OPTION supported_os_types = (DTS);
OPTION NAME = intc;
DTGPARAM name = "#interrupt-cells", default = 2, type = int;
DTGPARAM name = interrupt-controller, type = string;
DTGPARAM name = compatible, type =stringlist, default = "xlnx,xps-intc-1.00.a" ;
DTGPARAM name = "xlnx,kind-of-intr", type = hexint, default = 0x0 ;
DTGPARAM name = dts.ip_params, default = "C_NUM_INTR_INPUTS", type = stringlist;
END driver