18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * This header provides clock numbers for the ingenic,tcu DT binding.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_CLOCK_INGENIC_TCU_H__
78c2ecf20Sopenharmony_ci#define __DT_BINDINGS_CLOCK_INGENIC_TCU_H__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define TCU_CLK_TIMER0	0
108c2ecf20Sopenharmony_ci#define TCU_CLK_TIMER1	1
118c2ecf20Sopenharmony_ci#define TCU_CLK_TIMER2	2
128c2ecf20Sopenharmony_ci#define TCU_CLK_TIMER3	3
138c2ecf20Sopenharmony_ci#define TCU_CLK_TIMER4	4
148c2ecf20Sopenharmony_ci#define TCU_CLK_TIMER5	5
158c2ecf20Sopenharmony_ci#define TCU_CLK_TIMER6	6
168c2ecf20Sopenharmony_ci#define TCU_CLK_TIMER7	7
178c2ecf20Sopenharmony_ci#define TCU_CLK_WDT	8
188c2ecf20Sopenharmony_ci#define TCU_CLK_OST	9
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_CLOCK_INGENIC_TCU_H__ */
21