25 lines
398 B
YAML
25 lines
398 B
YAML
#
|
|
# Copyright (c) 2022, Andes Technology Corporation.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: |
|
|
This is a representation of AndesTech PLIC-SW node
|
|
|
|
compatible: "andestech,plic-sw"
|
|
|
|
include: [base.yaml, mailbox-controller.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
channel-max:
|
|
type: int
|
|
required: true
|
|
description: Supported channels max
|
|
|
|
mbox-cells:
|
|
- channel
|