]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/bmips_bcm6358.h
Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig
[thirdparty/u-boot.git] / include / configs / bmips_bcm6358.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
e30d2bd4
ÁFR
2/*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
e30d2bd4
ÁFR
4 */
5
6#ifndef __CONFIG_BMIPS_BCM6358_H
7#define __CONFIG_BMIPS_BCM6358_H
8
55daf1c4
ÁFR
9#include <linux/sizes.h>
10
e30d2bd4
ÁFR
11/* CPU */
12#define CONFIG_SYS_MIPS_TIMER_FREQ 150000000
13
14/* RAM */
e30d2bd4
ÁFR
15#define CONFIG_SYS_SDRAM_BASE 0x80000000
16
e8dad2e7
ÁFR
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
56ed625b 22#if defined(CONFIG_USB_OHCI_HCD)
e8dad2e7 23#define CONFIG_USB_OHCI_NEW
56ed625b 24#endif /* CONFIG_USB_OHCI_HCD */
e8dad2e7 25
e30d2bd4 26/* U-Boot */
e30d2bd4
ÁFR
27
28#if defined(CONFIG_BMIPS_BOOT_RAM)
55daf1c4 29#define CONFIG_SYS_INIT_SP_OFFSET SZ_8K
e30d2bd4
ÁFR
30#endif
31
32#define CONFIG_SYS_FLASH_BASE 0xbe000000
33#define CONFIG_SYS_FLASH_EMPTY_INFO
e30d2bd4
ÁFR
34#define CONFIG_SYS_MAX_FLASH_BANKS_DETECT 1
35
36#endif /* __CONFIG_BMIPS_BCM6358_H */