]> Git Repo - J-u-boot.git/blame - include/configs/bmips_bcm6348.h
wandboard: README: Include the mx6qp variant in the list
[J-u-boot.git] / include / configs / bmips_bcm6348.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
bf9012b8
ÁFR
2/*
3 * Copyright (C) 2017 Álvaro Fernández Rojas <[email protected]>
bf9012b8
ÁFR
4 */
5
6#ifndef __CONFIG_BMIPS_BCM6348_H
7#define __CONFIG_BMIPS_BCM6348_H
8
9/* CPU */
10#define CONFIG_SYS_MIPS_TIMER_FREQ 128000000
11
12/* RAM */
bf9012b8
ÁFR
13#define CONFIG_SYS_SDRAM_BASE 0x80000000
14
d51aaf84
ÁFR
15/* USB */
16#define CONFIG_SYS_OHCI_SWAP_REG_ACCESS
17#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2
18#define CONFIG_USB_OHCI_NEW
19
bf9012b8
ÁFR
20/* U-Boot */
21#define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE + 0x100000
22
23#if defined(CONFIG_BMIPS_BOOT_RAM)
24#define CONFIG_SKIP_LOWLEVEL_INIT
25#define CONFIG_SYS_INIT_SP_OFFSET 0x2000
26#endif
27
28#define CONFIG_SYS_FLASH_BASE 0xbfc00000
29#define CONFIG_SYS_FLASH_EMPTY_INFO
30#define CONFIG_SYS_FLASH_PROTECTION
31#define CONFIG_SYS_MAX_FLASH_BANKS_DETECT 1
32
33#endif /* __CONFIG_BMIPS_BCM6348_H */
This page took 0.19944 seconds and 4 git commands to generate.