brintos

brintos / linux-shallow public Read only

0
0
Text · 350 B · 1051b8a Raw
19 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __DT_MESON_AIU_H3#define __DT_MESON_AIU_H4 5#define AIU_CPU			06#define AIU_HDMI		17#define AIU_ACODEC		28 9#define CPU_I2S_FIFO		010#define CPU_SPDIF_FIFO		111#define CPU_I2S_ENCODER		212#define CPU_SPDIF_ENCODER	313 14#define CTRL_I2S		015#define CTRL_PCM		116#define CTRL_OUT		217 18#endif /* __DT_MESON_AIU_H */19