Blame view

include/imx_sip.h 293 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  /* SPDX-License-Identifier: GPL-2.0+ */
de274663f   Peng Fan   imx: add sip func...
2
3
  /*
   * Copyright 2017 NXP
de274663f   Peng Fan   imx: add sip func...
4
5
6
7
   */
  
  #ifndef _IMX_SIP_H__
  #define _IMX_SIP_H_
d08a19487   Patrick Wildt   imx: add support ...
8
9
  #define IMX_SIP_GPC		0xC2000000
  #define  IMX_SIP_GPC_PM_DOMAIN	0x03
de274663f   Peng Fan   imx: add sip func...
10
  #define IMX_SIP_SRC		0xC2000005
8802568e3   faqiang.zhu   MA-15062-1 change...
11
12
  #define IMX_SIP_SRC_MCU_START	0x00
  #define IMX_SIP_SRC_MCU_STARTED	0x01
de274663f   Peng Fan   imx: add sip func...
13
14
  
  #endif