2020-11-20 09:03:13 +08:00
|
|
|
Device-tree bindings for FSI-attached POWER9/POWER10 On-Chip Controller (OCC)
|
|
|
|
-----------------------------------------------------------------------------
|
2018-11-09 05:05:20 +08:00
|
|
|
|
2020-11-20 09:03:13 +08:00
|
|
|
This is the binding for the P9 or P10 On-Chip Controller accessed over FSI from
|
|
|
|
a service processor. See fsi.txt for details on bindings for FSI slave and CFAM
|
2018-11-09 05:05:20 +08:00
|
|
|
nodes. The OCC is not an FSI slave device itself, rather it is accessed
|
2020-11-20 09:03:13 +08:00
|
|
|
through the SBE FIFO.
|
2018-11-09 05:05:20 +08:00
|
|
|
|
|
|
|
Required properties:
|
2020-11-20 09:03:13 +08:00
|
|
|
- compatible = "ibm,p9-occ" or "ibm,p10-occ"
|
2018-11-09 05:05:20 +08:00
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
|
|
|
occ {
|
|
|
|
compatible = "ibm,p9-occ";
|
|
|
|
};
|