1*c942fddfSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */ 2cdb8b80bSIcenowy Zheng /* 3cdb8b80bSIcenowy Zheng * Copyright 2016 Icenowy <icenowy@aosc.xyz> 4cdb8b80bSIcenowy Zheng */ 5cdb8b80bSIcenowy Zheng 6cdb8b80bSIcenowy Zheng #ifndef _CCU_SUN8I_R_H 7f70893dcSMatthias Kaehlcke #define _CCU_SUN8I_R_H 8cdb8b80bSIcenowy Zheng 9cdb8b80bSIcenowy Zheng #include <dt-bindings/clock/sun8i-r-ccu.h> 10cdb8b80bSIcenowy Zheng #include <dt-bindings/reset/sun8i-r-ccu.h> 11cdb8b80bSIcenowy Zheng 12cdb8b80bSIcenowy Zheng /* AHB/APB bus clocks are not exported */ 13cdb8b80bSIcenowy Zheng #define CLK_AHB0 1 14cdb8b80bSIcenowy Zheng #define CLK_APB0 2 15cdb8b80bSIcenowy Zheng 16266061b7SIcenowy Zheng #define CLK_NUMBER (CLK_IR + 1) 17cdb8b80bSIcenowy Zheng 18cdb8b80bSIcenowy Zheng #endif /* _CCU_SUN8I_R_H */ 19