18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __DT_MESON_AIU_H 38c2ecf20Sopenharmony_ci#define __DT_MESON_AIU_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define AIU_CPU 0 68c2ecf20Sopenharmony_ci#define AIU_HDMI 1 78c2ecf20Sopenharmony_ci#define AIU_ACODEC 2 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#define CPU_I2S_FIFO 0 108c2ecf20Sopenharmony_ci#define CPU_SPDIF_FIFO 1 118c2ecf20Sopenharmony_ci#define CPU_I2S_ENCODER 2 128c2ecf20Sopenharmony_ci#define CPU_SPDIF_ENCODER 3 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#define CTRL_I2S 0 158c2ecf20Sopenharmony_ci#define CTRL_PCM 1 168c2ecf20Sopenharmony_ci#define CTRL_OUT 2 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif /* __DT_MESON_AIU_H */ 19