ralink.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2. %YAML 1.2
  3. ---
  4. $id: http://devicetree.org/schemas/mips/ralink.yaml#
  5. $schema: http://devicetree.org/meta-schemas/core.yaml#
  6. title: Ralink SoC based Platforms
  7. maintainers:
  8. - Sergio Paracuellos <sergio.paracuellos@gmail.com>
  9. description: |
  10. Boards with a Ralink SoC shall have the following properties.
  11. properties:
  12. $nodename:
  13. const: '/'
  14. compatible:
  15. oneOf:
  16. - description: Boards with Ralink RT2880 SoC
  17. items:
  18. - enum:
  19. - ralink,rt2880-eval-board
  20. - const: ralink,rt2880-soc
  21. - description: Boards with Ralink RT3050 SoC
  22. items:
  23. - const: ralink,rt3050-soc
  24. - description: Boards with Ralink RT3052 SoC
  25. items:
  26. - enum:
  27. - ralink,rt3052-eval-board
  28. - const: ralink,rt3052-soc
  29. - description: Boards with Ralink RT3350 SoC
  30. items:
  31. - const: ralink,rt3350-soc
  32. - description: Boards with Ralink RT3352 SoC
  33. items:
  34. - const: ralink,rt3352-soc
  35. - description: Boards with Ralink RT3383 SoC
  36. items:
  37. - enum:
  38. - ralink,rt3883-eval-board
  39. - const: ralink,rt3383-soc
  40. - description: Boards with Ralink RT5350 SoC
  41. items:
  42. - const: ralink,rt5350-soc
  43. - description: Boards with Mediatek/Ralink MT7620A SoC
  44. items:
  45. - enum:
  46. - ralink,mt7620a-eval-board
  47. - const: ralink,mt7620a-soc
  48. - description: Boards with Mediatek/Ralink MT7620N SoC
  49. items:
  50. - const: ralink,mt7620n-soc
  51. - description: Boards with Mediatek/Ralink MT7628A SoC
  52. items:
  53. - enum:
  54. - onion,omega2+
  55. - vocore,vocore2
  56. - const: ralink,mt7628a-soc
  57. - description: Boards with Mediatek/Ralink MT7688A SoC
  58. items:
  59. - enum:
  60. - gardena,smart-gateway-mt7688
  61. - onion,omega2+
  62. - const: ralink,mt7628a-soc
  63. - description: Boards with Mediatek/Ralink MT7621 SoC
  64. items:
  65. - enum:
  66. - gnubee,gb-pc1
  67. - gnubee,gb-pc2
  68. - tplink,hc220-g5-v1
  69. - const: mediatek,mt7621-soc
  70. additionalProperties: true
  71. ...