162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (c) 2016 BayLibre, SAS 462306a36Sopenharmony_ci * Author: Neil Armstrong <narmstrong@baylibre.com> 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * Copyright (c) 2018 Amlogic, inc. 762306a36Sopenharmony_ci * Author: Qiufang Dai <qiufang.dai@amlogic.com> 862306a36Sopenharmony_ci */ 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK 1162306a36Sopenharmony_ci#define DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#define RESET_AO_REMOTE 0 1462306a36Sopenharmony_ci#define RESET_AO_I2C_MASTER 1 1562306a36Sopenharmony_ci#define RESET_AO_I2C_SLAVE 2 1662306a36Sopenharmony_ci#define RESET_AO_UART1 3 1762306a36Sopenharmony_ci#define RESET_AO_UART2 4 1862306a36Sopenharmony_ci#define RESET_AO_IR_BLASTER 5 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#endif 21