hc
2024-03-25 edb30157bad0c0001c32b854271ace01d3b9a16a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
*
*  Copyright (c) 2019, Marvell International Ltd. All rights reserved.
*
*  SPDX-License-Identifier: BSD-2-Clause-Patent
*
**/
#ifndef NON_DISCOVERABLE_INIT_LIB_H__
#define NON_DISCOVERABLE_INIT_LIB_H__
 
#define CN9130_DB_IO_EXPANDER0       0
#define CN9130_DB_VBUS0_PIN          0
#define CN9130_DB_VBUS0_LIMIT_PIN    4
#define CN9130_DB_VBUS1_PIN          1
#define CN9130_DB_VBUS1_LIMIT_PIN    5
#define CN9130_DB_AP_MMC_VCCQ_PIN    8
#define CN9130_DB_SDMMC_VCC_PIN      14
#define CN9130_DB_SDMMC_VCCQ_PIN     15
#define CN9131_DB_VBUS0_PIN          3
#define CN9131_DB_VBUS0_LIMIT_PIN    2
#define CN9132_DB_VBUS0_PIN          2
#define CN9132_DB_VBUS0_LIMIT_PIN    0
#define CN9132_DB_VBUS1_PIN          3
#define CN9132_DB_VBUS1_LIMIT_PIN    1
 
#endif