]> Git Repo - linux.git/blob - drivers/clk/sunxi-ng/ccu-sun50i-a100-r.h
Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoor...
[linux.git] / drivers / clk / sunxi-ng / ccu-sun50i-a100-r.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2020 Yangtao Li <[email protected]>
4  */
5
6 #ifndef _CCU_SUN50I_A100_R_H
7 #define _CCU_SUN50I_A100_R_H
8
9 #include <dt-bindings/clock/sun50i-a100-r-ccu.h>
10 #include <dt-bindings/reset/sun50i-a100-r-ccu.h>
11
12 #define CLK_R_CPUS              0
13 #define CLK_R_AHB               1
14
15 /* exported except APB1 for R_PIO */
16
17 #define CLK_R_APB2              3
18
19 #define CLK_NUMBER      (CLK_R_AHB_BUS_RTC + 1)
20
21 #endif /* _CCU_SUN50I_A100_R_H */
This page took 0.030308 seconds and 4 git commands to generate.