| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- From be8b4173719a61fdd8379e86895d855775cf5f91 Mon Sep 17 00:00:00 2001
- From: Caleb James DeLisle <[email protected]>
- Date: Wed, 7 May 2025 13:44:56 +0000
- Subject: [PATCH] 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]>
- ---
- .../devicetree/bindings/mips/econet.yaml | 26 +++++++++++++++++++
- 1 file changed, 26 insertions(+)
- create mode 100644 Documentation/devicetree/bindings/mips/econet.yaml
- --- /dev/null
- +++ b/Documentation/devicetree/bindings/mips/econet.yaml
- @@ -0,0 +1,26 @@
- +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
- +%YAML 1.2
- +---
- +$id: http://devicetree.org/schemas/mips/econet.yaml#
- +$schema: http://devicetree.org/meta-schemas/core.yaml#
- +
- +title: EcoNet MIPS SoCs
- +
- +maintainers:
- + - Caleb James DeLisle <[email protected]>
- +
- +properties:
- + $nodename:
- + const: '/'
- +
- + compatible:
- + oneOf:
- + - description: Boards with EcoNet EN751221 family SoC
- + items:
- + - enum:
- + - smartfiber,xp8421-b
- + - const: econet,en751221
- +
- +additionalProperties: true
- +
- +...
|