
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]
19 lines
683 B
Text
Executable file
19 lines
683 B
Text
Executable file
OPTION psf_version = 2.1;
|
|
|
|
BEGIN driver uartns
|
|
|
|
OPTION supported_peripherals = (axi_uart16550);
|
|
OPTION supported_os_types = (DTS);
|
|
OPTION driver_state = ACTIVE;
|
|
|
|
OPTION NAME = uartns;
|
|
DTGPARAM name = compatible, type = stringlist, default = "xlnx,xps-uart16550-2.00.a ns16550a";
|
|
DTGPARAM name = current-speed, type = int, default = 115200;
|
|
DTGPARAM name = device_type, type = string, default = serial;
|
|
DTGPARAM name = dtg.alias, type = string, default = serial;
|
|
DTGPARAM name = reg-offset, type = hexint, default = 0x1000;
|
|
DTGPARAM name = reg-shift, type = int, default = 2;
|
|
DTGPARAM name = clock-frequency, type = int, default = 100000000;
|
|
|
|
|
|
END driver
|