blob: bb8f217b25da6b41d440b83574a71a0e4dfbfaa3 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Ian Campbellcba69ee2014-05-05 11:52:26 +01002/*
3 * (C) Copyright 2012-2013 Henrik Nordstrom <henrik@henriknordstrom.net>
4 * (C) Copyright 2013 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
5 *
6 * Configuration settings for the Allwinner A20 (sun7i) CPU
Ian Campbellcba69ee2014-05-05 11:52:26 +01007 */
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
11/*
12 * A20 specific configuration
13 */
Ian Campbellcba69ee2014-05-05 11:52:26 +010014
Tom Rini8850c5d2017-05-12 22:33:27 -040015#ifdef CONFIG_USB_EHCI_HCD
Roman Byshko263b0122014-07-24 22:54:23 +020016#define CONFIG_USB_EHCI_SUNXI
Roman Byshko263b0122014-07-24 22:54:23 +020017#endif
18
Marc Zyngierd5db7022014-07-18 21:06:38 +010019#define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE
Chen-Yu Tsai9c4f52b2016-06-19 12:38:40 +080020#define CONFIG_ARMV7_SECURE_MAX_SIZE (64 * 1024) /* 64 KB */
Marc Zyngierd5db7022014-07-18 21:06:38 +010021
Ian Campbellcba69ee2014-05-05 11:52:26 +010022/*
23 * Include common sunxi configuration where most the settings are
24 */
25#include <configs/sunxi-common.h>
26
Siarhei Siamashka77ef1362015-02-21 07:34:09 +020027#define CONFIG_MACH_TYPE (4283 | ((CONFIG_MACH_TYPE_COMPAT_REV) << 28))
28
Ian Campbellcba69ee2014-05-05 11:52:26 +010029#endif /* __CONFIG_H */