1*2846c905SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2*2846c905SEmmanuel Vadot /* 3*2846c905SEmmanuel Vadot * Copyright (c) 2024, SaluteDevices. All Rights Reserved. 4*2846c905SEmmanuel Vadot * 5*2846c905SEmmanuel Vadot * Author: Jan Dakinevich <jan.dakinevich@salutedevices.com> 6*2846c905SEmmanuel Vadot */ 7*2846c905SEmmanuel Vadot 8*2846c905SEmmanuel Vadot #ifndef _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H 9*2846c905SEmmanuel Vadot #define _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H 10*2846c905SEmmanuel Vadot 11*2846c905SEmmanuel Vadot #define AUD_RESET_DDRARB 0 12*2846c905SEmmanuel Vadot #define AUD_RESET_TDMIN_A 1 13*2846c905SEmmanuel Vadot #define AUD_RESET_TDMIN_B 2 14*2846c905SEmmanuel Vadot #define AUD_RESET_TDMIN_LB 3 15*2846c905SEmmanuel Vadot #define AUD_RESET_LOOPBACK 4 16*2846c905SEmmanuel Vadot #define AUD_RESET_TDMOUT_A 5 17*2846c905SEmmanuel Vadot #define AUD_RESET_TDMOUT_B 6 18*2846c905SEmmanuel Vadot #define AUD_RESET_FRDDR_A 7 19*2846c905SEmmanuel Vadot #define AUD_RESET_FRDDR_B 8 20*2846c905SEmmanuel Vadot #define AUD_RESET_TODDR_A 9 21*2846c905SEmmanuel Vadot #define AUD_RESET_TODDR_B 10 22*2846c905SEmmanuel Vadot #define AUD_RESET_SPDIFIN 11 23*2846c905SEmmanuel Vadot #define AUD_RESET_RESAMPLE 12 24*2846c905SEmmanuel Vadot #define AUD_RESET_EQDRC 13 25*2846c905SEmmanuel Vadot #define AUD_RESET_LOCKER 14 26*2846c905SEmmanuel Vadot #define AUD_RESET_TOACODEC 30 27*2846c905SEmmanuel Vadot #define AUD_RESET_CLKTREE 31 28*2846c905SEmmanuel Vadot 29*2846c905SEmmanuel Vadot #define AUD_VAD_RESET_DDRARB 0 30*2846c905SEmmanuel Vadot #define AUD_VAD_RESET_PDM 1 31*2846c905SEmmanuel Vadot #define AUD_VAD_RESET_TDMIN_VAD 2 32*2846c905SEmmanuel Vadot #define AUD_VAD_RESET_TODDR_VAD 3 33*2846c905SEmmanuel Vadot #define AUD_VAD_RESET_TOVAD 4 34*2846c905SEmmanuel Vadot #define AUD_VAD_RESET_CLKTREE 5 35*2846c905SEmmanuel Vadot 36*2846c905SEmmanuel Vadot #endif /* _DT_BINDINGS_AMLOGIC_MESON_A1_AUDIO_RESET_H */ 37