1# Copyright (c) 2023 Antmicro <www.antmicro.com> 2# SPDX-License-Identifier: Apache-2.0 3 4description: Ambiq I2C 5 6compatible: "ambiq,i2c" 7 8include: [i2c-controller.yaml, pinctrl-device.yaml, ambiq-pwrcfg.yaml] 9 10properties: 11 reg: 12 required: true 13 14 interrupts: 15 required: true 16 17 ambiq,pwrcfg: 18 required: true 19 20 scl-gpios: 21 type: phandle-array 22 description: | 23 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery 24 support. 25 26 sda-gpios: 27 type: phandle-array 28 description: | 29 GPIO to which the I2C SDA signal is routed. This is only needed for I2C bus recovery 30 support. 31