aboutsummaryrefslogtreecommitdiff
path: root/target/linux/mediatek/dts/mt7981b-cudy-ap3000outdoor-v1.dts
Commit message (Collapse)AuthorAge
* 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>
* treewide: dts: trim "#size-cells" from "gpio-export" nodeShiji Yang2025-05-18
| | | | | | | | | | The "gpio-export" driver doesn't require a "reg" property in the device tree, hence we don't need to use the "#size-cells" property to describe the size of "reg". Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/18290 Signed-off-by: Robert Marko <robimarko@gmail.com>
* 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: fix Cudy AP3000 Outdoor label-macDavid Bauer2024-11-23
| | | | | | | | The label-mac does not match the one assigned to the ethernet interface. Use the mac-address assigned to the wifi interface instead, as it matches the one found on the device label. Signed-off-by: David Bauer <mail@david-bauer.net>
* mediatek: filogic: add support for Cudy AP3000 OutdoorPawel Dembicki2024-08-25
Hardware highlights: - MediaTek MT7981 WiSoC - 256MB DDR3 RAM - 64MB SPI-NAND - MediaTek MT7981 2x2 DBDC 802.11ax 2T2R (2.4 / 5) - 1x LED in two colors - 2x Button - 1x 1GbE - Two detachable antenas, two internal pcb antenas - PoE powered (standalone) MAC: LAN MAC: label mac 2.4G MAC: label mac -1 5G MAC: label mac How to install: 1. Apply Cudy Intermediate OpenWrt image for AP3000 Outdoor V1 2. Install OpenWrt sysupgrade image Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16156 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>