2018-05-16 16:50:40 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2017-08-01 19:56:57 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2017 BayLibre, SAS
|
|
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __GXBB_AOCLKC_H
|
|
|
|
#define __GXBB_AOCLKC_H
|
|
|
|
|
2018-12-22 00:02:38 +08:00
|
|
|
#define NR_CLKS 14
|
2017-08-01 19:56:59 +08:00
|
|
|
|
2018-05-03 21:26:20 +08:00
|
|
|
#include <dt-bindings/clock/gxbb-aoclkc.h>
|
|
|
|
#include <dt-bindings/reset/gxbb-aoclkc.h>
|
|
|
|
|
2017-08-01 19:56:57 +08:00
|
|
|
#endif /* __GXBB_AOCLKC_H */
|