Home | History | Annotate | Line # | Download | only in power
      1  1.1  jmcneill /*	$NetBSD: meson-a1-power.h,v 1.1.1.1 2021/11/07 16:49:56 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: (GPL-2.0+ or MIT) */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (c) 2019 Amlogic, Inc.
      6  1.1  jmcneill  * Author: Jianxin Pan <jianxin.pan (at) amlogic.com>
      7  1.1  jmcneill  */
      8  1.1  jmcneill 
      9  1.1  jmcneill #ifndef _DT_BINDINGS_MESON_A1_POWER_H
     10  1.1  jmcneill #define _DT_BINDINGS_MESON_A1_POWER_H
     11  1.1  jmcneill 
     12  1.1  jmcneill #define PWRC_DSPA_ID	8
     13  1.1  jmcneill #define PWRC_DSPB_ID	9
     14  1.1  jmcneill #define PWRC_UART_ID	10
     15  1.1  jmcneill #define PWRC_DMC_ID	11
     16  1.1  jmcneill #define PWRC_I2C_ID	12
     17  1.1  jmcneill #define PWRC_PSRAM_ID	13
     18  1.1  jmcneill #define PWRC_ACODEC_ID	14
     19  1.1  jmcneill #define PWRC_AUDIO_ID	15
     20  1.1  jmcneill #define PWRC_OTP_ID	16
     21  1.1  jmcneill #define PWRC_DMA_ID	17
     22  1.1  jmcneill #define PWRC_SD_EMMC_ID	18
     23  1.1  jmcneill #define PWRC_RAMA_ID	19
     24  1.1  jmcneill #define PWRC_RAMB_ID	20
     25  1.1  jmcneill #define PWRC_IR_ID	21
     26  1.1  jmcneill #define PWRC_SPICC_ID	22
     27  1.1  jmcneill #define PWRC_SPIFC_ID	23
     28  1.1  jmcneill #define PWRC_USB_ID	24
     29  1.1  jmcneill #define PWRC_NIC_ID	25
     30  1.1  jmcneill #define PWRC_PDMIN_ID	26
     31  1.1  jmcneill #define PWRC_RSA_ID	27
     32  1.1  jmcneill #define PWRC_MAX_ID	28
     33  1.1  jmcneill 
     34  1.1  jmcneill #endif
     35