xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/reset/amlogic,meson-axg-audio-arb.h (revision 9f44a47fd07924afc035991af15d84e6585dea4f)
1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT)
2  *
3  * Copyright (c) 2018 Baylibre SAS.
4  * Author: Jerome Brunet <jbrunet@baylibre.com>
5  */
6 
7 #ifndef _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H
8 #define _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H
9 
10 #define AXG_ARB_TODDR_A	0
11 #define AXG_ARB_TODDR_B	1
12 #define AXG_ARB_TODDR_C	2
13 #define AXG_ARB_FRDDR_A	3
14 #define AXG_ARB_FRDDR_B	4
15 #define AXG_ARB_FRDDR_C	5
16 #define AXG_ARB_TODDR_D	6
17 #define AXG_ARB_FRDDR_D	7
18 
19 #endif /* _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H */
20