zephyr/dts/bindings/serial/cdns,uart.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

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