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 #define TH1520_RESET_ID_DPU_AHB 5 16 #define TH1520_RESET_ID_DPU_AXI 6 17 #define TH1520_RESET_ID_DPU_CORE 7 18 #define TH1520_RESET_ID_DSI0_APB 8 19 #define TH1520_RESET_ID_DSI1_APB 9 20 #define TH1520_RESET_ID_HDMI 10 21 #define TH1520_RESET_ID_HDMI_APB 11 22 23 #endif /* _DT_BINDINGS_TH1520_RESET_H */ 24