Home | History | Annotate | Line # | Download | only in iio
      1  1.1  jmcneill /*	$NetBSD: qcom,spmi-adc7-pm8350b.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0-only */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Copyright (c) 2020 The Linux Foundation. All rights reserved.
      6  1.1  jmcneill  */
      7  1.1  jmcneill 
      8  1.1  jmcneill #ifndef _DT_BINDINGS_QCOM_SPMI_VADC_PM8350B_H
      9  1.1  jmcneill #define _DT_BINDINGS_QCOM_SPMI_VADC_PM8350B_H
     10  1.1  jmcneill 
     11  1.1  jmcneill #ifndef PM8350B_SID
     12  1.1  jmcneill #define PM8350B_SID					3
     13  1.1  jmcneill #endif
     14  1.1  jmcneill 
     15  1.1  jmcneill /* ADC channels for PM8350B_ADC for PMIC7 */
     16  1.1  jmcneill #define PM8350B_ADC7_REF_GND			(PM8350B_SID << 8 | 0x0)
     17  1.1  jmcneill #define PM8350B_ADC7_1P25VREF			(PM8350B_SID << 8 | 0x01)
     18  1.1  jmcneill #define PM8350B_ADC7_VREF_VADC			(PM8350B_SID << 8 | 0x02)
     19  1.1  jmcneill #define PM8350B_ADC7_DIE_TEMP			(PM8350B_SID << 8 | 0x03)
     20  1.1  jmcneill 
     21  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM1			(PM8350B_SID << 8 | 0x04)
     22  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM2			(PM8350B_SID << 8 | 0x05)
     23  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM3			(PM8350B_SID << 8 | 0x06)
     24  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM4			(PM8350B_SID << 8 | 0x07)
     25  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM5			(PM8350B_SID << 8 | 0x08)
     26  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM6			(PM8350B_SID << 8 | 0x09)
     27  1.1  jmcneill #define PM8350B_ADC7_GPIO1			(PM8350B_SID << 8 | 0x0a)
     28  1.1  jmcneill #define PM8350B_ADC7_GPIO2			(PM8350B_SID << 8 | 0x0b)
     29  1.1  jmcneill #define PM8350B_ADC7_GPIO3			(PM8350B_SID << 8 | 0x0c)
     30  1.1  jmcneill #define PM8350B_ADC7_GPIO4			(PM8350B_SID << 8 | 0x0d)
     31  1.1  jmcneill 
     32  1.1  jmcneill #define PM8350B_ADC7_CHG_TEMP			(PM8350B_SID << 8 | 0x10)
     33  1.1  jmcneill #define PM8350B_ADC7_USB_IN_V_16		(PM8350B_SID << 8 | 0x11)
     34  1.1  jmcneill #define PM8350B_ADC7_VDC_16			(PM8350B_SID << 8 | 0x12)
     35  1.1  jmcneill #define PM8350B_ADC7_CC1_ID			(PM8350B_SID << 8 | 0x13)
     36  1.1  jmcneill #define PM8350B_ADC7_VREF_BAT_THERM		(PM8350B_SID << 8 | 0x15)
     37  1.1  jmcneill #define PM8350B_ADC7_IIN_FB			(PM8350B_SID << 8 | 0x17)
     38  1.1  jmcneill 
     39  1.1  jmcneill /* 30k pull-up1 */
     40  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM1_30K_PU		(PM8350B_SID << 8 | 0x24)
     41  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM2_30K_PU		(PM8350B_SID << 8 | 0x25)
     42  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM3_30K_PU		(PM8350B_SID << 8 | 0x26)
     43  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM4_30K_PU		(PM8350B_SID << 8 | 0x27)
     44  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM5_30K_PU		(PM8350B_SID << 8 | 0x28)
     45  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM6_30K_PU		(PM8350B_SID << 8 | 0x29)
     46  1.1  jmcneill #define PM8350B_ADC7_GPIO1_30K_PU		(PM8350B_SID << 8 | 0x2a)
     47  1.1  jmcneill #define PM8350B_ADC7_GPIO2_30K_PU		(PM8350B_SID << 8 | 0x2b)
     48  1.1  jmcneill #define PM8350B_ADC7_GPIO3_30K_PU		(PM8350B_SID << 8 | 0x2c)
     49  1.1  jmcneill #define PM8350B_ADC7_GPIO4_30K_PU		(PM8350B_SID << 8 | 0x2d)
     50  1.1  jmcneill #define PM8350B_ADC7_CC1_ID_30K_PU		(PM8350B_SID << 8 | 0x33)
     51  1.1  jmcneill 
     52  1.1  jmcneill /* 100k pull-up2 */
     53  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM1_100K_PU		(PM8350B_SID << 8 | 0x44)
     54  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM2_100K_PU		(PM8350B_SID << 8 | 0x45)
     55  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM3_100K_PU		(PM8350B_SID << 8 | 0x46)
     56  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM4_100K_PU		(PM8350B_SID << 8 | 0x47)
     57  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM5_100K_PU		(PM8350B_SID << 8 | 0x48)
     58  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM6_100K_PU		(PM8350B_SID << 8 | 0x49)
     59  1.1  jmcneill #define PM8350B_ADC7_GPIO1_100K_PU		(PM8350B_SID << 8 | 0x4a)
     60  1.1  jmcneill #define PM8350B_ADC7_GPIO2_100K_PU		(PM8350B_SID << 8 | 0x4b)
     61  1.1  jmcneill #define PM8350B_ADC7_GPIO3_100K_PU		(PM8350B_SID << 8 | 0x4c)
     62  1.1  jmcneill #define PM8350B_ADC7_GPIO4_100K_PU		(PM8350B_SID << 8 | 0x4d)
     63  1.1  jmcneill #define PM8350B_ADC7_CC1_ID_100K_PU		(PM8350B_SID << 8 | 0x53)
     64  1.1  jmcneill 
     65  1.1  jmcneill /* 400k pull-up3 */
     66  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM1_400K_PU		(PM8350B_SID << 8 | 0x64)
     67  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM2_400K_PU		(PM8350B_SID << 8 | 0x65)
     68  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM3_400K_PU		(PM8350B_SID << 8 | 0x66)
     69  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM4_400K_PU		(PM8350B_SID << 8 | 0x67)
     70  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM5_400K_PU		(PM8350B_SID << 8 | 0x68)
     71  1.1  jmcneill #define PM8350B_ADC7_AMUX_THM6_400K_PU		(PM8350B_SID << 8 | 0x69)
     72  1.1  jmcneill #define PM8350B_ADC7_GPIO1_400K_PU		(PM8350B_SID << 8 | 0x6a)
     73  1.1  jmcneill #define PM8350B_ADC7_GPIO2_400K_PU		(PM8350B_SID << 8 | 0x6b)
     74  1.1  jmcneill #define PM8350B_ADC7_GPIO3_400K_PU		(PM8350B_SID << 8 | 0x6c)
     75  1.1  jmcneill #define PM8350B_ADC7_GPIO4_400K_PU		(PM8350B_SID << 8 | 0x6d)
     76  1.1  jmcneill #define PM8350B_ADC7_CC1_ID_400K_PU		(PM8350B_SID << 8 | 0x73)
     77  1.1  jmcneill 
     78  1.1  jmcneill /* 1/3 Divider */
     79  1.1  jmcneill #define PM8350B_ADC7_GPIO1_DIV3			(PM8350B_SID << 8 | 0x8a)
     80  1.1  jmcneill #define PM8350B_ADC7_GPIO2_DIV3			(PM8350B_SID << 8 | 0x8b)
     81  1.1  jmcneill #define PM8350B_ADC7_GPIO3_DIV3			(PM8350B_SID << 8 | 0x8c)
     82  1.1  jmcneill #define PM8350B_ADC7_GPIO4_DIV3			(PM8350B_SID << 8 | 0x8d)
     83  1.1  jmcneill 
     84  1.1  jmcneill #define PM8350B_ADC7_VPH_PWR			(PM8350B_SID << 8 | 0x8e)
     85  1.1  jmcneill #define PM8350B_ADC7_VBAT_SNS			(PM8350B_SID << 8 | 0x8f)
     86  1.1  jmcneill 
     87  1.1  jmcneill #define PM8350B_ADC7_SBUx			(PM8350B_SID << 8 | 0x94)
     88  1.1  jmcneill #define PM8350B_ADC7_VBAT_2S_MID		(PM8350B_SID << 8 | 0x96)
     89  1.1  jmcneill 
     90  1.1  jmcneill #endif /* _DT_BINDINGS_QCOM_SPMI_VADC_PM8350B_H */
     91