1*5def4c47SEmmanuel VadotDevice-tree bindings for FSI-attached POWER9/POWER10 On-Chip Controller (OCC) 2*5def4c47SEmmanuel Vadot----------------------------------------------------------------------------- 3c66ec88fSEmmanuel Vadot 4*5def4c47SEmmanuel VadotThis is the binding for the P9 or P10 On-Chip Controller accessed over FSI from 5*5def4c47SEmmanuel Vadota service processor. See fsi.txt for details on bindings for FSI slave and CFAM 6c66ec88fSEmmanuel Vadotnodes. The OCC is not an FSI slave device itself, rather it is accessed 7*5def4c47SEmmanuel Vadotthrough the SBE FIFO. 8c66ec88fSEmmanuel Vadot 9c66ec88fSEmmanuel VadotRequired properties: 10*5def4c47SEmmanuel Vadot - compatible = "ibm,p9-occ" or "ibm,p10-occ" 11c66ec88fSEmmanuel Vadot 12c66ec88fSEmmanuel VadotExamples: 13c66ec88fSEmmanuel Vadot 14c66ec88fSEmmanuel Vadot occ { 15c66ec88fSEmmanuel Vadot compatible = "ibm,p9-occ"; 16c66ec88fSEmmanuel Vadot }; 17