meson8b-gpio.h 866 B

1234567891011121314151617181920212223242526272829303132
  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. #ifndef _DT_BINDINGS_MESON8B_GPIO_H
  15. #define _DT_BINDINGS_MESON8B_GPIO_H
  16. #include <dt-bindings/gpio/meson8-gpio.h>
  17. /* GPIO Bank DIF */
  18. #define DIF_0_P 120
  19. #define DIF_0_N 121
  20. #define DIF_1_P 122
  21. #define DIF_1_N 123
  22. #define DIF_2_P 124
  23. #define DIF_2_N 125
  24. #define DIF_3_P 126
  25. #define DIF_3_N 127
  26. #define DIF_4_P 128
  27. #define DIF_4_N 129
  28. #endif /* _DT_BINDINGS_MESON8B_GPIO_H */