006-v6.16-dt-bindings-mips-Add-EcoNet-platform-binding.patch 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. From be8b4173719a61fdd8379e86895d855775cf5f91 Mon Sep 17 00:00:00 2001
  2. From: Caleb James DeLisle <[email protected]>
  3. Date: Wed, 7 May 2025 13:44:56 +0000
  4. Subject: [PATCH] dt-bindings: mips: Add EcoNet platform binding
  5. Document the top-level device tree binding for EcoNet MIPS-based SoCs.
  6. Signed-off-by: Caleb James DeLisle <[email protected]>
  7. Reviewed-by: Krzysztof Kozlowski <[email protected]>
  8. Signed-off-by: Thomas Bogendoerfer <[email protected]>
  9. ---
  10. .../devicetree/bindings/mips/econet.yaml | 26 +++++++++++++++++++
  11. 1 file changed, 26 insertions(+)
  12. create mode 100644 Documentation/devicetree/bindings/mips/econet.yaml
  13. --- /dev/null
  14. +++ b/Documentation/devicetree/bindings/mips/econet.yaml
  15. @@ -0,0 +1,26 @@
  16. +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
  17. +%YAML 1.2
  18. +---
  19. +$id: http://devicetree.org/schemas/mips/econet.yaml#
  20. +$schema: http://devicetree.org/meta-schemas/core.yaml#
  21. +
  22. +title: EcoNet MIPS SoCs
  23. +
  24. +maintainers:
  25. + - Caleb James DeLisle <[email protected]>
  26. +
  27. +properties:
  28. + $nodename:
  29. + const: '/'
  30. +
  31. + compatible:
  32. + oneOf:
  33. + - description: Boards with EcoNet EN751221 family SoC
  34. + items:
  35. + - enum:
  36. + - smartfiber,xp8421-b
  37. + - const: econet,en751221
  38. +
  39. +additionalProperties: true
  40. +
  41. +...