162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2019 BayLibre, SAS. 462306a36Sopenharmony_ci * Author: Jerome Brunet <jbrunet@baylibre.com> 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef _DT_BINDINGS_AMLOGIC_MESON_G12A_AUDIO_RESET_H 962306a36Sopenharmony_ci#define _DT_BINDINGS_AMLOGIC_MESON_G12A_AUDIO_RESET_H 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#define AUD_RESET_PDM 0 1262306a36Sopenharmony_ci#define AUD_RESET_TDMIN_A 1 1362306a36Sopenharmony_ci#define AUD_RESET_TDMIN_B 2 1462306a36Sopenharmony_ci#define AUD_RESET_TDMIN_C 3 1562306a36Sopenharmony_ci#define AUD_RESET_TDMIN_LB 4 1662306a36Sopenharmony_ci#define AUD_RESET_LOOPBACK 5 1762306a36Sopenharmony_ci#define AUD_RESET_TODDR_A 6 1862306a36Sopenharmony_ci#define AUD_RESET_TODDR_B 7 1962306a36Sopenharmony_ci#define AUD_RESET_TODDR_C 8 2062306a36Sopenharmony_ci#define AUD_RESET_FRDDR_A 9 2162306a36Sopenharmony_ci#define AUD_RESET_FRDDR_B 10 2262306a36Sopenharmony_ci#define AUD_RESET_FRDDR_C 11 2362306a36Sopenharmony_ci#define AUD_RESET_TDMOUT_A 12 2462306a36Sopenharmony_ci#define AUD_RESET_TDMOUT_B 13 2562306a36Sopenharmony_ci#define AUD_RESET_TDMOUT_C 14 2662306a36Sopenharmony_ci#define AUD_RESET_SPDIFOUT 15 2762306a36Sopenharmony_ci#define AUD_RESET_SPDIFOUT_B 16 2862306a36Sopenharmony_ci#define AUD_RESET_SPDIFIN 17 2962306a36Sopenharmony_ci#define AUD_RESET_EQDRC 18 3062306a36Sopenharmony_ci#define AUD_RESET_RESAMPLE 19 3162306a36Sopenharmony_ci#define AUD_RESET_DDRARB 20 3262306a36Sopenharmony_ci#define AUD_RESET_POWDET 21 3362306a36Sopenharmony_ci#define AUD_RESET_TORAM 22 3462306a36Sopenharmony_ci#define AUD_RESET_TOACODEC 23 3562306a36Sopenharmony_ci#define AUD_RESET_TOHDMITX 24 3662306a36Sopenharmony_ci#define AUD_RESET_CLKTREE 25 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_ci/* SM1 added resets */ 3962306a36Sopenharmony_ci#define AUD_RESET_RESAMPLE_B 26 4062306a36Sopenharmony_ci#define AUD_RESET_TOVAD 27 4162306a36Sopenharmony_ci#define AUD_RESET_LOCKER 28 4262306a36Sopenharmony_ci#define AUD_RESET_SPDIFIN_LB 29 4362306a36Sopenharmony_ci#define AUD_RESET_FRATV 30 4462306a36Sopenharmony_ci#define AUD_RESET_FRHDMIRX 31 4562306a36Sopenharmony_ci#define AUD_RESET_FRDDR_D 32 4662306a36Sopenharmony_ci#define AUD_RESET_TODDR_D 33 4762306a36Sopenharmony_ci#define AUD_RESET_LOOPBACK_B 34 4862306a36Sopenharmony_ci#define AUD_RESET_EARCTX 35 4962306a36Sopenharmony_ci#define AUD_RESET_EARCRX 36 5062306a36Sopenharmony_ci#define AUD_RESET_FRDDR_E 37 5162306a36Sopenharmony_ci#define AUD_RESET_TODDR_E 38 5262306a36Sopenharmony_ci 5362306a36Sopenharmony_ci#endif 54