dt-bindings: add power-domain header for RV1126B SoCs

Add power-domain header for RV1126B SoC from description in TRM.

Change-Id: I7fda5a49ec3eed790ddff17ba2be3e74a35f02c3
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2024-12-20 17:37:42 +08:00
committed by Tao Huang
parent 240d040e41
commit 37564c9fcf

View File

@@ -0,0 +1,17 @@
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2024 Rockchip Electronics Co., Ltd.
* Author: Finley Xiao <finley.xiao@rock-chips.com>
*/
#ifndef __DT_BINDINGS_POWER_RV1126B_POWER_H__
#define __DT_BINDINGS_POWER_RV1126B_POWER_H__
/* VD_NPU */
#define RV1126B_PD_NPU 0
/* VD_LOGIC */
#define RV1126B_PD_VDO 1
#define RV1126B_PD_AISP 2
#endif