18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2016 BayLibre, SAS
48c2ecf20Sopenharmony_ci * Author: Neil Armstrong <narmstrong@baylibre.com>
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Copyright (c) 2018 Amlogic, inc.
78c2ecf20Sopenharmony_ci * Author: Qiufang Dai <qiufang.dai@amlogic.com>
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
118c2ecf20Sopenharmony_ci#define DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#define RESET_AO_REMOTE		0
148c2ecf20Sopenharmony_ci#define RESET_AO_I2C_MASTER	1
158c2ecf20Sopenharmony_ci#define RESET_AO_I2C_SLAVE	2
168c2ecf20Sopenharmony_ci#define RESET_AO_UART1		3
178c2ecf20Sopenharmony_ci#define RESET_AO_UART2		4
188c2ecf20Sopenharmony_ci#define RESET_AO_IR_BLASTER	5
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#endif
21