1*0e8011faSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*0e8011faSEmmanuel Vadot%YAML 1.2 3*0e8011faSEmmanuel Vadot--- 4*0e8011faSEmmanuel Vadot$id: http://devicetree.org/schemas/fsi/ibm,p9-scom.yaml# 5*0e8011faSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*0e8011faSEmmanuel Vadot 7*0e8011faSEmmanuel Vadottitle: IBM FSI-attached SCOM engine 8*0e8011faSEmmanuel Vadot 9*0e8011faSEmmanuel Vadotmaintainers: 10*0e8011faSEmmanuel Vadot - Eddie James <eajames@linux.ibm.com> 11*0e8011faSEmmanuel Vadot 12*0e8011faSEmmanuel Vadotdescription: 13*0e8011faSEmmanuel Vadot The SCOM engine is an interface to the POWER processor PIB (Pervasive 14*0e8011faSEmmanuel Vadot Interconnect Bus). This node will always be a child of an FSI CFAM node. 15*0e8011faSEmmanuel Vadot 16*0e8011faSEmmanuel Vadotproperties: 17*0e8011faSEmmanuel Vadot compatible: 18*0e8011faSEmmanuel Vadot enum: 19*0e8011faSEmmanuel Vadot - ibm,p9-scom 20*0e8011faSEmmanuel Vadot - ibm,i2cr-scom 21*0e8011faSEmmanuel Vadot 22*0e8011faSEmmanuel Vadot reg: 23*0e8011faSEmmanuel Vadot items: 24*0e8011faSEmmanuel Vadot - description: FSI slave address 25*0e8011faSEmmanuel Vadot 26*0e8011faSEmmanuel Vadotrequired: 27*0e8011faSEmmanuel Vadot - compatible 28*0e8011faSEmmanuel Vadot - reg 29*0e8011faSEmmanuel Vadot 30*0e8011faSEmmanuel VadotadditionalProperties: false 31*0e8011faSEmmanuel Vadot 32*0e8011faSEmmanuel Vadotexamples: 33*0e8011faSEmmanuel Vadot - | 34*0e8011faSEmmanuel Vadot scom@1000 { 35*0e8011faSEmmanuel Vadot compatible = "ibm,p9-scom"; 36*0e8011faSEmmanuel Vadot reg = <0x1000 0x400>; 37*0e8011faSEmmanuel Vadot }; 38