let cu driver init based on new json spec

new json spec for driver initialisation are:

{
   "driver_param": {... custom json document ...},  
   "device_param": {... custom json document ...}
}

Control unit driver manager need to create a driver singleton based on "driver_param" unique value

Edited by Claudio Bisegni