162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2022 StarFive Technology Co., Ltd. 462306a36Sopenharmony_ci * Author: Walker Chen <walker.chen@starfivetech.com> 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci#ifndef __DT_BINDINGS_POWER_JH7110_POWER_H__ 762306a36Sopenharmony_ci#define __DT_BINDINGS_POWER_JH7110_POWER_H__ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define JH7110_PD_SYSTOP 0 1062306a36Sopenharmony_ci#define JH7110_PD_CPU 1 1162306a36Sopenharmony_ci#define JH7110_PD_GPUA 2 1262306a36Sopenharmony_ci#define JH7110_PD_VDEC 3 1362306a36Sopenharmony_ci#define JH7110_PD_VOUT 4 1462306a36Sopenharmony_ci#define JH7110_PD_ISP 5 1562306a36Sopenharmony_ci#define JH7110_PD_VENC 6 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#endif 18