18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright 2016 Icenowy <icenowy@aosc.xyz> 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef _CCU_SUN8I_R_H 78c2ecf20Sopenharmony_ci#define _CCU_SUN8I_R_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#include <dt-bindings/clock/sun8i-r-ccu.h> 108c2ecf20Sopenharmony_ci#include <dt-bindings/reset/sun8i-r-ccu.h> 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci/* AHB/APB bus clocks are not exported */ 138c2ecf20Sopenharmony_ci#define CLK_AHB0 1 148c2ecf20Sopenharmony_ci#define CLK_APB0 2 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#define CLK_NUMBER (CLK_IR + 1) 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif /* _CCU_SUN8I_R_H */ 19