Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Peng Fan | de27466 | 2018-01-10 13:20:23 +0800 | [diff] [blame] | 2 | /* |
3 | * Copyright 2017 NXP | ||||
Peng Fan | de27466 | 2018-01-10 13:20:23 +0800 | [diff] [blame] | 4 | */ |
5 | |||||
6 | #ifndef _IMX_SIP_H__ | ||||
Andre Przywara | 4ee992f | 2023-05-15 14:52:10 +0100 | [diff] [blame] | 7 | #define _IMX_SIP_H__ |
Peng Fan | de27466 | 2018-01-10 13:20:23 +0800 | [diff] [blame] | 8 | |
Patrick Wildt | d08a194 | 2019-10-03 15:51:50 +0200 | [diff] [blame] | 9 | #define IMX_SIP_GPC 0xC2000000 |
Peng Fan | 3f49742 | 2020-04-22 10:50:04 +0800 | [diff] [blame] | 10 | #define IMX_SIP_GPC_PM_DOMAIN 0x03 |
11 | |||||
12 | #define IMX_SIP_BUILDINFO 0xC2000003 | ||||
13 | #define IMX_SIP_BUILDINFO_GET_COMMITHASH 0x00 | ||||
Patrick Wildt | d08a194 | 2019-10-03 15:51:50 +0200 | [diff] [blame] | 14 | |
Peng Fan | de27466 | 2018-01-10 13:20:23 +0800 | [diff] [blame] | 15 | #define IMX_SIP_SRC 0xC2000005 |
Peng Fan | 9395eb0 | 2023-06-15 18:09:18 +0800 | [diff] [blame] | 16 | #define IMX_SIP_SRC_MCU_START 0x00 |
17 | #define IMX_SIP_SRC_MCU_STARTED 0x01 | ||||
18 | #define IMX_SIP_SRC_MCU_STOP 0x02 | ||||
Peng Fan | de27466 | 2018-01-10 13:20:23 +0800 | [diff] [blame] | 19 | |
20 | #endif |