blob: 39c72d9276cb8ea04c1f95c883673a9d262d2c81 [file] [log] [blame]
Thomas Gleixnerc942fdd2019-05-27 08:55:06 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Icenowy Zhengcdb8b802017-04-04 17:50:57 +08002/*
3 * Copyright 2016 Icenowy <icenowy@aosc.xyz>
Icenowy Zhengcdb8b802017-04-04 17:50:57 +08004 */
5
6#ifndef _CCU_SUN8I_R_H
Matthias Kaehlckef70893dc2017-07-26 14:02:21 -07007#define _CCU_SUN8I_R_H
Icenowy Zhengcdb8b802017-04-04 17:50:57 +08008
9#include <dt-bindings/clock/sun8i-r-ccu.h>
10#include <dt-bindings/reset/sun8i-r-ccu.h>
11
12/* AHB/APB bus clocks are not exported */
13#define CLK_AHB0 1
14#define CLK_APB0 2
15
Icenowy Zheng266061b2017-04-08 00:19:04 +080016#define CLK_NUMBER (CLK_IR + 1)
Icenowy Zhengcdb8b802017-04-04 17:50:57 +080017
18#endif /* _CCU_SUN8I_R_H */