OPTION psf_version = 2.1; BEGIN driver cpu OPTION driver_state = ACTIVE; OPTION supported_peripherals = (microblaze); OPTION supported_os_types = (DTS); OPTION NAME = cpu; DTGPARAM name = device_type, default = cpu , type = string; DTGPARAM name = clock-frequency, type = int , default = 1000000 ; DTGPARAM name = timebase-frequency, type = int , default = 1000000 ; DTGPARAM name = d-cache-baseaddr, type = hexint ; DTGPARAM name = d-cache-highaddr, type = hexint ; DTGPARAM name = d-cache-line-size, type = hexint ; DTGPARAM name = d-cache-size, type = hexint ; DTGPARAM name = i-cache-baseaddr, type = hexint ; DTGPARAM name = i-cache-highaddr, type = hexint ; DTGPARAM name = i-cache-line-size, type = hexint ; DTGPARAM name = i-cache-size, type = hexint ; DTGPARAM name = model, type = string; END driver