mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 18:58:46 +00:00
This commit adds the UART nodes in the LPC11U6X device tree, as well as its binding. Signed-off-by: Maxime Bittan <maxime.bittan@seagate.com>
26 lines
403 B
YAML
26 lines
403 B
YAML
description: LPC11U6X UART
|
|
|
|
compatible: "nxp,lpc11u6x-uart"
|
|
|
|
include: uart-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
clocks:
|
|
required: true
|
|
|
|
pinmuxs:
|
|
type: phandle-array
|
|
required: true
|
|
description: RX and TX pinmux
|
|
|
|
pinmux-names:
|
|
type: string-array
|
|
required: true
|
|
description: UART pins names
|