Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
0002 /*
0003  * Copyright (c) 2019 Amlogic, Inc.
0004  * Author: Jianxin Pan <jianxin.pan@amlogic.com>
0005  */
0006 
0007 #ifndef _DT_BINDINGS_MESON_A1_POWER_H
0008 #define _DT_BINDINGS_MESON_A1_POWER_H
0009 
0010 #define PWRC_DSPA_ID    8
0011 #define PWRC_DSPB_ID    9
0012 #define PWRC_UART_ID    10
0013 #define PWRC_DMC_ID 11
0014 #define PWRC_I2C_ID 12
0015 #define PWRC_PSRAM_ID   13
0016 #define PWRC_ACODEC_ID  14
0017 #define PWRC_AUDIO_ID   15
0018 #define PWRC_OTP_ID 16
0019 #define PWRC_DMA_ID 17
0020 #define PWRC_SD_EMMC_ID 18
0021 #define PWRC_RAMA_ID    19
0022 #define PWRC_RAMB_ID    20
0023 #define PWRC_IR_ID  21
0024 #define PWRC_SPICC_ID   22
0025 #define PWRC_SPIFC_ID   23
0026 #define PWRC_USB_ID 24
0027 #define PWRC_NIC_ID 25
0028 #define PWRC_PDMIN_ID   26
0029 #define PWRC_RSA_ID 27
0030 #define PWRC_MAX_ID 28
0031 
0032 #endif