c15218fc9cb5de4c2c839a46a2fa9412779031e4
[platform/kernel/u-boot.git] / include / configs / bmips_bcm6358.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
4  */
5
6 #ifndef __CONFIG_BMIPS_BCM6358_H
7 #define __CONFIG_BMIPS_BCM6358_H
8
9 #include <linux/sizes.h>
10
11 /* CPU */
12 #define CONFIG_SYS_MIPS_TIMER_FREQ      150000000
13
14 /* RAM */
15 #define CONFIG_SYS_SDRAM_BASE           0x80000000
16
17 /* USB */
18 #define CONFIG_SYS_OHCI_SWAP_REG_ACCESS
19 #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
20 #if defined(CONFIG_USB_OHCI_HCD)
21 #define CONFIG_USB_OHCI_NEW
22 #endif /* CONFIG_USB_OHCI_HCD */
23
24 /* U-Boot */
25
26 #if defined(CONFIG_BMIPS_BOOT_RAM)
27 #define CONFIG_SYS_INIT_SP_OFFSET       SZ_8K
28 #endif
29
30 #define CONFIG_SYS_FLASH_BASE                   0xbe000000
31 #define CONFIG_SYS_FLASH_EMPTY_INFO
32
33 #endif /* __CONFIG_BMIPS_BCM6358_H */