31 lines
737 B
YAML
31 lines
737 B
YAML
---
|
|
title: Uart Base Structure
|
|
id: uart
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives the base structures for all UART devices
|
|
|
|
properties:
|
|
- clock-frequency:
|
|
type: int
|
|
category: optional
|
|
description: Clock frequency information for UART operation
|
|
generation: define
|
|
- current-speed:
|
|
type: int
|
|
category: required
|
|
description: Initial baud rate setting for UART
|
|
generation: define
|
|
- clocks:
|
|
type: array
|
|
category: required
|
|
description: Clock gate information
|
|
generation: define
|
|
- label:
|
|
type: string
|
|
category: required
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
generation: define
|
|
...
|