fafdfba6bb
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>
9 lines
174 B
YAML
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"]
|