zephyr/dts/bindings/i2c/nxp,imx-lpi2c.yaml
Mahesh Mahadevan 678e65093b dts: nxp_lpi2c: Interrupts is no longer a required property
Some NXP SoC's have a FlexComm interface that manages the
interrupts.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2024-04-02 21:00:24 -04:00

29 lines
635 B
YAML

# Copyright (c) 2019, NXP
# SPDX-License-Identifier: Apache-2.0
description: NXP i.MX LPI2C controller
compatible: "nxp,imx-lpi2c"
include: [i2c-controller.yaml, pinctrl-device.yaml]
properties:
reg:
required: true
bus-idle-timeout:
type: int
description: Bus idle timeout in nanoseconds
scl-gpios:
type: phandle-array
description: |
GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery
support.
sda-gpios:
type: phandle-array
description: |
GPIO to which the I2C SDA signal is routed. This is only needed for I2C bus recovery
support.