16 lines
545 B
Text
Executable file
16 lines
545 B
Text
Executable file
OPTION psf_version = 2.1;
|
|
|
|
BEGIN driver uartlite
|
|
|
|
OPTION supported_peripherals = (mdm axi_uartlite);
|
|
OPTION driver_state = ACTIVE;
|
|
OPTION supported_os_types = (DTS);
|
|
OPTION NAME = uartlite;
|
|
|
|
DTGPARAM name = dts.alias, type = string, default = serial;
|
|
DTGPARAM name = port-number, type = int, default = 0;
|
|
DTGPARAM name = current-speed, type = int, default = 115200;
|
|
DTGPARAM name = compatible, type = stringlist, default = "xlnx,xps-uartlite-1.00.a";
|
|
DTGPARAM name = device_type, type = string, default = serial;
|
|
|
|
END driver
|