1# Copyright (c) 2017 I-SENSE group of ICCS
2# SPDX-License-Identifier: Apache-2.0
3
4description: STM32 I2C V1 controller
5
6compatible: "st,stm32-i2c-v1"
7
8include: [i2c-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  interrupts:
15    required: true
16
17  pinctrl-0:
18    required: true
19
20  pinctrl-names:
21    required: true
22
23  scl-gpios:
24    type: phandle-array
25    description: |
26      GPIO to which the I2C SCL signal is routed. This is only needed for
27      I2C bus recovery support.
28
29  sda-gpios:
30    type: phandle-array
31    description: |
32      GPIO to which the I2C SDA signal is routed. This is only needed for
33      I2C bus recovery support.
34