Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright 2017 Icenowy Zheng <icenowy@aosc.xyz>
0004  */
0005 
0006 #ifndef _CCU_SUN50I_H6_R_H
0007 #define _CCU_SUN50I_H6_R_H
0008 
0009 #include <dt-bindings/clock/sun50i-h6-r-ccu.h>
0010 #include <dt-bindings/reset/sun50i-h6-r-ccu.h>
0011 
0012 /* AHB/APB bus clocks are not exported except APB1 for R_PIO */
0013 #define CLK_R_AHB   1
0014 
0015 #define CLK_R_APB2  3
0016 
0017 #define CLK_NUMBER  (CLK_R_APB1_RTC + 1)
0018 
0019 #endif /* _CCU_SUN50I_H6_R_H */