blob: 1b873f231be3ee7d5358fdcc3d1059302dc6b16a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Peng Fande274662018-01-10 13:20:23 +08002/*
3 * Copyright 2017 NXP
Peng Fande274662018-01-10 13:20:23 +08004 */
5
6#ifndef _IMX_SIP_H__
7#define _IMX_SIP_H_
8
Patrick Wildtd08a1942019-10-03 15:51:50 +02009#define IMX_SIP_GPC 0xC2000000
Peng Fan3f497422020-04-22 10:50:04 +080010#define IMX_SIP_GPC_PM_DOMAIN 0x03
11
12#define IMX_SIP_BUILDINFO 0xC2000003
13#define IMX_SIP_BUILDINFO_GET_COMMITHASH 0x00
Patrick Wildtd08a1942019-10-03 15:51:50 +020014
Peng Fande274662018-01-10 13:20:23 +080015#define IMX_SIP_SRC 0xC2000005
16#define IMX_SIP_SRC_M4_START 0x00
17#define IMX_SIP_SRC_M4_STARTED 0x01
Peng Fanc3833792022-07-26 16:41:04 +080018#define IMX_SIP_SRC_M4_STOP 0x02
Peng Fande274662018-01-10 13:20:23 +080019
20#endif