blob: 3662668c6a6b3ccddb394017969d614a0c20fd8c [file] [log] [blame]
Ezequiel Garcia00eb01a2018-01-12 12:33:50 -03001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * (C) Copyright 2018 Michal Simek <monstr@monstr.eu>
4 */
5
6#ifndef __CONFIG_BITMAIN_ANTMINER_S9_H
7#define __CONFIG_BITMAIN_ANTMINER_S9_H
8
Tom Rinibb4dd962022-11-16 13:10:37 -05009#define CFG_SYS_SDRAM_BASE 0x00000000
10#define CFG_SYS_SDRAM_SIZE 0x40000000
Ezequiel Garcia00eb01a2018-01-12 12:33:50 -030011
Tom Rinic9edebe2022-12-04 10:03:50 -050012#define CFG_EXTRA_ENV_SETTINGS \
Ezequiel Garcia00eb01a2018-01-12 12:33:50 -030013 "pxefile_addr_r=0x2000000\0" \
14 "scriptaddr=0x3000000\0" \
15 "kernel_addr_r=0x2000000\0" \
16 "fdt_high=0xefff000\0" \
17 "initrd_high=0xefff000\0" \
18 "devnum=0\0" \
19 "wdstop=mw f8005000 ABC000\0" \
20 BOOTENV
21
22#include <configs/zynq-common.h>
23
24#endif /* __CONFIG_BITMAIN_ANTMINER_S9_H */