xref: /linux/include/dt-bindings/reset/thead,th1520-reset.h (revision e7e86d7697c6ed1dbbde18d7185c35b6967945ed)
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