xref: /openbmc/linux/include/dt-bindings/mfd/qcom-pm8008.h (revision 762f99f4f3cb41a775b5157dd761217beba65873)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2021 The Linux Foundation. All rights reserved.
4  */
5 
6 #ifndef __DT_BINDINGS_MFD_QCOM_PM8008_H
7 #define __DT_BINDINGS_MFD_QCOM_PM8008_H
8 
9 /* PM8008 IRQ numbers */
10 #define PM8008_IRQ_MISC_UVLO	0
11 #define PM8008_IRQ_MISC_OVLO	1
12 #define PM8008_IRQ_MISC_OTST2	2
13 #define PM8008_IRQ_MISC_OTST3	3
14 #define PM8008_IRQ_MISC_LDO_OCP	4
15 #define PM8008_IRQ_TEMP_ALARM	5
16 #define PM8008_IRQ_GPIO1	6
17 #define PM8008_IRQ_GPIO2	7
18 
19 #endif
20