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