aboutsummaryrefslogtreecommitdiff
path: root/plat/allwinner/sun50i_r329/include/sunxi_ccu.h
blob: 0e6b54309c9d851e1efa24995d3ab5b4cb89f1dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2021 Sipeed
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef SUNXI_CCU_H
#define SUNXI_CCU_H

#define SUNXI_CCU_SEC_SWITCH_REG	(SUNXI_CCU_BASE + 0x0f00)

#define SUNXI_R_PRCM_SEC_SWITCH_REG	(SUNXI_R_PRCM_BASE + 0x0290)

#endif /* SUNXI_CCU_H */