Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ |
| 2 | /* |
| 3 | * Copyright (c) 2017 BayLibre, SAS |
| 4 | * Author: Neil Armstrong <narmstrong@baylibre.com> |
| 5 | * |
| 6 | * Copyright (c) 2018 Amlogic, inc. |
| 7 | * Author: Qiufang Dai <qiufang.dai@amlogic.com> |
| 8 | */ |
| 9 | |
| 10 | #ifndef __AXG_AOCLKC_H |
| 11 | #define __AXG_AOCLKC_H |
| 12 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 13 | #define NR_CLKS 17 |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 14 | |
| 15 | #include <dt-bindings/clock/axg-aoclkc.h> |
| 16 | #include <dt-bindings/reset/axg-aoclkc.h> |
| 17 | |
| 18 | #endif /* __AXG_AOCLKC_H */ |