Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/mips/ralink.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Ralink SoC based Platforms Device Tree Bindings
0008 
0009 maintainers:
0010   - Sergio Paracuellos <sergio.paracuellos@gmail.com>
0011 
0012 description: |
0013     Boards with a Ralink SoC shall have the following properties.
0014 
0015 properties:
0016   $nodename:
0017     const: '/'
0018   compatible:
0019     oneOf:
0020       - description: Boards with Ralink RT2880 SoC
0021         items:
0022           - enum:
0023               - ralink,rt2880-eval-board
0024           - const: ralink,rt2880-soc
0025 
0026       - description: Boards with Ralink RT3050 SoC
0027         items:
0028           - const: ralink,rt3050-soc
0029 
0030       - description: Boards with Ralink RT3052 SoC
0031         items:
0032           - enum:
0033               - ralink,rt3052-eval-board
0034           - const: ralink,rt3052-soc
0035 
0036       - description: Boards with Ralink RT3350 SoC
0037         items:
0038           - const: ralink,rt3350-soc
0039 
0040       - description: Boards with Ralink RT3352 SoC
0041         items:
0042           - const: ralink,rt3352-soc
0043 
0044       - description: Boards with Ralink RT3383 SoC
0045         items:
0046           - enum:
0047               - ralink,rt3883-eval-board
0048           - const: ralink,rt3383-soc
0049 
0050       - description: Boards with Ralink RT5350 SoC
0051         items:
0052           - const: ralink,rt5350-soc
0053 
0054       - description: Boards with Mediatek/Ralink MT7620A SoC
0055         items:
0056           - enum:
0057               - ralink,mt7620a-eval-board
0058           - const: ralink,mt7620a-soc
0059 
0060       - description: Boards with Mediatek/Ralink MT7620N SoC
0061         items:
0062           - const: ralink,mt7620n-soc
0063 
0064       - description: Boards with Mediatek/Ralink MT7628A SoC
0065         items:
0066           - enum:
0067               - onion,omega2+
0068               - vocore,vocore2
0069           - const: ralink,mt7628a-soc
0070 
0071       - description: Boards with Mediatek/Ralink MT7688A SoC
0072         items:
0073           - enum:
0074               - gardena,smart-gateway-mt7688
0075               - onion,omega2+
0076           - const: ralink,mt7628a-soc
0077 
0078       - description: Boards with Mediatek/Ralink MT7621 SoC
0079         items:
0080           - enum:
0081               - gnubee,gb-pc1
0082               - gnubee,gb-pc2
0083           - const: mediatek,mt7621-soc
0084 
0085 additionalProperties: true
0086 
0087 ...