1 /* 2 * GPIO definitions for Amlogic Meson8b SoCs 3 * 4 * Copyright (C) 2015 Endless Mobile, Inc. 5 * Author: Carlo Caione <carlo@endlessm.com> 6 * 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. 10 * 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/>. 13 */ 14 15 #ifndef _DT_BINDINGS_MESON8B_GPIO_H 16 #define _DT_BINDINGS_MESON8B_GPIO_H 17 18 #include <dt-bindings/gpio/meson8-gpio.h> 19 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 31 32 #endif /* _DT_BINDINGS_MESON8B_GPIO_H */ 33