Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm
[platform/kernel/u-boot.git] / include / configs / broadcom_bcm968580xref.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2018 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 */
16
17 /*
18  * 6858
19  */
20
21 /* RAM */
22 #define CONFIG_SYS_SDRAM_BASE           0x00000000
23
24 /* U-Boot */
25
26 #ifdef CONFIG_MTD_RAW_NAND
27 #define CONFIG_SYS_MAX_NAND_DEVICE      1
28 #endif /* CONFIG_MTD_RAW_NAND */
29
30 /*
31  * 968580xref
32  */