]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/configs/bmips_bcm6368.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / include / configs / bmips_bcm6368.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_BCM6368_H
7 #define __CONFIG_BMIPS_BCM6368_H
8
9 /* CPU */
10 #define CONFIG_SYS_MIPS_TIMER_FREQ 200000000
11
12 /* RAM */
13 #define CONFIG_NR_DRAM_BANKS 1
14 #define CONFIG_SYS_SDRAM_BASE 0x80000000
15
16 /* USB */
17 #define CONFIG_EHCI_DESC_BIG_ENDIAN
18 #define CONFIG_EHCI_MMIO_BIG_ENDIAN
19 #define CONFIG_SYS_OHCI_SWAP_REG_ACCESS
20 #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
21 #define CONFIG_USB_OHCI_NEW
22
23 /* U-Boot */
24 #define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE + 0x100000
25
26 #if defined(CONFIG_BMIPS_BOOT_RAM)
27 #define CONFIG_SKIP_LOWLEVEL_INIT
28 #define CONFIG_SYS_INIT_SP_OFFSET 0x2000
29 #endif
30
31 #define CONFIG_SYS_FLASH_BASE 0xb8000000
32 #define CONFIG_SYS_FLASH_EMPTY_INFO
33 #define CONFIG_SYS_FLASH_PROTECTION
34 #define CONFIG_SYS_MAX_FLASH_BANKS_DETECT 1
35
36 #endif /* __CONFIG_BMIPS_BCM6368_H */