11 lines
294 B
Text
Executable file
11 lines
294 B
Text
Executable file
OPTION psf_version = 2.1;
|
|
|
|
BEGIN driver scutimer
|
|
|
|
OPTION supported_peripherals = (ps7_scutimer);
|
|
OPTION supported_os_types = (DTS);
|
|
OPTION driver_state = ACTIVE;
|
|
OPTION NAME = scutimer;
|
|
DTGPARAM name = compatible, type = stringlist, default = "arm,cortex-a9-twd-timer"
|
|
|
|
END driver
|