brintos

brintos / linux-shallow public Read only

0
0
Text · 460 B · f210a52 Raw
20 lines · c
1/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */2/*3 * Copyright (c) 2021 Amlogic, Inc.4 * Author: Shunzhou Jiang <shunzhou.jiang@amlogic.com>5 */6 7#ifndef _DT_BINDINGS_MESON_S4_POWER_H8#define _DT_BINDINGS_MESON_S4_POWER_H9 10#define PWRC_S4_DOS_HEVC_ID	011#define PWRC_S4_DOS_VDEC_ID	112#define PWRC_S4_VPU_HDMI_ID	213#define PWRC_S4_USB_COMB_ID	314#define PWRC_S4_GE2D_ID		415#define PWRC_S4_ETH_ID		516#define PWRC_S4_DEMOD_ID	617#define PWRC_S4_AUDIO_ID	718 19#endif20