
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]
14 lines
358 B
Text
Executable file
14 lines
358 B
Text
Executable file
OPTION psf_version = 2.1;
|
|
|
|
BEGIN driver iicps
|
|
|
|
OPTION supported_peripherals = (ps7_i2c);
|
|
OPTION supported_os_types = (DTS);
|
|
OPTION driver_state = ACTIVE;
|
|
OPTION NAME = iicps;
|
|
|
|
DTGPARAM name = bus-id, type = int ;
|
|
DTGPARAM name = i2c-clk, type = int , default = 400000;
|
|
DTGPARAM name = dtg.alias , type = reference, default = i2c;
|
|
|
|
END driver
|