18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __DT_MESON_G12A_TOHDMITX_H 38c2ecf20Sopenharmony_ci#define __DT_MESON_G12A_TOHDMITX_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define TOHDMITX_I2S_IN_A 0 68c2ecf20Sopenharmony_ci#define TOHDMITX_I2S_IN_B 1 78c2ecf20Sopenharmony_ci#define TOHDMITX_I2S_IN_C 2 88c2ecf20Sopenharmony_ci#define TOHDMITX_I2S_OUT 3 98c2ecf20Sopenharmony_ci#define TOHDMITX_SPDIF_IN_A 4 108c2ecf20Sopenharmony_ci#define TOHDMITX_SPDIF_IN_B 5 118c2ecf20Sopenharmony_ci#define TOHDMITX_SPDIF_OUT 6 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif /* __DT_MESON_G12A_TOHDMITX_H */ 14