2 * Copyright (C) 2011 Simon Guinot <sguinot@lacie.com>
4 * Based on Kirkwood support:
6 * Marvell Semiconductor <www.marvell.com>
7 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
9 * SPDX-License-Identifier: GPL-2.0+
15 /* GPIO configuration */
16 #define NETSPACE_V2_OE_LOW 0x06004000
17 #define NETSPACE_V2_OE_HIGH 0x00000031
18 #define NETSPACE_V2_OE_VAL_LOW 0x10030000
19 #define NETSPACE_V2_OE_VAL_HIGH 0x00000000
21 #define NETSPACE_V2_GPIO_BUTTON 32
23 #endif /* NETSPACE_V2_H */