27 lines
709 B
YAML
27 lines
709 B
YAML
# *************************************************************************
|
|
# Copyright 2022 Meta Platforms, Inc. and its affiliates.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# *************************************************************************
|
|
|
|
description: This binding gives a base representation of the CADENCE UART IP6528
|
|
|
|
compatible: "cdns,uart"
|
|
|
|
include: uart-controller.yaml
|
|
|
|
properties:
|
|
current-speed:
|
|
type: int
|
|
required: true
|
|
description: Baud Rate in bps.
|
|
clock-frequency:
|
|
type: int
|
|
required: true
|
|
description: Frequency(Hz) of Clock to the UART IP.
|
|
bdiv:
|
|
type: int
|
|
required: true
|
|
description: Baud Rate Divide register value.
|
|
reg:
|
|
required: true
|