]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/devicetree/bindings/fsi/ibm,p9-occ.txt
Merge remote-tracking branch 'torvalds/master' into perf/core
[mirror_ubuntu-jammy-kernel.git] / Documentation / devicetree / bindings / fsi / ibm,p9-occ.txt
CommitLineData
eedc65cb
EJ
1Device-tree bindings for FSI-attached POWER9/POWER10 On-Chip Controller (OCC)
2-----------------------------------------------------------------------------
6021c48f 3
eedc65cb
EJ
4This is the binding for the P9 or P10 On-Chip Controller accessed over FSI from
5a service processor. See fsi.txt for details on bindings for FSI slave and CFAM
6021c48f 6nodes. The OCC is not an FSI slave device itself, rather it is accessed
eedc65cb 7through the SBE FIFO.
6021c48f
EJ
8
9Required properties:
eedc65cb 10 - compatible = "ibm,p9-occ" or "ibm,p10-occ"
6021c48f
EJ
11
12Examples:
13
14 occ {
15 compatible = "ibm,p9-occ";
16 };