2017-09-22 02:23:50 +08:00
|
|
|
#
|
|
|
|
# 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:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-09-22 02:23:50 +08:00
|
|
|
type: string
|
2017-11-16 05:20:44 +08:00
|
|
|
category: required
|
2017-09-22 02:23:50 +08:00
|
|
|
description: compatible strings
|
|
|
|
constraint: "arc,dccm"
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-09-22 02:23:50 +08:00
|
|
|
type: array
|
|
|
|
description: DCCM memory mapped address space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
...
|