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
175 B
YAML
9 lines
175 B
YAML
# Copyright (c) 2017, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: LPC USART
|
|
|
|
compatible: "nxp,lpc-usart"
|
|
|
|
include: [uart-controller.yaml, "nxp,lpc-flexcomm.yaml"]
|