Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/i2c/arm,i2c-versatile.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: I2C Controller on ARM Ltd development platforms
0008 
0009 maintainers:
0010   - Linus Walleij <linus.walleij@linaro.org>
0011 
0012 allOf:
0013   - $ref: /schemas/i2c/i2c-controller.yaml#
0014 
0015 properties:
0016   compatible:
0017     const: arm,versatile-i2c
0018 
0019   reg:
0020     maxItems: 1
0021 
0022 required:
0023   - compatible
0024   - reg
0025 
0026 unevaluatedProperties: false
0027 
0028 ...
0029