18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2017 BayLibre, SAS 48c2ecf20Sopenharmony_ci * Author: Neil Armstrong <narmstrong@baylibre.com> 58c2ecf20Sopenharmony_ci * 68c2ecf20Sopenharmony_ci * Copyright (c) 2018 Amlogic, inc. 78c2ecf20Sopenharmony_ci * Author: Qiufang Dai <qiufang.dai@amlogic.com> 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef __AXG_AOCLKC_H 118c2ecf20Sopenharmony_ci#define __AXG_AOCLKC_H 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#define NR_CLKS 17 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#include <dt-bindings/clock/axg-aoclkc.h> 168c2ecf20Sopenharmony_ci#include <dt-bindings/reset/axg-aoclkc.h> 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif /* __AXG_AOCLKC_H */ 19