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