2017-01-30 13:59:48 +08:00
|
|
|
---
|
|
|
|
title: Uart Base Structure
|
|
|
|
id: uart
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives the base structures for all UART devices
|
|
|
|
|
2018-08-02 04:00:00 +08:00
|
|
|
child:
|
|
|
|
bus: uart
|
|
|
|
|
2017-01-30 13:59:48 +08:00
|
|
|
properties:
|
2018-08-20 19:45:55 +08:00
|
|
|
compatible:
|
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: compatible strings
|
|
|
|
generation: define
|
2017-11-23 15:48:10 +08:00
|
|
|
clock-frequency:
|
2017-01-30 13:59:48 +08:00
|
|
|
type: int
|
|
|
|
category: optional
|
|
|
|
description: Clock frequency information for UART operation
|
|
|
|
generation: define
|
2017-11-23 15:48:10 +08:00
|
|
|
current-speed:
|
2017-01-30 13:59:48 +08:00
|
|
|
type: int
|
|
|
|
category: required
|
|
|
|
description: Initial baud rate setting for UART
|
|
|
|
generation: define
|
2017-11-23 15:48:10 +08:00
|
|
|
clocks:
|
2017-01-30 13:59:48 +08:00
|
|
|
type: array
|
2018-07-13 20:57:09 +08:00
|
|
|
category: optional
|
2017-01-30 13:59:48 +08:00
|
|
|
description: Clock gate information
|
|
|
|
generation: define
|
2017-11-23 15:48:10 +08:00
|
|
|
label:
|
2017-05-17 05:03:51 +08:00
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
|
|
generation: define
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupt-names:
|
2017-07-20 22:22:06 +08:00
|
|
|
type: stringlist
|
|
|
|
category: optional
|
|
|
|
description: names of required interrupts
|
|
|
|
generation: define
|
2017-11-23 15:48:10 +08:00
|
|
|
pinctrl-\d+:
|
2017-07-20 22:22:06 +08:00
|
|
|
type: array
|
|
|
|
category: optional
|
|
|
|
description: pinmux information for RX, TX, CTS, RTS
|
|
|
|
generation: define
|
2017-01-30 13:59:48 +08:00
|
|
|
...
|