imx_sip.h 222 B

12345678910111213
  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_SRC 0xC2000005
  8. #define IMX_SIP_SRC_M4_START 0x00
  9. #define IMX_SIP_SRC_M4_STARTED 0x01
  10. #endif