realtek-rtl.yaml 664 B

12345678910111213141516171819202122232425262728
  1. # SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/mips/realtek-rtl.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Realtek RTL83xx/93xx SoC series
  7. maintainers:
  8. - Bert Vermeulen <bert@biot.com>
  9. - Sander Vanheule <sander@svanheule.net>
  10. properties:
  11. $nodename:
  12. const: "/"
  13. compatible:
  14. oneOf:
  15. # RTL8382-based boards
  16. - items:
  17. - enum:
  18. - cisco,sg220-26
  19. - const: realtek,rtl8382-soc
  20. - items:
  21. - enum:
  22. - cameo,rtl9302c-2x-rtl8224-2xge
  23. - const: realtek,rtl9302-soc
  24. additionalProperties: true