Skip to content

Commit be8b417

Browse files
cjdelisletsbogend
authored andcommitted
dt-bindings: mips: Add EcoNet platform binding
Document the top-level device tree binding for EcoNet MIPS-based SoCs. Signed-off-by: Caleb James DeLisle <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 2695b3c commit be8b417

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
7+
title: EcoNet MIPS SoCs
8+
9+
maintainers:
10+
- Caleb James DeLisle <[email protected]>
11+
12+
properties:
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+
24+
additionalProperties: true
25+
26+
...

0 commit comments

Comments
 (0)