Path: blob/master/Documentation/devicetree/bindings/fsi/ibm,p9-sbefifo.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-sbefifo.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: IBM FSI-attached SBEFIFO engine78maintainers:9- Eddie James <eajames@linux.ibm.com>1011description:12The SBEFIFO is an FSI CFAM engine that provides an interface to the13POWER processor Self Boot Engine (SBE). This node will always be a child14of an FSI CFAM node.1516properties:17compatible:18enum:19- ibm,p9-sbefifo20- ibm,odyssey-sbefifo2122reg:23items:24- description: FSI slave address2526occ:27type: object28$ref: ibm,p9-occ.yaml#2930required:31- compatible32- reg3334additionalProperties: false3536examples:37- |38fsi-slave-engine@2400 {39compatible = "ibm,p9-sbefifo";40reg = <0x2400 0x400>;4142occ {43compatible = "ibm,p9-occ";44};45};464748