Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2020 Yangtao Li <frank@allwinnertech.com>
0004  */
0005 
0006 #ifndef _CCU_SUN50I_A100_R_H
0007 #define _CCU_SUN50I_A100_R_H
0008 
0009 #include <dt-bindings/clock/sun50i-a100-r-ccu.h>
0010 #include <dt-bindings/reset/sun50i-a100-r-ccu.h>
0011 
0012 #define CLK_R_CPUS      0
0013 #define CLK_R_AHB       1
0014 
0015 /* exported except APB1 for R_PIO */
0016 
0017 #define CLK_R_APB2      3
0018 
0019 #define CLK_NUMBER  (CLK_R_AHB_BUS_RTC + 1)
0020 
0021 #endif /* _CCU_SUN50I_A100_R_H */