20 lines
432 B
YAML
20 lines
432 B
YAML
description: Kinetis LPUART
|
|
|
|
compatible: "nxp,kinetis-lpuart"
|
|
|
|
include: [uart-controller.yaml, pinctrl-device.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
nxp,loopback:
|
|
type: boolean
|
|
description: |
|
|
Enable loopback mode on LPUART peripheral. When present, RX pin is
|
|
disconnected, and transmitter output is internally connected to
|
|
the receiver input.
|