xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/reset/g12a-aoclkc.h (revision 72bc2c8e9f09b43bbcf44c3e027f42c8fb23d7ad)
1 /*	$NetBSD: g12a-aoclkc.h,v 1.1.1.1 2019/05/25 11:29:13 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 
9 #ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_G12A_AOCLK
10 #define DT_BINDINGS_RESET_AMLOGIC_MESON_G12A_AOCLK
11 
12 #define RESET_AO_IR_IN		0
13 #define RESET_AO_UART		1
14 #define RESET_AO_I2C_M		2
15 #define RESET_AO_I2C_S		3
16 #define RESET_AO_SAR_ADC	4
17 #define RESET_AO_UART2		5
18 #define RESET_AO_IR_OUT		6
19 
20 #endif
21