Path: blob/master/Documentation/devicetree/bindings/fsi/ibm,p9-scom.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-scom.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: IBM FSI-attached SCOM engine78maintainers:9- Eddie James <eajames@linux.ibm.com>1011description:12The SCOM engine is an interface to the POWER processor PIB (Pervasive13Interconnect Bus). This node will always be a child of an FSI CFAM node.1415properties:16compatible:17enum:18- ibm,fsi2pib19- ibm,p9-scom20- ibm,i2cr-scom2122reg:23items:24- description: FSI slave address2526required:27- compatible28- reg2930additionalProperties: false3132examples:33- |34scom@1000 {35compatible = "ibm,p9-scom";36reg = <0x1000 0x400>;37};383940