Back to home page

OSCL-LXR

 
 

    


0001 Device-tree bindings for FSI-attached POWER9/POWER10 On-Chip Controller (OCC)
0002 -----------------------------------------------------------------------------
0003 
0004 This is the binding for the P9 or P10 On-Chip Controller accessed over FSI from
0005 a service processor. See fsi.txt for details on bindings for FSI slave and CFAM
0006 nodes. The OCC is not an FSI slave device itself, rather it is accessed
0007 through the SBE FIFO.
0008 
0009 Required properties:
0010  - compatible = "ibm,p9-occ" or "ibm,p10-occ"
0011 
0012 Examples:
0013 
0014     occ {
0015         compatible = "ibm,p9-occ";
0016     };