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_OST_H__ 78c2ecf20Sopenharmony_ci#define __DT_BINDINGS_CLOCK_INGENIC_OST_H__ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define OST_CLK_PERCPU_TIMER 0 108c2ecf20Sopenharmony_ci#define OST_CLK_GLOBAL_TIMER 1 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_CLOCK_INGENIC_OST_H__ */ 13