mediatek: add support for Adtran SmartRG Bonanza Peak series bonanza-peak
authorDaniel Golle <daniel@makrotopia.org>
Fri, 17 Nov 2023 02:25:09 +0000 (02:25 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 17 Nov 2023 02:49:35 +0000 (02:49 +0000)
commit8083ab3b661c3d9e41d0cb51fbc0793b19a1dadd
treeb3af2666b9b2c0439e99c4c0793abb03699cf995
parentb2043827efd7b2c9675387cd81dfde7ef276fad6
mediatek: add support for Adtran SmartRG Bonanza Peak series

Installation via U-Boot:
0. setup TFTP server with IP 192.168.1.10/24, place initramfs image
renamed to openwrt.XXX where XXX is the internal product number.
1. setenv boot_mode openwrt ; saveenv
2. run boot1
3. run boot2
4. upload sysupgrade.bin via scp to /tmp
5. sysupgrade

TODO:
 * clean up DTS
 * get bluetooth to work
 * proper support for PHY LEDs of GPY211 and MT7531

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/mediatek/dts/mt7986a-smartrg-SDG-8612.dts [new file with mode: 0644]
target/linux/mediatek/dts/mt7986a-smartrg-SDG-8614.dts [new file with mode: 0644]
target/linux/mediatek/dts/mt7986a-smartrg-SDG-8622.dts [new file with mode: 0644]
target/linux/mediatek/dts/mt7986a-smartrg-SDG-8632.dts [new file with mode: 0644]
target/linux/mediatek/dts/mt7986a-smartrg-bonanza-peak.dtsi [new file with mode: 0644]
target/linux/mediatek/filogic/base-files/etc/board.d/02_network
target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata
target/linux/mediatek/filogic/base-files/etc/hotplug.d/ieee80211/11_fix_wifi_mac
target/linux/mediatek/filogic/base-files/lib/preinit/10_fix_eth_mac.sh
target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh
target/linux/mediatek/image/filogic.mk