Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / fsi / ibm,p9-occ.txt
1 Device-tree bindings for FSI-attached POWER9 On-Chip Controller (OCC)
2 ---------------------------------------------------------------------
3
4 This is the binding for the P9 On-Chip Controller accessed over FSI from a
5 service processor. See fsi.txt for details on bindings for FSI slave and CFAM
6 nodes. The OCC is not an FSI slave device itself, rather it is accessed
7 through the SBE fifo.
8
9 Required properties:
10  - compatible = "ibm,p9-occ"
11
12 Examples:
13
14     occ {
15         compatible = "ibm,p9-occ";
16     };