xref: /rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/silicon_if.h (revision bb4e4a5d9670ae6e996c22b4fba31aafb2d2a362)
1 /*
2  * Copyright (C) Marvell International Ltd. and its affiliates
3  *
4  * SPDX-License-Identifier:	GPL-2.0
5  */
6 
7 #ifndef __silicon_if_H
8 #define __silicon_if_H
9 
10 /* max number of devices supported by driver */
11 #ifdef CO_CPU_RUN
12 #define HWS_MAX_DEVICE_NUM (1)
13 #else
14 #define HWS_MAX_DEVICE_NUM (16)
15 #endif
16 
17 #endif /* __silicon_if_H */
18