xref: /linux/drivers/clk/sunxi-ng/ccu-sun8i-r.h (revision 44f57d78)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright 2016 Icenowy <icenowy@aosc.xyz>
4  */
5 
6 #ifndef _CCU_SUN8I_R_H
7 #define _CCU_SUN8I_R_H
8 
9 #include <dt-bindings/clock/sun8i-r-ccu.h>
10 #include <dt-bindings/reset/sun8i-r-ccu.h>
11 
12 /* AHB/APB bus clocks are not exported */
13 #define CLK_AHB0	1
14 #define CLK_APB0	2
15 
16 #define CLK_NUMBER	(CLK_IR + 1)
17 
18 #endif /* _CCU_SUN8I_R_H */
19