]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/configs/sun50i.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / include / configs / sun50i.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
d96ebc46
SS
2/*
3 * Configuration settings for the Allwinner A64 (sun50i) CPU
d96ebc46
SS
4 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
9/*
10 * A64 specific configuration
11 */
12
8850c5d5 13#ifdef CONFIG_USB_EHCI_HCD
9d6c9d98
AST
14#define CONFIG_USB_EHCI_SUNXI
15#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
16#endif
17
d96ebc46
SS
18#define CONFIG_SUNXI_USB_PHYS 1
19
d96ebc46
SS
20#define GICD_BASE 0x1c81000
21#define GICC_BASE 0x1c82000
22
23/*
24 * Include common sunxi configuration where most the settings are
25 */
26#include <configs/sunxi-common.h>
27
28#endif /* __CONFIG_H */