Trevor Woerner | abec6dc | 2021-06-10 22:37:04 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Embedded Artists LPC3250 DevKit v2 |
| 4 | * Copyright (C) 2021 Trevor Woerner <twoerner@gmail.com> |
| 5 | */ |
| 6 | |
| 7 | #ifndef __CONFIG_EA_LPC3250DEVKITV2_H__ |
| 8 | #define __CONFIG_EA_LPC3250DEVKITV2_H__ |
| 9 | |
| 10 | #include <linux/sizes.h> |
| 11 | #include <asm/arch/cpu.h> |
| 12 | |
| 13 | /* |
Trevor Woerner | abec6dc | 2021-06-10 22:37:04 -0400 | [diff] [blame] | 14 | * RAM |
| 15 | */ |
Tom Rini | bb4dd96 | 2022-11-16 13:10:37 -0500 | [diff] [blame] | 16 | #define CFG_SYS_SDRAM_BASE EMC_DYCS0_BASE |
Trevor Woerner | abec6dc | 2021-06-10 22:37:04 -0400 | [diff] [blame] | 17 | |
| 18 | /* |
| 19 | * cmd |
| 20 | */ |
Trevor Woerner | abec6dc | 2021-06-10 22:37:04 -0400 | [diff] [blame] | 21 | |
| 22 | /* |
| 23 | * SoC-specific config |
| 24 | */ |
| 25 | #include <asm/arch/config.h> |
| 26 | |
| 27 | #endif |