1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * Copyright (c) 2017 BayLibre, SAS 4 * Author: Neil Armstrong <narmstrong@baylibre.com> 5 */ 6 7 #ifndef __GXBB_AOCLKC_H 8 #define __GXBB_AOCLKC_H 9 10 #define NR_CLKS 14 11 12 #include <dt-bindings/clock/gxbb-aoclkc.h> 13 #include <dt-bindings/reset/gxbb-aoclkc.h> 14 15 #endif /* __GXBB_AOCLKC_H */ 16