xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/reset/axg-aoclkc.h (revision a937e7f55520ed7b51b8188c4b18352ac0f1aeed)
1 /*	$NetBSD: axg-aoclkc.h,v 1.1.1.1 2018/06/27 16:27:08 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
4 /*
5  * Copyright (c) 2016 BayLibre, SAS
6  * Author: Neil Armstrong <narmstrong@baylibre.com>
7  *
8  * Copyright (c) 2018 Amlogic, inc.
9  * Author: Qiufang Dai <qiufang.dai@amlogic.com>
10  */
11 
12 #ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
13 #define DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
14 
15 #define RESET_AO_REMOTE		0
16 #define RESET_AO_I2C_MASTER	1
17 #define RESET_AO_I2C_SLAVE	2
18 #define RESET_AO_UART1		3
19 #define RESET_AO_UART2		4
20 #define RESET_AO_IR_BLASTER	5
21 
22 #endif
23