brintos

brintos / linux-shallow public Read only

0
0
Text · 689 B · 61759df Raw
26 lines · c
1/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */2/*3 * Copyright (c) 2023 Amlogic, Inc.4 * Author: hongyu chen1 <hongyu.chen1@amlogic.com>5 */6#ifndef _DT_BINDINGS_AMLOGIC_C3_POWER_H7#define _DT_BINDINGS_AMLOGIC_C3_POWER_H8 9#define PWRC_C3_NNA_ID				010#define PWRC_C3_AUDIO_ID			111#define PWRC_C3_RESV_SEC_ID			212#define PWRC_C3_SDIOA_ID			313#define PWRC_C3_EMMC_ID				414#define PWRC_C3_USB_COMB_ID			515#define PWRC_C3_SDCARD_ID			616#define PWRC_C3_ETH_ID				717#define PWRC_C3_RESV0_ID			818#define PWRC_C3_GE2D_ID				919#define PWRC_C3_CVE_ID				1020#define PWRC_C3_GDC_WRAP_ID			1121#define PWRC_C3_ISP_TOP_ID			1222#define PWRC_C3_MIPI_ISP_WRAP_ID		1323#define PWRC_C3_VCODEC_ID			1424 25#endif26