Skip to content

Commit f7fec1c

Browse files
committed
Merge tag 'at91-soc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/soc
AT91 SoC #1 for 5.16: - Documentation for sama7g5 and lan966 families - Kconfig entry for lan966 new SoC. * tag 'at91-soc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: ARM: at91: add basic support for new SoC family lan966 dt-bindings: arm: at91: Document lan966 pcb8291 and pcb8290 boards ARM: at91: Documentation: add lan966 family ARM: at91: Documentation: add sama7g5 family Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 1f1c232 + 3efc443 commit f7fec1c

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

Documentation/arm/microchip.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,26 @@ the Microchip website: http://www.microchip.com.
137137

138138
http://ww1.microchip.com/downloads/en/DeviceDoc/DS60001476B.pdf
139139

140+
* ARM Cortex-A7 based SoCs
141+
- sama7g5 family
142+
143+
- sama7g51
144+
- sama7g52
145+
- sama7g53
146+
- sama7g54 (device superset)
147+
148+
* Datasheet
149+
150+
Coming soon
151+
152+
- lan966 family
153+
- lan9662
154+
- lan9668
155+
156+
* Datasheet
157+
158+
Coming soon
159+
140160
* ARM Cortex-M7 MCUs
141161
- sams70 family
142162

Documentation/devicetree/bindings/arm/atmel-at91.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,18 @@ properties:
150150
- const: microchip,sama7g5
151151
- const: microchip,sama7
152152

153+
- description: Microchip LAN9662 PCB8291 Evaluation Board.
154+
items:
155+
- const: microchip,lan9662-pcb8291
156+
- const: microchip,lan9662
157+
- const: microchip,lan966
158+
159+
- description: Microchip LAN9668 PCB8290 Evaluation Board.
160+
items:
161+
- const: microchip,lan9668-pcb8290
162+
- const: microchip,lan9668
163+
- const: microchip,lan966
164+
153165
- items:
154166
- enum:
155167
- atmel,sams70j19

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)