1 /* $NetBSD: qcom-pm8008.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0-only */ 4 /* 5 * Copyright (c) 2021 The Linux Foundation. All rights reserved. 6 */ 7 8 #ifndef __DT_BINDINGS_MFD_QCOM_PM8008_H 9 #define __DT_BINDINGS_MFD_QCOM_PM8008_H 10 11 /* PM8008 IRQ numbers */ 12 #define PM8008_IRQ_MISC_UVLO 0 13 #define PM8008_IRQ_MISC_OVLO 1 14 #define PM8008_IRQ_MISC_OTST2 2 15 #define PM8008_IRQ_MISC_OTST3 3 16 #define PM8008_IRQ_MISC_LDO_OCP 4 17 #define PM8008_IRQ_TEMP_ALARM 5 18 #define PM8008_IRQ_GPIO1 6 19 #define PM8008_IRQ_GPIO2 7 20 21 #endif 22