Lines Matching +full:mpfs +full:- +full:i2c
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/i2c/microchip,corei2c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip MPFS I2C Controller
10 - Daire McNamara <daire.mcnamara@microchip.com>
13 - $ref: /schemas/i2c/i2c-controller.yaml#
18 - items:
19 - enum:
20 - microchip,pic64gx-i2c
21 - microchip,mpfs-i2c # Microchip PolarFire SoC compatible SoCs
22 - const: microchip,corei2c-rtl-v7 # Microchip Fabric based i2c IP core
23 - const: microchip,corei2c-rtl-v7 # Microchip Fabric based i2c IP core
34 clock-frequency:
36 Desired I2C bus clock frequency in Hz. As only Standard and Fast
41 - compatible
42 - reg
43 - interrupts
44 - clocks
49 - |
50 i2c@2010a000 {
51 compatible = "microchip,mpfs-i2c", "microchip,corei2c-rtl-v7";
54 interrupt-parent = <&plic>;
56 clock-frequency = <100000>;