24 lines
700 B
C
24 lines
700 B
C
/* 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 */
|