arm,i2c-versatile.yaml 493 B

1234567891011121314151617181920212223242526272829
  1. # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/i2c/arm,i2c-versatile.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: I2C Controller on ARM Ltd development platforms
  7. maintainers:
  8. - Linus Walleij <linusw@kernel.org>
  9. allOf:
  10. - $ref: /schemas/i2c/i2c-controller.yaml#
  11. properties:
  12. compatible:
  13. const: arm,versatile-i2c
  14. reg:
  15. maxItems: 1
  16. required:
  17. - compatible
  18. - reg
  19. unevaluatedProperties: false
  20. ...