xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/reset/axg-aoclkc.h (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
2*c66ec88fSEmmanuel Vadot /*
3*c66ec88fSEmmanuel Vadot  * Copyright (c) 2016 BayLibre, SAS
4*c66ec88fSEmmanuel Vadot  * Author: Neil Armstrong <narmstrong@baylibre.com>
5*c66ec88fSEmmanuel Vadot  *
6*c66ec88fSEmmanuel Vadot  * Copyright (c) 2018 Amlogic, inc.
7*c66ec88fSEmmanuel Vadot  * Author: Qiufang Dai <qiufang.dai@amlogic.com>
8*c66ec88fSEmmanuel Vadot  */
9*c66ec88fSEmmanuel Vadot 
10*c66ec88fSEmmanuel Vadot #ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
11*c66ec88fSEmmanuel Vadot #define DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
12*c66ec88fSEmmanuel Vadot 
13*c66ec88fSEmmanuel Vadot #define RESET_AO_REMOTE		0
14*c66ec88fSEmmanuel Vadot #define RESET_AO_I2C_MASTER	1
15*c66ec88fSEmmanuel Vadot #define RESET_AO_I2C_SLAVE	2
16*c66ec88fSEmmanuel Vadot #define RESET_AO_UART1		3
17*c66ec88fSEmmanuel Vadot #define RESET_AO_UART2		4
18*c66ec88fSEmmanuel Vadot #define RESET_AO_IR_BLASTER	5
19*c66ec88fSEmmanuel Vadot 
20*c66ec88fSEmmanuel Vadot #endif
21