This is an old revision of the document!
MediaTek / Ralink
General
- On May, 5th 2011, MediaTek bought Ralink.
- Most WNICs are supported by the
rt2x00driver family. See wireless.overview - Websites with more background information
Ralink ramips
- A quite good source for product briefs on MediaTek/Ralink SoCs in pdf-form seems to be here: http://wikidevi.com/files/Ralink/.
- OpenWrt specific:
- all MediaTek/Ralink SoCs are merged under the target
ramips. - building a target requires a target-specific firmware (that is, most devices need customized firmware). The kernel is patched with the command line that has the board name in it. This mechanism is similar to what is done for ar71xx platforms.
- browse the source code: https://dev.openwrt.org/browser#trunk/target/linux/ramips
: there might still be some historical information in the OpenWrt dev wiki https://dev.openwrt.org/wiki/platforms, but it must be well hidden then. Seems there is nothing that can be found today...
| Target | Subtarget | SoC | RAM | Ant | MIPS | Devices |
|---|---|---|---|---|---|---|
ramips | RT288x | RT2880 | SDR | 2T3R | 4KEc | see ToH |
| RT3x5x/RT5350 | RT3050 | SDR | 2T2R | 24KEc | see ToH | |
| RT3052 | SDR | 2T2R | 24KEc | see ToH | ||
| RT3350 | SDR | 1T1R | 24KEc | see ToH | ||
| RT3352 | SDR/DDR2 | 2T2R | 24KEc | see ToH | ||
| RT5350 | SDR | 1T1R | 24KEc | see ToH | ||
| RT3662/RT3883 | RT3662 | SDR/DDR2 | 2T3R | 74Kc | see ToH | |
| RT3883 | SDR/DDR2 | 3T3R | 74Kc | see ToH | ||
| MT7620 | MT7620a | DDR2 | 2T2R | 24KEc | see ToH | |
| MT7620n | SDR/DDR1/2 | 2T2R | 24KEc | see ToH | ||
| MT7621 | MT7621 | DDR2/3 | n/a | 1004Kc | see ToH | |
| MT7628 | MT7628 | DDR1/2 | 2T2R | 24kec | see ToH | |
| MT7688 | MT7688 | DDR1/2 | 1T1R | 24kec | see ToH | |
ramips | n/a | RT6856 | ? | ? | 34KEc | see ToH |
- MT7620 vs. RT5350
- both chips are very similar on the software layer.
- MT7620 is the successor, it's “faster and better”,
- RT5350 is still available and cheaper, http://cdn.sparkfun.com/datasheets/Wireless/WiFi/RT5350.pdf
- see here for a comparison: http://vonger.cn/?p=242
- MT7621
- Dual-Core
- SoC does not include a Wifi subsystem
- MT7628
- MT7628A: Full function with external DRAM
- MT7628K: Embedded 8MB DRAM and L-shape
- MT7628N: Same as MT7628A, but without PCle and IoT modes
MediaTek xDSL
Products
ADSL
- TC3085/TC3086 = AFE (Analog Front-End) for ADSL2+
- TC3162L2M It incorporates a 32-bit network processor and a DMT (Discrete Multi-Tone)-engine for ADSL2+
- TC3162LEM It incorporates a 32-bit network processor and a DMT (Discrete Multi-Tone)-engine for ADSL2+
VDSL
- RT63260 The RT63260 is a highly integrated single-chip solution combining AFE (Analog Front End) chip technology and an ADSL2/2+ wired ADSL modem application together on one chip. It includes a 32-bit network processor and a Discrete Multi-Tone (DMT) engine for ADSL
-
- combine with RT63087 AFE (Analog Front-End) for VDSL2
- RT63368 It incorporates a MIPS 34Kc CPU and a DMT (Discrete Multi-Tone)-engine for VDSL2
- combine with RT63087 AFE (Analog Front-End) for VDSL2
- RT65168 It incorporates a MIPS 34Kc CPU and a DMT (Discrete Multi-Tone)-engine for VDSL2
- combine with RT63095 AFE (Analog Front-End) for VDSL2
Linux support for MediaTek xDSL
unknown