1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright 2016 Chen-Yu Tsai
5 * Chen-Yu Tsai <wens@csie.org>
8 #ifndef _CCU_SUN8I_A83T_H_
9 #define _CCU_SUN8I_A83T_H_
11 #include <dt-bindings/clock/sun8i-a83t-ccu.h>
12 #include <dt-bindings/reset/sun8i-a83t-ccu.h>
14 #define CLK_PLL_C0CPUX 0
15 #define CLK_PLL_C1CPUX 1
16 #define CLK_PLL_AUDIO 2
17 #define CLK_PLL_VIDEO0 3
21 /* pll-periph is exported to the PRCM block */
24 #define CLK_PLL_HSIC 8
26 /* pll-de is exported for the display engine */
28 #define CLK_PLL_VIDEO1 10
30 /* The CPUX clocks are exported */
39 /* bus gates exported */
43 /* module and usb clocks exported */
47 /* dram gates and more module clocks exported */
51 /* more module clocks exported */
53 #define CLK_NUMBER (CLK_GPU_HYD + 1)
55 #endif /* _CCU_SUN8I_A83T_H_ */