2025-05-10 21:49:39 +08:00

21 lines
439 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __DT_BINDINGS_POWER_RK1808_POWER_H__
#define __DT_BINDINGS_POWER_RK1808_POWER_H__
/* VD_CORE */
#define RK1808_PD_A35_0 0
#define RK1808_PD_A35_1 1
#define RK1808_PD_SCU 2
#define RK1808_VD_CORE 3
/* VD_NPU */
#define RK1808_VD_NPU 4
/* VD_LOGIC */
#define RK1808_PD_DDR 5
#define RK1808_PD_PCIE 6
#define RK1808_PD_VPU 7
#define RK1808_PD_VIO 8
#endif