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__ | ||||
7 | #define _IMX_SIP_H_ | ||||
8 | |||||
9 | #define IMX_SIP_SRC 0xC2000005 | ||||
10 | #define IMX_SIP_SRC_M4_START 0x00 | ||||
11 | #define IMX_SIP_SRC_M4_STARTED 0x01 | ||||
12 | |||||
13 | #endif |