17 lines
543 B
Plaintext
Raw Normal View History

2026-01-29 22:25:33 +08:00
Device-tree bindings for FSI-attached POWER9/POWER10 On-Chip Controller (OCC)
-----------------------------------------------------------------------------
2026-01-21 18:59:54 +08:00
2026-01-29 22:25:33 +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
2026-01-21 18:59:54 +08:00
nodes. The OCC is not an FSI slave device itself, rather it is accessed
2026-01-29 22:25:33 +08:00
through the SBE FIFO.
2026-01-21 18:59:54 +08:00
Required properties:
2026-01-29 22:25:33 +08:00
- compatible = "ibm,p9-occ" or "ibm,p10-occ"
2026-01-21 18:59:54 +08:00
Examples:
occ {
compatible = "ibm,p9-occ";
};