blob: cdf5238f794d520f82a90f2894ec54a8447bc501 [file] [log] [blame]
Simon Guinot79642092011-06-17 19:41:33 +05301/*
2 * Copyright (C) 2011 Simon Guinot <sguinot@lacie.com>
3 *
4 * Based on Kirkwood support:
5 * (C) Copyright 2009
6 * Marvell Semiconductor <www.marvell.com>
7 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
8 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02009 * SPDX-License-Identifier: GPL-2.0+
Simon Guinot79642092011-06-17 19:41:33 +053010 */
11
12#ifndef NETSPACE_V2_H
13#define NETSPACE_V2_H
14
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
20
21#define NETSPACE_V2_GPIO_BUTTON 32
22
Simon Guinot79642092011-06-17 19:41:33 +053023#endif /* NETSPACE_V2_H */