Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-or-later)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/fsi/ibm,fsi2spi.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: IBM FSI-attached SPI controllers
0008 
0009 maintainers:
0010   - Eddie James <eajames@linux.ibm.com>
0011 
0012 description: |
0013   This binding describes an FSI CFAM engine called the FSI2SPI. Therefore this
0014   node will always be a child of an FSI CFAM node; see fsi.txt for details on
0015   FSI slave and CFAM nodes. This FSI2SPI engine provides access to a number of
0016   SPI controllers.
0017 
0018 properties:
0019   compatible:
0020     enum:
0021       - ibm,fsi2spi
0022 
0023   reg:
0024     items:
0025       - description: FSI slave address
0026 
0027 required:
0028   - compatible
0029   - reg
0030 
0031 additionalProperties: false
0032 
0033 examples:
0034   - |
0035     fsi2spi@1c00 {
0036         compatible = "ibm,fsi2spi";
0037         reg = <0x1c00 0x400>;
0038     };