1# Copyright (c) 2023 SILA Embedded Solutions GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4description: STM32 SMBus controller
5
6compatible: "st,stm32-smbus"
7
8include: [smbus-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  i2c:
12    type: phandle
13    required: true
14    description: I2C device which maps to the same address
15