162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _DT_BINDINGS_SAMSUNG_I2S_H 362306a36Sopenharmony_ci#define _DT_BINDINGS_SAMSUNG_I2S_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#define CLK_I2S_CDCLK 0 /* the CDCLK (CODECLKO) gate clock */ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#define CLK_I2S_RCLK_SRC 1 /* the RCLKSRC mux clock (corresponding to 862306a36Sopenharmony_ci * RCLKSRC bit in IISMOD register) 962306a36Sopenharmony_ci */ 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#define CLK_I2S_RCLK_PSR 2 /* the RCLK prescaler divider clock 1262306a36Sopenharmony_ci * (corresponding to the IISPSR register) 1362306a36Sopenharmony_ci */ 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#endif /* _DT_BINDINGS_SAMSUNG_I2S_H */ 16