18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_SAMSUNG_I2S_H 38c2ecf20Sopenharmony_ci#define _DT_BINDINGS_SAMSUNG_I2S_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define CLK_I2S_CDCLK 0 /* the CDCLK (CODECLKO) gate clock */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#define CLK_I2S_RCLK_SRC 1 /* the RCLKSRC mux clock (corresponding to 88c2ecf20Sopenharmony_ci * RCLKSRC bit in IISMOD register) 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define CLK_I2S_RCLK_PSR 2 /* the RCLK prescaler divider clock 128c2ecf20Sopenharmony_ci * (corresponding to the IISPSR register) 138c2ecf20Sopenharmony_ci */ 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_SAMSUNG_I2S_H */ 16