xref: /linux/Documentation/devicetree/bindings/mips/econet.yaml (revision 67faad74352d1ce0c1f411f92fdb1e0c0f3c9380)
1# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/mips/econet.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: EcoNet MIPS SoCs
8
9maintainers:
10  - Caleb James DeLisle <cjd@cjdns.fr>
11
12properties:
13  $nodename:
14    const: '/'
15
16  compatible:
17    oneOf:
18      - description: Boards with EcoNet EN751221 family SoC
19        items:
20          - enum:
21              - smartfiber,xp8421-b
22          - const: econet,en751221
23
24additionalProperties: true
25
26...
27