12 lines
334 B
Text
Executable file
12 lines
334 B
Text
Executable file
OPTION psf_version = 2.1;
|
|
|
|
BEGIN driver sdps
|
|
|
|
OPTION supported_peripherals = (ps7_sdio);
|
|
OPTION supported_os_types = (DTS);
|
|
OPTION driver_state = ACTIVE;
|
|
OPTION NAME = sdps;
|
|
DTGPARAM name = clock-frequency , type = int ;
|
|
DTGPARAM name = compatible, type = stringlist, default = "generic-sdhci arasan,sdhci"
|
|
|
|
END driver
|