Path: blob/master/Documentation/devicetree/bindings/i2c/amlogic,meson6-i2c.yaml
26307 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1# Copyright 2019 BayLibre, SAS2%YAML 1.23---4$id: http://devicetree.org/schemas/i2c/amlogic,meson6-i2c.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#67title: Amlogic Meson I2C Controller89maintainers:10- Neil Armstrong <neil.armstrong@linaro.org>11- Beniamino Galvani <b.galvani@gmail.com>1213allOf:14- $ref: /schemas/i2c/i2c-controller.yaml#1516properties:17compatible:18enum:19- amlogic,meson6-i2c # Meson6, Meson8 and compatible SoCs20- amlogic,meson-gxbb-i2c # GXBB and compatible SoCs21- amlogic,meson-axg-i2c # AXG and compatible SoCs2223reg:24maxItems: 12526interrupts:27maxItems: 12829clocks:30minItems: 13132power-domains:33maxItems: 13435required:36- compatible37- reg38- interrupts39- clocks4041unevaluatedProperties: false4243examples:44- |45i2c@c8100500 {46compatible = "amlogic,meson6-i2c";47reg = <0xc8100500 0x20>;48interrupts = <92>;49clocks = <&clk81>;50#address-cells = <1>;51#size-cells = <0>;5253eeprom@52 {54compatible = "atmel,24c32";55reg = <0x52>;56};57};585960