imx_sip.h 413 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2017 NXP
  4. */
  5. #ifndef _IMX_SIP_H__
  6. #define _IMX_SIP_H__
  7. #define IMX_SIP_GPC 0xC2000000
  8. #define IMX_SIP_GPC_PM_DOMAIN 0x03
  9. #define IMX_SIP_BUILDINFO 0xC2000003
  10. #define IMX_SIP_BUILDINFO_GET_COMMITHASH 0x00
  11. #define IMX_SIP_SRC 0xC2000005
  12. #define IMX_SIP_SRC_MCU_START 0x00
  13. #define IMX_SIP_SRC_MCU_STARTED 0x01
  14. #define IMX_SIP_SRC_MCU_STOP 0x02
  15. #endif