Skip to content

Commit 3efc443

Browse files
kavyasreekotagirinoglitch
authored andcommitted
ARM: at91: add basic support for new SoC family lan966
This patch introduces Microchip LAN966 ARMv7 based SoC family of multiport gigabit AVB/TSN-capable ethernet switches. It supports two SKUs: 4-port LAN9662 with multiprotocol processing support and 8-port LAN9668 switch. LAN966 family includes copper and serial ethernet interfaces, peripheral interfaces such as PCIe, USB, TWI, SPI, UART, QSPI, SD/eMMC, Parallel Interface (PI) as well as synchronization and trigger inputs/outputs. Signed-off-by: Kavyasree Kotagiri <[email protected]> Acked-by: Alexandre Belloni <[email protected]> [[email protected]: merged patches for this SoC introduction] Signed-off-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected]
1 parent ee2e07a commit 3efc443

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm/mach-at91/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ config SOC_SAMA7G5
6767
help
6868
Select this if you are using one of Microchip's SAMA7G5 family SoC.
6969

70+
config SOC_LAN966
71+
bool "ARMv7 based Microchip LAN966 SoC family"
72+
depends on ARCH_MULTI_V7
73+
select DW_APB_TIMER_OF
74+
select ARM_GIC
75+
select MEMORY
76+
help
77+
This enables support for ARMv7 based Microchip LAN966 SoC family.
78+
7079
config SOC_AT91RM9200
7180
bool "AT91RM9200"
7281
depends on ARCH_MULTI_V4T

0 commit comments

Comments
 (0)