18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 28cc087a1SEmmanuel Vadot%YAML 1.2 38cc087a1SEmmanuel Vadot--- 48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/mips/ralink.yaml# 58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 68cc087a1SEmmanuel Vadot 77ef62cebSEmmanuel Vadottitle: Ralink SoC based Platforms 88cc087a1SEmmanuel Vadot 98cc087a1SEmmanuel Vadotmaintainers: 108cc087a1SEmmanuel Vadot - Sergio Paracuellos <sergio.paracuellos@gmail.com> 118cc087a1SEmmanuel Vadot 128cc087a1SEmmanuel Vadotdescription: | 138cc087a1SEmmanuel Vadot Boards with a Ralink SoC shall have the following properties. 148cc087a1SEmmanuel Vadot 158cc087a1SEmmanuel Vadotproperties: 168cc087a1SEmmanuel Vadot $nodename: 178cc087a1SEmmanuel Vadot const: '/' 188cc087a1SEmmanuel Vadot compatible: 198cc087a1SEmmanuel Vadot oneOf: 208cc087a1SEmmanuel Vadot - description: Boards with Ralink RT2880 SoC 218cc087a1SEmmanuel Vadot items: 228cc087a1SEmmanuel Vadot - enum: 238cc087a1SEmmanuel Vadot - ralink,rt2880-eval-board 248cc087a1SEmmanuel Vadot - const: ralink,rt2880-soc 258cc087a1SEmmanuel Vadot 268cc087a1SEmmanuel Vadot - description: Boards with Ralink RT3050 SoC 278cc087a1SEmmanuel Vadot items: 288cc087a1SEmmanuel Vadot - const: ralink,rt3050-soc 298cc087a1SEmmanuel Vadot 308cc087a1SEmmanuel Vadot - description: Boards with Ralink RT3052 SoC 318cc087a1SEmmanuel Vadot items: 328cc087a1SEmmanuel Vadot - enum: 338cc087a1SEmmanuel Vadot - ralink,rt3052-eval-board 348cc087a1SEmmanuel Vadot - const: ralink,rt3052-soc 358cc087a1SEmmanuel Vadot 368cc087a1SEmmanuel Vadot - description: Boards with Ralink RT3350 SoC 378cc087a1SEmmanuel Vadot items: 388cc087a1SEmmanuel Vadot - const: ralink,rt3350-soc 398cc087a1SEmmanuel Vadot 408cc087a1SEmmanuel Vadot - description: Boards with Ralink RT3352 SoC 418cc087a1SEmmanuel Vadot items: 428cc087a1SEmmanuel Vadot - const: ralink,rt3352-soc 438cc087a1SEmmanuel Vadot 448cc087a1SEmmanuel Vadot - description: Boards with Ralink RT3383 SoC 458cc087a1SEmmanuel Vadot items: 468cc087a1SEmmanuel Vadot - enum: 478cc087a1SEmmanuel Vadot - ralink,rt3883-eval-board 488cc087a1SEmmanuel Vadot - const: ralink,rt3383-soc 498cc087a1SEmmanuel Vadot 508cc087a1SEmmanuel Vadot - description: Boards with Ralink RT5350 SoC 518cc087a1SEmmanuel Vadot items: 528cc087a1SEmmanuel Vadot - const: ralink,rt5350-soc 538cc087a1SEmmanuel Vadot 548cc087a1SEmmanuel Vadot - description: Boards with Mediatek/Ralink MT7620A SoC 558cc087a1SEmmanuel Vadot items: 568cc087a1SEmmanuel Vadot - enum: 578cc087a1SEmmanuel Vadot - ralink,mt7620a-eval-board 588cc087a1SEmmanuel Vadot - const: ralink,mt7620a-soc 598cc087a1SEmmanuel Vadot 608cc087a1SEmmanuel Vadot - description: Boards with Mediatek/Ralink MT7620N SoC 618cc087a1SEmmanuel Vadot items: 628cc087a1SEmmanuel Vadot - const: ralink,mt7620n-soc 638cc087a1SEmmanuel Vadot 648cc087a1SEmmanuel Vadot - description: Boards with Mediatek/Ralink MT7628A SoC 658cc087a1SEmmanuel Vadot items: 668cc087a1SEmmanuel Vadot - enum: 678cc087a1SEmmanuel Vadot - onion,omega2+ 688cc087a1SEmmanuel Vadot - vocore,vocore2 698cc087a1SEmmanuel Vadot - const: ralink,mt7628a-soc 708cc087a1SEmmanuel Vadot 718cc087a1SEmmanuel Vadot - description: Boards with Mediatek/Ralink MT7688A SoC 728cc087a1SEmmanuel Vadot items: 738cc087a1SEmmanuel Vadot - enum: 748cc087a1SEmmanuel Vadot - gardena,smart-gateway-mt7688 758cc087a1SEmmanuel Vadot - onion,omega2+ 768cc087a1SEmmanuel Vadot - const: ralink,mt7628a-soc 778cc087a1SEmmanuel Vadot 788cc087a1SEmmanuel Vadot - description: Boards with Mediatek/Ralink MT7621 SoC 798cc087a1SEmmanuel Vadot items: 808cc087a1SEmmanuel Vadot - enum: 818cc087a1SEmmanuel Vadot - gnubee,gb-pc1 828cc087a1SEmmanuel Vadot - gnubee,gb-pc2 83*f126890aSEmmanuel Vadot - tplink,hc220-g5-v1 848cc087a1SEmmanuel Vadot - const: mediatek,mt7621-soc 858cc087a1SEmmanuel Vadot 868cc087a1SEmmanuel VadotadditionalProperties: true 878cc087a1SEmmanuel Vadot 888cc087a1SEmmanuel Vadot... 89