]> git.sur5r.net Git - u-boot/blob - include/configs/bmips_bcm63268.h
042479b5159ba09b0ee6f8bebba98d7100504100
[u-boot] / include / configs / bmips_bcm63268.h
1 /*
2  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 #ifndef __CONFIG_BMIPS_BCM63268_H
8 #define __CONFIG_BMIPS_BCM63268_H
9
10 /* CPU */
11 #define CONFIG_SYS_MIPS_TIMER_FREQ      200000000
12
13 /* RAM */
14 #define CONFIG_NR_DRAM_BANKS            1
15 #define CONFIG_SYS_SDRAM_BASE           0x80000000
16
17 /* USB */
18 #define CONFIG_EHCI_DESC_BIG_ENDIAN
19 #define CONFIG_EHCI_MMIO_BIG_ENDIAN
20 #define CONFIG_SYS_OHCI_SWAP_REG_ACCESS
21 #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
22 #define CONFIG_USB_OHCI_NEW
23
24 /* U-Boot */
25 #define CONFIG_SYS_LOAD_ADDR            CONFIG_SYS_SDRAM_BASE + 0x100000
26
27 #if defined(CONFIG_BMIPS_BOOT_RAM)
28 #define CONFIG_SKIP_LOWLEVEL_INIT
29 #define CONFIG_SYS_INIT_SP_OFFSET       0x2000
30 #endif
31
32 #endif /* __CONFIG_BMIPS_BCM63268_H */