1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * This header provides clock numbers for the ingenic,tcu DT binding.
4  */
5 
6 #ifndef __DT_BINDINGS_CLOCK_INGENIC_OST_H__
7 #define __DT_BINDINGS_CLOCK_INGENIC_OST_H__
8 
9 #define OST_CLK_PERCPU_TIMER	0
10 #define OST_CLK_GLOBAL_TIMER	1
11 
12 #endif /* __DT_BINDINGS_CLOCK_INGENIC_OST_H__ */
13