diff options
| author | Oliver Gaskell <[email protected]> | 2024-09-12 16:50:59 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-03 09:29:23 -0600 |
| commit | 03ef0adcebcb548e5e4dc9a798227efaa1c16370 (patch) | |
| tree | 318c1ff017cb26e189d9939fe482ce6b05a74bf0 /arch | |
| parent | 07735eee98aac467a8539eaa02c3c64c73dfe864 (diff) | |
arm: SC589-EZKIT initial support
Adds support for Analog Devices' SC589-EZKIT board. Includes:
- Board specific configs in mach-sc5xx/Kconfig
- Board-specific Kconfig and environment in board/adi/
- Memory configuration
Signed-off-by: Oliver Gaskell <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-sc5xx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-sc5xx/Kconfig b/arch/arm/mach-sc5xx/Kconfig index ac2b6699402..408b943fd67 100644 --- a/arch/arm/mach-sc5xx/Kconfig +++ b/arch/arm/mach-sc5xx/Kconfig @@ -59,6 +59,10 @@ config TARGET_SC584_EZKIT prompt "SC584-EZKIT" select ADI_USE_DDR2 +config TARGET_SC589_EZKIT + bool + prompt "SC589-EZKIT" + endchoice endif @@ -544,6 +548,7 @@ source "board/adi/sc598-som-ezkit/Kconfig" source "board/adi/sc598-som-ezlite/Kconfig" source "board/adi/sc594-som-ezkit/Kconfig" source "board/adi/sc594-som-ezlite/Kconfig" +source "board/adi/sc589-ezkit/Kconfig" source "board/adi/sc584-ezkit/Kconfig" endif |
