1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __DT_MESON_AIU_H 2 #ifndef __DT_MESON_AIU_H 3 #define __DT_MESON_AIU_H 3 #define __DT_MESON_AIU_H 4 4 5 #define AIU_CPU 0 5 #define AIU_CPU 0 6 #define AIU_HDMI 1 6 #define AIU_HDMI 1 7 #define AIU_ACODEC 2 7 #define AIU_ACODEC 2 8 8 9 #define CPU_I2S_FIFO 0 9 #define CPU_I2S_FIFO 0 10 #define CPU_SPDIF_FIFO 1 10 #define CPU_SPDIF_FIFO 1 11 #define CPU_I2S_ENCODER 2 11 #define CPU_I2S_ENCODER 2 12 #define CPU_SPDIF_ENCODER 3 12 #define CPU_SPDIF_ENCODER 3 13 13 14 #define CTRL_I2S 0 14 #define CTRL_I2S 0 15 #define CTRL_PCM 1 15 #define CTRL_PCM 1 16 #define CTRL_OUT 2 16 #define CTRL_OUT 2 17 17 18 #endif /* __DT_MESON_AIU_H */ 18 #endif /* __DT_MESON_AIU_H */ 19 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.