blob: 8a5ca34f393724efe1f3750b14d87d77bcd4c278 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Peng Fanaa3b9072018-01-10 13:20:23 +08002/*
3 * Copyright 2017 NXP
Peng Fanaa3b9072018-01-10 13:20:23 +08004 */
5
6#ifndef _IMX_SIP_H__
Andre Przywaraccbd20d2023-05-15 14:52:10 +01007#define _IMX_SIP_H__
Peng Fanaa3b9072018-01-10 13:20:23 +08008
Patrick Wildt8bd56562019-10-03 15:51:50 +02009#define IMX_SIP_GPC 0xC2000000
Peng Fanf1863a52020-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 Wildt8bd56562019-10-03 15:51:50 +020014
Peng Fanaa3b9072018-01-10 13:20:23 +080015#define IMX_SIP_SRC 0xC2000005
Peng Fane9015f32023-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 Fanaa3b9072018-01-10 13:20:23 +080019
20#endif