summaryrefslogtreecommitdiff
path: root/dts/common/yaml/uart.yaml
blob: dfd4af35594664d4137b0d039b370e96953d2eda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
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
...