1Ralink MIPS SoC device tree bindings
2
31. SoCs
4
5Each device tree must specify a compatible value for the Ralink SoC
6it uses in the compatible property of the root node. The compatible
7value must be one of the following values:
8
9  ralink,rt2880-soc
10  ralink,rt3050-soc
11  ralink,rt3052-soc
12  ralink,rt3350-soc
13  ralink,rt3352-soc
14  ralink,rt3883-soc
15  ralink,rt5350-soc
16  ralink,mt7620a-soc
17  ralink,mt7620n-soc
18  ralink,mt7628a-soc
19  ralink,mt7688a-soc
20
212. Boards
22
23GARDENA smart Gateway (MT7688)
24
25This board is based on the MediaTek MT7688 and equipped with 128 MiB
26of DDR and 8 MiB of flash (SPI NOR) and additional 128MiB SPI NAND
27storage.
28
29------------------------------
30Required root node properties:
31- compatible = "gardena,smart-gateway-mt7688", "ralink,mt7688a-soc",
32		"ralink,mt7628a-soc";
33