Icenowy Zheng | 61da756 | 2021-07-22 09:41:16 +0800 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2021 Sipeed | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef SUNXI_CCU_H | ||||
8 | #define SUNXI_CCU_H | ||||
9 | |||||
10 | #define SUNXI_CCU_SEC_SWITCH_REG (SUNXI_CCU_BASE + 0x0f00) | ||||
11 | |||||
12 | #define SUNXI_R_PRCM_SEC_SWITCH_REG (SUNXI_R_PRCM_BASE + 0x0290) | ||||
13 | |||||
14 | #endif /* SUNXI_CCU_H */ |