1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/i2c/marvell,mv64xxx-i2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell MV64XXX I2C Controller Device Tree Bindings
10 - Gregory CLEMENT <gregory.clement@bootlin.com>
15 - const: allwinner,sun4i-a10-i2c
17 - const: allwinner,sun7i-a20-i2c
18 - const: allwinner,sun4i-a10-i2c
19 - const: allwinner,sun6i-a31-i2c
21 - const: allwinner,sun8i-a23-i2c
22 - const: allwinner,sun6i-a31-i2c
24 - const: allwinner,sun8i-a83t-i2c
25 - const: allwinner,sun6i-a31-i2c
27 - const: allwinner,sun50i-a64-i2c
28 - const: allwinner,sun6i-a31-i2c
30 - const: allwinner,sun50i-h6-i2c
31 - const: allwinner,sun6i-a31-i2c
33 - const: marvell,mv64xxx-i2c
34 - const: marvell,mv78230-i2c
35 - const: marvell,mv78230-a0-i2c
38 Only use "marvell,mv78230-a0-i2c" for a very rare, initial
39 version of the SoC which had broken offload support. Linux
40 auto-detects this and sets it appropriately.
52 - description: Reference clock for the I2C bus
53 - description: Bus clock (Only for Armada 7K/8K)
62 Mandatory if two clocks are used (only for Armada 7k and 8k).
73 - $ref: /schemas/i2c/i2c-controller.yaml#
79 - allwinner,sun4i-a10-i2c
80 - allwinner,sun6i-a31-i2c
90 const: allwinner,sun6i-a31-i2c
96 unevaluatedProperties: false
101 compatible = "marvell,mv64xxx-i2c";
102 reg = <0x11000 0x20>;
104 clock-frequency = <100000>;
109 compatible = "marvell,mv78230-i2c";
110 reg = <0x11000 0x100>;
112 clock-frequency = <100000>;
117 compatible = "marvell,mv78230-i2c";
118 reg = <0x701000 0x20>;
120 clock-frequency = <100000>;
121 clock-names = "core", "reg";
122 clocks = <&core_clock>, <®_clock>;