Path: blob/master/Documentation/devicetree/bindings/fsi/ibm,p9-occ.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/fsi/ibm,p9-occ.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: IBM FSI-attached On-Chip Controller (OCC)78maintainers:9- Eddie James <eajames@linux.ibm.com>1011description:12The POWER processor On-Chip Controller (OCC) helps manage power and13thermals for the system, accessed through the FSI-attached SBEFIFO14from a service processor.1516properties:17compatible:18enum:19- ibm,p9-occ20- ibm,p10-occ2122hwmon:23type: object24$ref: /schemas/hwmon/ibm,occ-hwmon.yaml2526required:27- compatible2829additionalProperties: false3031examples:32- |33occ {34compatible = "ibm,p9-occ";3536hwmon {37compatible = "ibm,p9-occ-hwmon";38};39};404142