Brooklyn/include/dt-bindings/clock/ingenic,sysost.h

13 lines
318 B
C
Raw Normal View History

2021-05-27 00:09:36 +05:00
/* SPDX-License-Identifier: GPL-2.0 */
/*
2021-09-23 21:59:15 +05:00
* This header provides clock numbers for the ingenic,tcu DT binding.
2021-05-27 00:09:36 +05:00
*/
#ifndef __DT_BINDINGS_CLOCK_INGENIC_OST_H__
#define __DT_BINDINGS_CLOCK_INGENIC_OST_H__
2021-09-23 21:59:15 +05:00
#define OST_CLK_PERCPU_TIMER 0
#define OST_CLK_GLOBAL_TIMER 1
2021-05-27 00:09:36 +05:00
#endif /* __DT_BINDINGS_CLOCK_INGENIC_OST_H__ */