33 lines
580 B
YAML
33 lines
580 B
YAML
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/mips/lantiq/lantiq,dma-xway.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Lantiq Xway SoCs DMA Controller DT bindings
|
|
|
|
maintainers:
|
|
- John Crispin <john@phrozen.org>
|
|
|
|
properties:
|
|
compatible:
|
|
items:
|
|
- enum:
|
|
- lantiq,dma-xway
|
|
|
|
reg:
|
|
maxItems: 1
|
|
|
|
required:
|
|
- compatible
|
|
- reg
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
dma@e104100 {
|
|
compatible = "lantiq,dma-xway";
|
|
reg = <0xe104100 0x800>;
|
|
};
|