2017-02-06 21:09:30 +08:00
|
|
|
---
|
2017-06-20 09:28:55 +08:00
|
|
|
title: Kinetis LPUART
|
|
|
|
id: nxp,kinetis-lpuart
|
2017-02-06 21:09:30 +08:00
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
2017-06-20 09:28:55 +08:00
|
|
|
This binding gives a base representation of the Kinetis LPUART
|
2017-02-06 21:09:30 +08:00
|
|
|
|
|
|
|
inherits:
|
2017-11-23 15:48:10 +08:00
|
|
|
!include uart.yaml
|
2017-02-06 21:09:30 +08:00
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-06-20 09:28:55 +08:00
|
|
|
constraint: "nxp,kinetis-lpuart"
|
2017-02-06 21:09:30 +08:00
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-02-06 21:09:30 +08:00
|
|
|
type: array
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2017-02-06 21:09:30 +08:00
|
|
|
type: array
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
pinctrl-*:
|
2017-02-06 21:09:30 +08:00
|
|
|
type: array
|
|
|
|
category: optional
|
|
|
|
description: pinmux information for RX, TX, CTS, RTS
|
|
|
|
generation: structures
|
|
|
|
...
|