19 lines
331 B
YAML
19 lines
331 B
YAML
# Copyright (c) 2018 - 2019 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: LiteX UART
|
|
|
|
description: >
|
|
This binding gives a base representation of the LiteX UART
|
|
|
|
compatible: "litex,uart0"
|
|
|
|
include: uart-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|