27 lines
471 B
YAML
27 lines
471 B
YAML
|
#
|
||
|
# Copyright (c) 2017, synopsy
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: ARC DCCM
|
||
|
id: arc,dccm
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This binding gives a base representation of the ARC DCCM
|
||
|
|
||
|
properties:
|
||
|
- compatible:
|
||
|
type: string
|
||
|
category: optional
|
||
|
description: compatible strings
|
||
|
constraint: "arc,dccm"
|
||
|
|
||
|
- reg:
|
||
|
type: array
|
||
|
description: DCCM memory mapped address space
|
||
|
generation: define
|
||
|
category: required
|
||
|
...
|