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

19 lines
854 B
Text
Executable file

#
# The Device-Tree BSP generator
#
OPTION psf_version = 2.1;
BEGIN OS device_tree
OPTION DRC = device_tree_drc;
OPTION OS_TYPE = DTS
OPTION SUPPORTED_PERIPHERALS = (microblaze ps7_cortexa9);
OPTION DESC = "Generate flat device tree";
OPTION COMPILE_BSP = FALSE;
PARAMETER name = bootargs, desc = "Booting arguments", type = string, default = "";
PARAMETER name = console_device, desc = "Instance name of IP core for boot console (e.g. RS232_Uart_1, not xps_uart16550)", type = peripheral_instance, range=(axi_uart16550, axi_uartlite, ps7_uart), default = none;
PARAMETER name = periph_type_overrides, desc = "List of peripheral type overrides", type = string, default = "";
PARAMETER name = main_memory, desc ="Name of Main Memory used with PetaLinux", type = peripheral_instance, range=(ps7_ddr, mpmc, mig_7series, axi_emc), default = none;
END OS