mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
7d4ad2e71d
The MT7628A is the successor to the MT7620 and pin compatible with the MT7688A, although the latter supports only a 1T1R antenna rather than a 2T2R antenna. This commit adds support for the following features: - UART - USB PHY - EHCI - Interrupt controller - System controller - Memory controller - Reset controller Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com> Cc: robh+dt@kernel.org Cc: mark.rutland@arm.com Cc: john@phrozen.org Cc: Harvey Hunt <harvey.hunt@imgtec.com> Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-mediatek@lists.infradead.org Patchwork: https://patchwork.linux-mips.org/patch/17133/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 lines
430 B
Plaintext
19 lines
430 B
Plaintext
Ralink MIPS SoC device tree bindings
|
|
|
|
1. SoCs
|
|
|
|
Each device tree must specify a compatible value for the Ralink SoC
|
|
it uses in the compatible property of the root node. The compatible
|
|
value must be one of the following values:
|
|
|
|
ralink,rt2880-soc
|
|
ralink,rt3050-soc
|
|
ralink,rt3052-soc
|
|
ralink,rt3350-soc
|
|
ralink,rt3352-soc
|
|
ralink,rt3883-soc
|
|
ralink,rt5350-soc
|
|
ralink,mt7620a-soc
|
|
ralink,mt7620n-soc
|
|
ralink,mt7628a-soc
|