Path: blob/master/Documentation/devicetree/bindings/fsi/ibm,p9-fsi-controller.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-fsi-controller.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: IBM FSI-attached FSI Hub Controller78maintainers:9- Eddie James <eajames@linux.ibm.com>1011description:12The FSI Hub Controller is an FSI controller, providing a number of FSI links,13located on a CFAM. Therefore this node will always be a child of an FSI CFAM14node.1516properties:17compatible:18enum:19- ibm,p9-fsi-controller2021reg:22items:23- description: FSI slave address2425allOf:26- $ref: fsi-controller.yaml#2728unevaluatedProperties: false2930examples:31- |32fsi@3400 {33compatible = "ibm,p9-fsi-controller";34reg = <0x3400 0x400>;35#address-cells = <2>;36#size-cells = <0>;3738cfam@0,0 {39reg = <0 0>;40#address-cells = <1>;41#size-cells = <1>;42chip-id = <0>;43};44};454647