xref: /linux/scripts/dtc/include-prefixes/dt-bindings/reset/thead,th1520-reset.h (revision 297d9111e9fcf47dd1dcc6f79bba915f35378d01)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (c) 2024 Samsung Electronics Co., Ltd.
4  * Author: Michal Wilczynski <m.wilczynski@samsung.com>
5  */
6 
7 #ifndef _DT_BINDINGS_TH1520_RESET_H
8 #define _DT_BINDINGS_TH1520_RESET_H
9 
10 #define TH1520_RESET_ID_GPU		0
11 #define TH1520_RESET_ID_GPU_CLKGEN	1
12 #define TH1520_RESET_ID_NPU		2
13 #define TH1520_RESET_ID_WDT0		3
14 #define TH1520_RESET_ID_WDT1		4
15 
16 #endif /* _DT_BINDINGS_TH1520_RESET_H */
17