blob: 8a5ca34f393724efe1f3750b14d87d77bcd4c278 [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__
Andre Przywara4ee992f2023-05-15 14:52:10 +01007#define _IMX_SIP_H__
Peng Fande274662018-01-10 13:20:23 +08008
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
Peng Fan9395eb02023-06-15 18:09:18 +080016#define IMX_SIP_SRC_MCU_START 0x00
17#define IMX_SIP_SRC_MCU_STARTED 0x01
18#define IMX_SIP_SRC_MCU_STOP 0x02
Peng Fande274662018-01-10 13:20:23 +080019
20#endif