24 lines
344 B
YAML
24 lines
344 B
YAML
|
#
|
||
|
# Copyright (c) 2018, SiFive Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: Sifive SPI driver
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This binding gives a base representation of the Sifive SPI controller
|
||
|
|
||
|
inherits:
|
||
|
!include spi.yaml
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
constraint: "sifive,spi0"
|
||
|
|
||
|
reg:
|
||
|
category: required
|
||
|
|
||
|
...
|