Skip to content

Commit 29aa58d

Browse files
Eddie Jamesrobherring
authored andcommitted
dt-bindings: fsi: Document the IBM SCOM engine
The SCOM engine provides an interface to the POWER processor PIB (Pervasive Interconnect Bus). Signed-off-by: Eddie James <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent c7bcbb8 commit 29aa58d

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/fsi/ibm,p9-scom.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: IBM FSI-attached SCOM engine
8+
9+
maintainers:
10+
- Eddie James <[email protected]>
11+
12+
description:
13+
The SCOM engine is an interface to the POWER processor PIB (Pervasive
14+
Interconnect Bus). This node will always be a child of an FSI CFAM node.
15+
16+
properties:
17+
compatible:
18+
enum:
19+
- ibm,p9-scom
20+
- ibm,i2cr-scom
21+
22+
reg:
23+
items:
24+
- description: FSI slave address
25+
26+
required:
27+
- compatible
28+
- reg
29+
30+
additionalProperties: false
31+
32+
examples:
33+
- |
34+
scom@1000 {
35+
compatible = "ibm,p9-scom";
36+
reg = <0x1000 0x400>;
37+
};

0 commit comments

Comments
 (0)