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_SUN9I_A80_H_
9 #define _CCU_SUN9I_A80_H_
11 #include <dt-bindings/clock/sun9i-a80-ccu.h>
12 #include <dt-bindings/reset/sun9i-a80-ccu.h>
14 #define CLK_PLL_C0CPUX 0
15 #define CLK_PLL_C1CPUX 1
17 /* pll-audio and pll-periph0 are exported to the PRCM block */
21 #define CLK_PLL_VIDEO0 6
22 #define CLK_PLL_VIDEO1 7
25 #define CLK_PLL_ISP 10
26 #define CLK_PLL_PERIPH1 11
28 /* The CPUX clocks are exported */
44 /* module clocks and bus gates exported */
46 #define CLK_NUMBER (CLK_BUS_UART5 + 1)
48 #endif /* _CCU_SUN9I_A80_H_ */