1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __DT_BINDINGS_POWER_RK1808_POWER_H__
3#define __DT_BINDINGS_POWER_RK1808_POWER_H__
4
5/* VD_CORE */
6#define RK1808_PD_A35_0 0
7#define RK1808_PD_A35_1 1
8#define RK1808_PD_SCU 2
9#define RK1808_VD_CORE 3
10
11/* VD_NPU */
12#define RK1808_VD_NPU 4
13
14/* VD_LOGIC */
15#define RK1808_PD_DDR 5
16#define RK1808_PD_PCIE 6
17#define RK1808_PD_VPU 7
18#define RK1808_PD_VIO 8
19
20#endif
21