brintos

brintos / linux-shallow public Read only

0
0
Text · 351 B · c5e1f48 Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef __DT_MESON_G12A_TOHDMITX_H3#define __DT_MESON_G12A_TOHDMITX_H4 5#define TOHDMITX_I2S_IN_A	06#define TOHDMITX_I2S_IN_B	17#define TOHDMITX_I2S_IN_C	28#define TOHDMITX_I2S_OUT	39#define TOHDMITX_SPDIF_IN_A	410#define TOHDMITX_SPDIF_IN_B	511#define TOHDMITX_SPDIF_OUT	612 13#endif /* __DT_MESON_G12A_TOHDMITX_H */14