blob: 0c8d352be97ce12f161b00301dec319ac87a4a60 [file] [log] [blame]
Philippe Reynes2d299182019-01-31 18:57:36 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2019 Philippe Reynes <philippe.reynes@softathome.com>
4 */
5
6#include <linux/sizes.h>
7
8/*
9 * common
10 */
11
12/* UART */
13#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
14 230400, 500000, 1500000 }
15/* Memory usage */
Philippe Reynes2d299182019-01-31 18:57:36 +010016
17/*
18 * 63158
19 */
20
21/* RAM */
22#define CONFIG_SYS_SDRAM_BASE 0x00000000
23
24/* U-Boot */
Philippe Reynes2d299182019-01-31 18:57:36 +010025
Miquel Raynald0935362019-10-03 19:50:03 +020026#ifdef CONFIG_MTD_RAW_NAND
Philippe Reynes2004e432019-03-15 15:14:47 +010027#define CONFIG_SYS_MAX_NAND_DEVICE 1
Miquel Raynald0935362019-10-03 19:50:03 +020028#endif /* CONFIG_MTD_RAW_NAND */
Philippe Reynes2004e432019-03-15 15:14:47 +010029
Philippe Reynes2d299182019-01-31 18:57:36 +010030/*
31 * bcm963158
32 */