1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Marvell Semiconductor <www.marvell.com>
9 * This file should be included in board config header file.
11 * It supports common definitions for Kirkwood platform
17 #if defined (CONFIG_KW88F6281)
18 #include <asm/arch/kw88f6281.h>
19 #elif defined (CONFIG_KW88F6192)
20 #include <asm/arch/kw88f6192.h>
22 #error "SOC Name not defined"
23 #endif /* CONFIG_KW88F6281 */
25 #include <asm/arch/soc.h>
27 #define CONFIG_I2C_MVTWSI_BASE0 KW_TWSI_BASE
28 #define MV_UART_CONSOLE_BASE KW_UART0_BASE
29 #define MV_SATA_BASE KW_SATA_BASE
30 #define MV_SATA_PORT0_OFFSET KW_SATA_PORT0_OFFSET
31 #define MV_SATA_PORT1_OFFSET KW_SATA_PORT1_OFFSET
36 #ifdef CONFIG_CMD_NAND
37 #define CONFIG_NAND_KIRKWOOD
38 #define CFG_SYS_NAND_BASE 0xD8000000 /* MV_DEFADR_NANDF */
39 #define NAND_ALLOW_ERASE_ALL 1
43 * IDE Support on SATA ports
47 /* Data, registers and alternate blocks are at the same offset */
48 /* Each 8-bit ATA register is aligned to a 4-bytes address */
49 /* CONFIG_IDE requires some #defines for ATA registers */
50 /* ATA registers base is at SATA controller base */
51 #endif /* CONFIG_IDE */
53 /* Use common timer */
55 #define CONFIG_SYS_TIMER_COUNTER (MVEBU_TIMER_BASE + 0x14)
56 #define CONFIG_SYS_TIMER_RATE CONFIG_SYS_TCLK
59 #endif /* _KW_CONFIG_H */