41 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/fsi/ibm,p9-occ.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: IBM FSI-attached On-Chip Controller (OCC)8 9maintainers:10 - Eddie James <eajames@linux.ibm.com>11 12description:13 The POWER processor On-Chip Controller (OCC) helps manage power and14 thermals for the system, accessed through the FSI-attached SBEFIFO15 from a service processor.16 17properties:18 compatible:19 enum:20 - ibm,p9-occ21 - ibm,p10-occ22 23 hwmon:24 type: object25 $ref: /schemas/hwmon/ibm,occ-hwmon.yaml26 27required:28 - compatible29 30additionalProperties: false31 32examples:33 - |34 occ {35 compatible = "ibm,p9-occ";36 37 hwmon {38 compatible = "ibm,p9-occ-hwmon";39 };40 };41