mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-06 14:30:40 +01:00
Introduce initial support for Airoha AN7583 SoC and add all the required
patch for basic functionality of the SoC.
Airoha AN7583 is based on Airoha EN7581 SoC with some major changes on
the PHY handling and Serdes. It can be see as a lower spec of EN7581
with modern and simplified implementations.
All the patch are sent upstream and are pending revision. Support for
PCIe and USB will come later as soon as DT structure is accepted
upstream.
(cherry picked from commit c5b12fc02a)
[ fix conflict errors, add MDIO_AIROHA config ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
13 lines
232 B
Makefile
13 lines
232 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=airoha
|
|
BOARDNAME:=Airoha ARM
|
|
SUBTARGETS:=en7523 an7581 an7583
|
|
FEATURES:=dt squashfs nand ramdisk gpio
|
|
|
|
KERNEL_PATCHVER:=6.6
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|