imx_sip.h 222 B

1234567891011121314
  1. /*
  2. * Copyright 2017 NXP
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef _IMX_SIP_H__
  7. #define _IMX_SIP_H_
  8. #define IMX_SIP_SRC 0xC2000005
  9. #define IMX_SIP_SRC_M4_START 0x00
  10. #define IMX_SIP_SRC_M4_STARTED 0x01
  11. #endif