blob: 139ff61b8acf1e3b0d007782c9d953367ca731ff [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
10#define IMX_SIP_GPC_PM_DOMAIN 0x03
11
Peng Fande274662018-01-10 13:20:23 +080012#define IMX_SIP_SRC 0xC2000005
13#define IMX_SIP_SRC_M4_START 0x00
14#define IMX_SIP_SRC_M4_STARTED 0x01
15
16#endif