1*4882a593Smuzhiyun /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 2*4882a593Smuzhiyun /* 3*4882a593Smuzhiyun * Copyright (c) 2016 BayLibre, SAS 4*4882a593Smuzhiyun * Author: Neil Armstrong <narmstrong@baylibre.com> 5*4882a593Smuzhiyun */ 6*4882a593Smuzhiyun 7*4882a593Smuzhiyun #ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_G12A_AOCLK 8*4882a593Smuzhiyun #define DT_BINDINGS_RESET_AMLOGIC_MESON_G12A_AOCLK 9*4882a593Smuzhiyun 10*4882a593Smuzhiyun #define RESET_AO_IR_IN 0 11*4882a593Smuzhiyun #define RESET_AO_UART 1 12*4882a593Smuzhiyun #define RESET_AO_I2C_M 2 13*4882a593Smuzhiyun #define RESET_AO_I2C_S 3 14*4882a593Smuzhiyun #define RESET_AO_SAR_ADC 4 15*4882a593Smuzhiyun #define RESET_AO_UART2 5 16*4882a593Smuzhiyun #define RESET_AO_IR_OUT 6 17*4882a593Smuzhiyun 18*4882a593Smuzhiyun #endif 19