zephyr/dts/bindings/i2c/nxp,lpc-i2c.yaml
Maureen Helm fafdfba6bb dts: Introduce shared binding for nxp flexcomm peripheral
The flexcomm peripheral on lpc socs can be configured into uart, spi,
i2c, or i2s mode. Introduce a shared device tree binding that gets
included by the more specific driver type bindings.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2020-04-10 07:21:41 -05:00

9 lines
174 B
YAML

# Copyright (c) 2019 NXP
# SPDX-License-Identifier: Apache-2.0
description: LPC I2C node
compatible: "nxp,lpc-i2c"
include: [i2c-controller.yaml, "nxp,lpc-flexcomm.yaml"]