1 /* $NetBSD: meson-aiu.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 #ifndef __DT_MESON_AIU_H 5 #define __DT_MESON_AIU_H 6 7 #define AIU_CPU 0 8 #define AIU_HDMI 1 9 #define AIU_ACODEC 2 10 11 #define CPU_I2S_FIFO 0 12 #define CPU_SPDIF_FIFO 1 13 #define CPU_I2S_ENCODER 2 14 #define CPU_SPDIF_ENCODER 3 15 16 #define CTRL_I2S 0 17 #define CTRL_PCM 1 18 #define CTRL_OUT 2 19 20 #endif /* __DT_MESON_AIU_H */ 21