2017-01-30 14:17:02 +08:00
|
|
|
---
|
2017-06-20 09:12:07 +08:00
|
|
|
title: Kinetis UART
|
|
|
|
id: nxp,kinetis-uart
|
2017-01-30 14:17:02 +08:00
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
2017-06-20 09:12:07 +08:00
|
|
|
This binding gives a base representation of the Kinetis UART
|
2017-01-30 14:17:02 +08:00
|
|
|
|
|
|
|
inherits:
|
2017-11-23 15:48:10 +08:00
|
|
|
!include uart.yaml
|
2017-01-30 14:17:02 +08:00
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-06-20 09:12:07 +08:00
|
|
|
constraint: "nxp,kinetis-uart"
|
2017-01-30 14:17:02 +08:00
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-01-30 14:17:02 +08:00
|
|
|
type: array
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2017-01-30 14:17:02 +08:00
|
|
|
type: array
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
pinctrl-\d+:
|
2017-01-30 14:17:02 +08:00
|
|
|
type: array
|
|
|
|
category: optional
|
|
|
|
description: pinmux information for RX, TX, CTS, RTS
|
|
|
|
generation: define
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
clocks:
|
2017-01-30 14:17:02 +08:00
|
|
|
type: array
|
|
|
|
category: required
|
2018-07-13 20:57:09 +08:00
|
|
|
description: Clock gate information
|
|
|
|
generation: define
|
2017-01-30 14:17:02 +08:00
|
|
|
...
|