22 lines
344 B
YAML
22 lines
344 B
YAML
|
# Copyright (c) 2023 Intel Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
description: Intel SEDI DMA controller.
|
||
|
|
||
|
compatible: "intel,sedi_dma"
|
||
|
|
||
|
include: dma-controller.yaml
|
||
|
|
||
|
properties:
|
||
|
reg:
|
||
|
required: true
|
||
|
|
||
|
interrupts:
|
||
|
required: true
|
||
|
|
||
|
peripheral-id:
|
||
|
type: int
|
||
|
description: Peripheral Instance ID
|
||
|
required: true
|