12 lines
349 B
Text
Executable file
12 lines
349 B
Text
Executable file
OPTION psf_version = 2.1;
|
|
|
|
BEGIN driver pmups
|
|
|
|
OPTION supported_peripherals = (ps7_pmu);
|
|
OPTION supported_os_types = (DTS);
|
|
OPTION driver_state = ACTIVE;
|
|
OPTION NAME = pmups;
|
|
DTGPARAM name = compatible, type = stringlist, default = "arm,cortex-a9-pmu"
|
|
DTGPARAM name = reg-names, type = stringlist, default = "cpu0 cpu1"
|
|
|
|
END driver
|