21 lines
356 B
YAML
21 lines
356 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
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
bus-idle-timeout:
|
|
required: false
|
|
type: int
|
|
description: Bus idle timeout in nanoseconds
|