From a73a8269e13f9387a2ac883dac7fe0dd49999ede Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Tue, 27 Jul 2021 12:32:00 +0800 Subject: ramips: add support for DomyWifi DM202/DM203/DW22D Specifications: * SOC: MT7620A + MT7610E * ROM: 16 MiB spi flash (W25Q128FVSG) * RAM: 128 MiB DDR2 (W971GG6KB-25) * WAN: 10/100M *1 * LAN: 10/100M *4 * USB: Type-A USB2.0 *1 * SD: MicroSD *1 * Button: Reset *1 * Antennas: 2.4 GHz *2 + 5 GHz *1 * TTL Baudrate: 57600 * U-Boot Recovery: IP: 10.10.10.123, Server: 10.10.10.3 Installation: * Web UI Update 1. Open http://192.168.10.1/upgrade.html in the browser. 2. Rename firmware to a short name like firmware.bin and then upload it. 3. Fill in the password column with the following content: password | mtd -x mIp2osnRG3qZGdIlQPh1 -r write /tmp/firmware.bin firmware * TFTP + U-Boot 1. Connect device with a TTL cable. 2. Press "2" when booting to select "Load system code then write to Flash via TFTP". 3. Upload firmware by tftpd64, it will boot when write instruction is executed. Signed-off-by: Shiji Yang --- target/linux/ramips/dts/mt7620a_domywifi_dm203.dts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 target/linux/ramips/dts/mt7620a_domywifi_dm203.dts (limited to 'target/linux/ramips/dts/mt7620a_domywifi_dm203.dts') diff --git a/target/linux/ramips/dts/mt7620a_domywifi_dm203.dts b/target/linux/ramips/dts/mt7620a_domywifi_dm203.dts new file mode 100644 index 0000000000..a51737a279 --- /dev/null +++ b/target/linux/ramips/dts/mt7620a_domywifi_dm203.dts @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include "mt7620a_domywifi.dtsi" + +/ { + compatible = "domywifi,dm203", "ralink,mt7620a-soc"; + model = "DomyWifi DM203"; +}; -- cgit v1.2.3