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