Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/reset/axg-aoclkc.h
26282 views
1
/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
2
/*
3
* Copyright (c) 2016 BayLibre, SAS
4
* Author: Neil Armstrong <[email protected]>
5
*
6
* Copyright (c) 2018 Amlogic, inc.
7
* Author: Qiufang Dai <[email protected]>
8
*/
9
10
#ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
11
#define DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK
12
13
#define RESET_AO_REMOTE 0
14
#define RESET_AO_I2C_MASTER 1
15
#define RESET_AO_I2C_SLAVE 2
16
#define RESET_AO_UART1 3
17
#define RESET_AO_UART2 4
18
#define RESET_AO_IR_BLASTER 5
19
20
#endif
21
22