Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Guinot | 16311a2 | 2011-06-17 19:41:33 +0530 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2011 Simon Guinot <sguinot@lacie.com> |
| 4 | * |
| 5 | * Based on Kirkwood support: |
| 6 | * (C) Copyright 2009 |
| 7 | * Marvell Semiconductor <www.marvell.com> |
| 8 | * Written-by: Prafulla Wadaskar <prafulla@marvell.com> |
Simon Guinot | 16311a2 | 2011-06-17 19:41:33 +0530 | [diff] [blame] | 9 | */ |
| 10 | |
| 11 | #ifndef NETSPACE_V2_H |
| 12 | #define NETSPACE_V2_H |
| 13 | |
| 14 | /* GPIO configuration */ |
| 15 | #define NETSPACE_V2_OE_LOW 0x06004000 |
| 16 | #define NETSPACE_V2_OE_HIGH 0x00000031 |
| 17 | #define NETSPACE_V2_OE_VAL_LOW 0x10030000 |
| 18 | #define NETSPACE_V2_OE_VAL_HIGH 0x00000000 |
| 19 | |
| 20 | #define NETSPACE_V2_GPIO_BUTTON 32 |
| 21 | |
Simon Guinot | 16311a2 | 2011-06-17 19:41:33 +0530 | [diff] [blame] | 22 | #endif /* NETSPACE_V2_H */ |