aboutsummaryrefslogtreecommitdiff
path: root/target/linux/mediatek/dts/mt7981b-cudy-wr3000s-v1.dts
Commit message (Collapse)AuthorAge
* mediatek: Create common DTSI for WR3000H and WR3000SRoland Reinl2025-06-05
| | | | | | | | | This change moves common elements of the WR3000H and the WR3000S to mt7981b-cudy-wr3000-nand.dtsi. This will simplify adding of new similar devices, for exapmle WR3000E. Signed-off-by: Roland Reinl <reinlroland+github@gmail.com> Link: https://github.com/openwrt/openwrt/pull/18619 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mediatek: dts: rename mt7981.dtsi to mt7981b.dtsiDaniel Golle2025-05-26
| | | | | | | | | | Upstream uses a different filename, so lets rename our downstream mt7981.dtsi to mt7981b.dtsi and update the device tree of all MT7981 boards accordingly. This is to prepare for the switch to Linux 6.12 which is going to use the upstream mt7981b.dtsi (plus some patches on top). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mediatek: cleanup device tree for cudy devicesChukun Pan2025-01-23
| | | | | | | Fixes typo for led properties. Delete the unused rfb compatible. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* mediatek: cudy: fixes typo for spi and mtd propertiesChukun Pan2025-01-23
| | | | | | | | Same as commit 3674689, correct 'buswidth' to 'bus-width'. Move the nmbm properties outside the partition definition. Change uppercase to lowercase, add missing read-only flag. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* mediatek: filogic: Cudy WR3000S v1: fix CRLF line endingsPetr Štetiar2024-11-28
| | | | | | | | | DTS file for this device seems to be using CRLF line endings, so lets convert them into Unix-style LF. Fixes: faf4b3e0f7a5 ("mediatek: filogic: add support for Cudy WR3000S v1") Link: https://github.com/openwrt/openwrt/pull/17096 Signed-off-by: Petr Štetiar <ynezz@true.cz>
* mediatek: filogic: add support for Cudy WR3000S v1David Ignjic2024-11-23
Hardware -------- MediaTek MT7981 WiSoC 256MB DDR3 RAM 128MB SPI-NAND (XMC XM25QH128C) MediaTek MT7981 2x2 DBDC 802.11ax 2T2R (2.4 / 5) UART: 115200 8N1 3.3V MAC: LAN MAC: label mac WAN MAC: label mac + 1 2.4G MAC: label mac 5G MAC: label mac + 1 with LA bit set Installation ------------ 1. Connect to the serial port as described in the "Hardware" section. 2. Power on the device + press reset pin. Keep pressing reset pin to enter the U-Boot shell. 3. Download the OpenWrt initramfs image. Place it on an TFTP server connected to the Cudy LAN ports. Make sure the server is reachable at 192.168.1.88. Rename the image to "cudy3000s.bin" 4. Download and boot the OpenWrt initramfs image. $ tftpboot 0x46000000 cudy3000s.bin; bootm 0x46000000 5. Transfer the OpenWrt sysupgrade image to the device using scp. Install with sysupgrade. Signed-off-by: David Ignjic <ignjic@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16939 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>