phy: sun4i-usb: Update PHY#3 rst_mask only for H3_H5
[platform/kernel/u-boot.git] / include / configs / sun50i.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration settings for the Allwinner A64 (sun50i) CPU
4  */
5
6 #ifndef __CONFIG_H
7 #define __CONFIG_H
8
9 /*
10  * A64 specific configuration
11  */
12
13 #ifdef CONFIG_USB_EHCI_HCD
14 #define CONFIG_USB_EHCI_SUNXI
15 #define CONFIG_USB_MAX_CONTROLLER_COUNT 1
16 #endif
17
18 #define CONFIG_SUNXI_USB_PHYS   1
19
20 #ifndef CONFIG_MACH_SUN50I_H6
21 #define GICD_BASE               0x1c81000
22 #define GICC_BASE               0x1c82000
23 #else
24 #define GICD_BASE               0x3021000
25 #define GICC_BASE               0x3022000
26 #endif
27
28 /*
29  * Include common sunxi configuration where most the settings are
30  */
31 #include <configs/sunxi-common.h>
32
33 #endif /* __CONFIG_H */