| # Copyright (c) 2017 I-SENSE group of ICCS | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: STM32 I2C V1 controller | |
| compatible: "st,stm32-i2c-v1" | |
| include: [i2c-controller.yaml, pinctrl-device.yaml] | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true | |
| pinctrl-0: | |
| required: true | |
| pinctrl-names: | |
| required: true |