Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19-rc2 16 lines 543 B view raw
1Device-tree bindings for FSI-attached POWER9/POWER10 On-Chip Controller (OCC) 2----------------------------------------------------------------------------- 3 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 6nodes. The OCC is not an FSI slave device itself, rather it is accessed 7through the SBE FIFO. 8 9Required properties: 10 - compatible = "ibm,p9-occ" or "ibm,p10-occ" 11 12Examples: 13 14 occ { 15 compatible = "ibm,p9-occ"; 16 };