1# *************************************************************************
2# Copyright 2022 Meta Platforms, Inc. and its affiliates.
3# SPDX-License-Identifier: Apache-2.0
4# *************************************************************************
5
6description: This binding gives a base representation of the CADENCE UART IP6528
7
8compatible: "cdns,uart"
9
10include: uart-controller.yaml
11
12properties:
13  current-speed:
14    type: int
15    required: true
16    description: Baud Rate in bps.
17  clock-frequency:
18    type: int
19    required: true
20    description: Frequency(Hz) of Clock to the UART IP.
21  bdiv:
22    type: int
23    required: true
24    description: Baud Rate Divide register value.
25  reg:
26    required: true
27