Thomas Gleixner | c942fdd | 2019-05-27 08:55:06 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Icenowy Zheng | cdb8b80 | 2017-04-04 17:50:57 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2016 Icenowy <icenowy@aosc.xyz> |
Icenowy Zheng | cdb8b80 | 2017-04-04 17:50:57 +0800 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _CCU_SUN8I_R_H |
Matthias Kaehlcke | f70893dc | 2017-07-26 14:02:21 -0700 | [diff] [blame] | 7 | #define _CCU_SUN8I_R_H |
Icenowy Zheng | cdb8b80 | 2017-04-04 17:50:57 +0800 | [diff] [blame] | 8 | |
| 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 Zheng | 266061b | 2017-04-08 00:19:04 +0800 | [diff] [blame] | 16 | #define CLK_NUMBER (CLK_IR + 1) |
Icenowy Zheng | cdb8b80 | 2017-04-04 17:50:57 +0800 | [diff] [blame] | 17 | |
| 18 | #endif /* _CCU_SUN8I_R_H */ |