mt6315-irq.h 789 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Copyright (C) 2019 MediaTek Inc.
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 as
  5. * published by the Free Software Foundation.
  6. * This program is distributed in the hope that it will be useful,
  7. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9. * See http://www.gnu.org/licenses/gpl-2.0.html for more details.
  10. */
  11. #ifndef _DT_BINDINGS_MT6315_IRQ_H
  12. #define _DT_BINDINGS_MT6315_IRQ_H
  13. #define INT_VBUCK1_OC 0
  14. #define INT_VBUCK2_OC 1
  15. #define INT_VBUCK3_OC 2
  16. #define INT_VBUCK4_OC 3
  17. #define INT_TEMP_L 4
  18. #define INT_TEMP_H 5
  19. #define INT_RCS0 6
  20. #define INT_RCS1 7
  21. #endif /* _DT_BINDINGS_MT6315_IRQ_H */