axg-aoclk.h (413B)
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 13#define NR_CLKS 17 14 15#include <dt-bindings/clock/axg-aoclkc.h> 16#include <dt-bindings/reset/axg-aoclkc.h> 17 18#endif /* __AXG_AOCLKC_H */