linux-imx/include/soc/imx/imx_sip.h
Peng Fan 41ccce6edd MLK-23754-23 soc: imx: sip: import M4 SRC call
Import M4 SRC call from TF-A

Reviewed-by: Richard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2023-10-30 16:07:15 +08:00

18 lines
357 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright 2019 NXP
*/
#ifndef __IMX_SIP_H__
#define __IMX_SIP_H__
#define IMX_SIP_GPC 0xC2000000
#define IMX_SIP_CONFIG_GPC_PM_DOMAIN 0x03
#define IMX_SIP_SRC 0xc2000005
#define IMX_SIP_SRC_M4_START 0x00
#define IMX_SIP_SRC_M4_STARTED 0x01
#define IMX_SIP_SRC_M4_STOP 0x02
#endif /* __IMX_SIP_H__ */