powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / include / dt-bindings / gpio / meson8b-gpio.h
blobc38cb20d7182f7eb14d6e6ae0036513b24b9d18c
1 /*
2 * GPIO definitions for Amlogic Meson8b SoCs
4 * Copyright (C) 2015 Endless Mobile, Inc.
5 * Author: Carlo Caione <carlo@endlessm.com>
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * version 2 as published by the Free Software Foundation.
11 * You should have received a copy of the GNU General Public License
12 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 #ifndef _DT_BINDINGS_MESON8B_GPIO_H
16 #define _DT_BINDINGS_MESON8B_GPIO_H
18 #include <dt-bindings/gpio/meson8-gpio.h>
20 /* GPIO Bank DIF */
21 #define DIF_0_P 120
22 #define DIF_0_N 121
23 #define DIF_1_P 122
24 #define DIF_1_N 123
25 #define DIF_2_P 124
26 #define DIF_2_N 125
27 #define DIF_3_P 126
28 #define DIF_3_N 127
29 #define DIF_4_P 128
30 #define DIF_4_N 129
32 #endif /* _DT_BINDINGS_MESON8B_GPIO_H */