24 lines
351 B
YAML
24 lines
351 B
YAML
#
|
|
# Copyright (c) 2018, SiFive Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: SIFIVE UART
|
|
|
|
description: >
|
|
This binding gives a base representation of the SIFIVE UART
|
|
|
|
inherits:
|
|
!include uart.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "sifive,uart0"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|