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,ebu.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Lantiq Xway SoC series External Bus Unit (EBU)
0008
0009 maintainers:
0010 - John Crispin <john@phrozen.org>
0011
0012 properties:
0013 compatible:
0014 items:
0015 - enum:
0016 - lantiq,ebu-xway
0017
0018 reg:
0019 maxItems: 1
0020
0021 required:
0022 - compatible
0023 - reg
0024
0025 additionalProperties: false
0026
0027 examples:
0028 - |
0029 ebu@105300 {
0030 compatible = "lantiq,ebu-xway";
0031 reg = <0x105300 0x100>;
0032 };