meson-s4-power.h revision 1.1.1.1
1/*	$NetBSD: meson-s4-power.h,v 1.1.1.1 2026/01/18 05:21:54 skrll Exp $	*/
2
3/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
4/*
5 * Copyright (c) 2021 Amlogic, Inc.
6 * Author: Shunzhou Jiang <shunzhou.jiang@amlogic.com>
7 */
8
9#ifndef _DT_BINDINGS_MESON_S4_POWER_H
10#define _DT_BINDINGS_MESON_S4_POWER_H
11
12#define PWRC_S4_DOS_HEVC_ID	0
13#define PWRC_S4_DOS_VDEC_ID	1
14#define PWRC_S4_VPU_HDMI_ID	2
15#define PWRC_S4_USB_COMB_ID	3
16#define PWRC_S4_GE2D_ID		4
17#define PWRC_S4_ETH_ID		5
18#define PWRC_S4_DEMOD_ID	6
19#define PWRC_S4_AUDIO_ID	7
20
21#endif
22