mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:12:59 +00:00

Zyxel EX3510-B is a WiFi 6 capable home gateway (family) based on the BCM4906 SoC, with 512MiB of RAM and 512MiB of NAND flash. WiFi support consists of a BCM6710 and a BCM6715 attached to separate PCIe buses. Add an initial devicetree for this system, with support for: - Onboard UART (per base dtsi) - USB (2.0 only; superspeed devices are treated as high-speed due to an unknown cause) - Both buttons (rear reset, front WPS) - Almost all LEDs: - Power (red/green) - Internet (red/green) - WAN (green) - LAN (green; anode is connected to GPIO 13 so currently nonfunctioning) - USB (green) - WPS button (red/green) - Absent in DT: There are 2.4GHz/5.0GHz WiFi status LEDs connected to the WiFi chips instead of the SoC. - NAND flash - Embedded Ethernet switch - Factory-programmed Ethernet MAC address WiFi cannot be enabled at this time due to Linux lacking drivers for both the PCIe controllers and the PCIe WiFi peripherals. Signed-off-by: Sam Edwards <CFSworks@gmail.com> Link: https://lore.kernel.org/r/20241009215454.1449508-3-CFSworks@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
dtb-$(CONFIG_ARCH_BCMBCA) += \
|
|
bcm4906-netgear-r8000p.dtb \
|
|
bcm4906-tplink-archer-c2300-v1.dtb \
|
|
bcm4906-zyxel-ex3510b.dtb \
|
|
bcm4908-asus-gt-ac5300.dtb \
|
|
bcm4908-netgear-raxe500.dtb \
|
|
bcm94908.dtb \
|
|
bcm4912-asus-gt-ax6000.dtb \
|
|
bcm94912.dtb \
|
|
bcm963158.dtb \
|
|
bcm96858.dtb \
|
|
bcm963146.dtb \
|
|
bcm96856.dtb \
|
|
bcm96813.dtb
|