econet.yaml 520 B

1234567891011121314151617181920212223242526
  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. title: EcoNet MIPS SoCs
  7. maintainers:
  8. - Caleb James DeLisle <cjd@cjdns.fr>
  9. properties:
  10. $nodename:
  11. const: '/'
  12. compatible:
  13. oneOf:
  14. - description: Boards with EcoNet EN751221 family SoC
  15. items:
  16. - enum:
  17. - smartfiber,xp8421-b
  18. - const: econet,en751221
  19. additionalProperties: true
  20. ...