Lines Matching +full:sun6i +full:- +full:a31 +full:- +full:dma
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/i2c/marvell,mv64xxx-i2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Gregory CLEMENT <gregory.clement@bootlin.com>
15 - const: allwinner,sun4i-a10-i2c
16 - items:
17 - const: allwinner,sun7i-a20-i2c
18 - const: allwinner,sun4i-a10-i2c
19 - const: allwinner,sun6i-a31-i2c
20 - items:
21 - enum:
22 - allwinner,suniv-f1c100s-i2c
23 - allwinner,sun8i-a23-i2c
24 - allwinner,sun8i-a83t-i2c
25 - allwinner,sun8i-v536-i2c
26 - allwinner,sun50i-a64-i2c
27 - allwinner,sun50i-h6-i2c
28 - const: allwinner,sun6i-a31-i2c
29 - description: Allwinner SoCs with offload support
31 - enum:
32 - allwinner,sun20i-d1-i2c
33 - allwinner,sun50i-a100-i2c
34 - allwinner,sun50i-h616-i2c
35 - allwinner,sun50i-r329-i2c
36 - const: allwinner,sun8i-v536-i2c
37 - const: allwinner,sun6i-a31-i2c
38 - const: marvell,mv64xxx-i2c
39 - const: marvell,mv78230-i2c
40 - const: marvell,mv78230-a0-i2c
43 Only use "marvell,mv78230-a0-i2c" for a very rare, initial
45 auto-detects this and sets it appropriately.
56 - description: Reference clock for the I2C bus
57 - description: Bus clock (Only for Armada 7K/8K)
59 clock-names:
62 - const: core
63 - const: reg
72 - description: RX DMA Channel
73 - description: TX DMA Channel
75 dma-names:
77 - const: rx
78 - const: tx
81 dmas: [ dma-names ]
84 - compatible
85 - reg
86 - interrupts
89 - $ref: /schemas/i2c/i2c-controller.yaml#
90 - if:
95 - allwinner,sun4i-a10-i2c
96 - allwinner,sun6i-a31-i2c
100 - clocks
102 - if:
106 const: allwinner,sun6i-a31-i2c
110 - resets
115 - |
117 compatible = "marvell,mv64xxx-i2c";
120 clock-frequency = <100000>;
123 - |
125 compatible = "marvell,mv78230-i2c";
128 clock-frequency = <100000>;
131 - |
133 compatible = "marvell,mv78230-i2c";
136 clock-frequency = <100000>;
137 clock-names = "core", "reg";