0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/mips/lantiq/lantiq,dma-xway.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Lantiq Xway SoCs DMA Controller DT bindings
0008
0009 maintainers:
0010 - John Crispin <john@phrozen.org>
0011
0012 properties:
0013 compatible:
0014 items:
0015 - enum:
0016 - lantiq,dma-xway
0017
0018 reg:
0019 maxItems: 1
0020
0021 required:
0022 - compatible
0023 - reg
0024
0025 additionalProperties: false
0026
0027 examples:
0028 - |
0029 dma@e104100 {
0030 compatible = "lantiq,dma-xway";
0031 reg = <0xe104100 0x800>;
0032 };