1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2 /*
3  * Copyright (C) 2022 Alibaba Group Holding Limited.
4  * Copyright (c) 2024 Samsung Electronics Co., Ltd.
5  * Author: Michal Wilczynski <m.wilczynski@samsung.com>
6  */
7 
8 #ifndef __DT_BINDINGS_POWER_TH1520_H
9 #define __DT_BINDINGS_POWER_TH1520_H
10 
11 #define TH1520_AUDIO_PD		0
12 #define TH1520_VDEC_PD		1
13 #define TH1520_NPU_PD		2
14 #define TH1520_VENC_PD		3
15 #define TH1520_GPU_PD		4
16 #define TH1520_DSP0_PD		5
17 #define TH1520_DSP1_PD		6
18 
19 #endif
20