Skip to content

Commit 4b36daf

Browse files
author
Dinh Nguyen
committed
arm64: dts: agilex: Add initial support for Intel's Agilex SoCFPGA
Add the initial device tree files for Intel's Agilex SoCFPGA platform. Signed-off-by: Dinh Nguyen <[email protected]>
1 parent 5fc670a commit 4b36daf

File tree

5 files changed

+526
-0
lines changed

5 files changed

+526
-0
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ config ARCH_ACTIONS
77
help
88
This enables support for the Actions Semiconductor S900 SoC family.
99

10+
config ARCH_AGILEX
11+
bool "Intel's Agilex SoCFPGA Family"
12+
help
13+
This enables support for Intel's Agilex SoCFPGA Family.
14+
1015
config ARCH_SUNXI
1116
bool "Allwinner sunxi 64-bit SoC Family"
1217
select ARCH_HAS_RESET_CONTROLLER

arch/arm64/boot/dts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ subdir-y += cavium
1313
subdir-y += exynos
1414
subdir-y += freescale
1515
subdir-y += hisilicon
16+
subdir-y += intel
1617
subdir-y += lg
1718
subdir-y += marvell
1819
subdir-y += mediatek

arch/arm64/boot/dts/intel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dtb-$(CONFIG_ARCH_AGILEX) += socfpga_agilex_socdk.dtb

0 commit comments

Comments
 (0)