1 /* $NetBSD: meson8b-gpio.h,v 1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3 /* 4 * GPIO definitions for Amlogic Meson8b SoCs 5 * 6 * Copyright (C) 2015 Endless Mobile, Inc. 7 * Author: Carlo Caione <carlo (at) endlessm.com> 8 * 9 * This program is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU General Public License 11 * version 2 as published by the Free Software Foundation. 12 * 13 * You should have received a copy of the GNU General Public License 14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 15 */ 16 17 #ifndef _DT_BINDINGS_MESON8B_GPIO_H 18 #define _DT_BINDINGS_MESON8B_GPIO_H 19 20 #include <dt-bindings/gpio/meson8-gpio.h> 21 22 /* GPIO Bank DIF */ 23 #define DIF_0_P 120 24 #define DIF_0_N 121 25 #define DIF_1_P 122 26 #define DIF_1_N 123 27 #define DIF_2_P 124 28 #define DIF_2_N 125 29 #define DIF_3_P 126 30 #define DIF_3_N 127 31 #define DIF_4_P 128 32 #define DIF_4_N 129 33 34 #endif /* _DT_BINDINGS_MESON8B_GPIO_H */ 35