You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
413 B
19 lines
413 B
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2017 BayLibre, SAS
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
*
|
|
* Copyright (c) 2018 Amlogic, inc.
|
|
* Author: Qiufang Dai <qiufang.dai@amlogic.com>
|
|
*/
|
|
|
|
#ifndef __AXG_AOCLKC_H
|
|
#define __AXG_AOCLKC_H
|
|
|
|
#define NR_CLKS 17
|
|
|
|
#include <dt-bindings/clock/axg-aoclkc.h>
|
|
#include <dt-bindings/reset/axg-aoclkc.h>
|
|
|
|
#endif /* __AXG_AOCLKC_H */
|