summaryrefslogtreecommitdiff
path: root/include/dt-bindings/reset/thead,th1520-reset.h
blob: 00459f160489710d6f1fc6e0ae79ed31f6b63411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
/*
 * Copyright (c) 2024 Samsung Electronics Co., Ltd.
 * Author: Michal Wilczynski <m.wilczynski@samsung.com>
 */

#ifndef _DT_BINDINGS_TH1520_RESET_H
#define _DT_BINDINGS_TH1520_RESET_H

#define TH1520_RESET_ID_GPU		0
#define TH1520_RESET_ID_GPU_CLKGEN	1
#define TH1520_RESET_ID_NPU		2
#define TH1520_RESET_ID_WDT0		3
#define TH1520_RESET_ID_WDT1		4

#endif /* _DT_BINDINGS_TH1520_RESET_H */