summaryrefslogtreecommitdiff
path: root/include/dt-bindings/reset/thead,th1520-reset.h
blob: ee799286c17540cbffc9cecc56b3c37def7f0380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* 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
#define TH1520_RESET_ID_DPU_AHB		5
#define TH1520_RESET_ID_DPU_AXI		6
#define TH1520_RESET_ID_DPU_CORE	7
#define TH1520_RESET_ID_DSI0_APB	8
#define TH1520_RESET_ID_DSI1_APB	9
#define TH1520_RESET_ID_HDMI		10
#define TH1520_RESET_ID_HDMI_APB	11

#endif /* _DT_BINDINGS_TH1520_RESET_H */