]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/imx_sip.h
usb: dwc3: add dis_u2_freeclk_exists_quirk
[thirdparty/u-boot.git] / include / imx_sip.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
de274663
PF
2/*
3 * Copyright 2017 NXP
de274663
PF
4 */
5
6#ifndef _IMX_SIP_H__
7#define _IMX_SIP_H_
8
d08a1948 9#define IMX_SIP_GPC 0xC2000000
3f497428
PF
10#define IMX_SIP_GPC_PM_DOMAIN 0x03
11
12#define IMX_SIP_BUILDINFO 0xC2000003
13#define IMX_SIP_BUILDINFO_GET_COMMITHASH 0x00
d08a1948 14
de274663
PF
15#define IMX_SIP_SRC 0xC2000005
16#define IMX_SIP_SRC_M4_START 0x00
17#define IMX_SIP_SRC_M4_STARTED 0x01
18
19#endif