1# Copyright (c) 2019, NXP 2# SPDX-License-Identifier: Apache-2.0 3 4description: NXP LPI2C controller 5 6compatible: "nxp,lpi2c" 7 8include: [i2c-controller.yaml, pinctrl-device.yaml] 9 10properties: 11 reg: 12 required: true 13 14 bus-idle-timeout: 15 type: int 16 description: Bus idle timeout in nanoseconds 17 18 scl-gpios: 19 type: phandle-array 20 description: | 21 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery 22 support. 23 24 sda-gpios: 25 type: phandle-array 26 description: | 27 GPIO to which the I2C SDA signal is routed. This is only needed for I2C bus recovery 28 support. 29