/**
|
*
|
* Copyright (C) 2019, Marvell International Ltd. and its affiliates.
|
*
|
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
*
|
**/
|
|
#ifndef __MV_SMC_H__
|
#define __MV_SMC_H__
|
|
/* Marvell SiP services SMC ID's */
|
#define MV_SMC_ID_COMPHY_POWER_ON 0x82000001
|
#define MV_SMC_ID_COMPHY_POWER_OFF 0x82000002
|
#define MV_SMC_ID_COMPHY_PLL_LOCK 0x82000003
|
#define MV_SMC_ID_DRAM_SIZE 0x82000010
|
#define MV_SMC_ID_PMU_IRQ_ENABLE 0x82000012
|
#define MV_SMC_ID_PMU_IRQ_DISABLE 0x82000013
|
|
#endif //__MV_SMC_H__
|