1
2
3
4
5
6
7
8
9
10
11
12
13
14
| /**
| *
| * Copyright (c) 2017, Linaro Ltd. All rights reserved.
| * Copyright (c) 2018, 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 ARMADA_80x0_MCBIN_VBUS0_PIN 15
|
| #endif
|
|