xref: /linux/include/dt-bindings/power/rockchip,rv1126b-power-controller.h (revision 84318277d6334c6981ab326d4acc87c6a6ddc9b8)
1 /* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
2 /*
3  * Copyright (c) 2024 Rockchip Electronics Co., Ltd.
4  * Author: Finley Xiao <finley.xiao@rock-chips.com>
5  */
6 
7 #ifndef __DT_BINDINGS_POWER_RV1126B_POWER_CONTROLLER_H__
8 #define __DT_BINDINGS_POWER_RV1126B_POWER_CONTROLLER_H__
9 
10 /* VD_NPU */
11 #define RV1126B_PD_NPU		0
12 
13 /* VD_LOGIC */
14 #define RV1126B_PD_VDO		1
15 #define RV1126B_PD_AIISP	2
16 
17 #endif
18