1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
|
/*
* Copyright (C) 2013 Spreadtrum Communication Incorporated
* http://www.spreadtrum.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/dts-v1/;
/* memory reserved for SMEM */
/memreserve/ 0x87800000 0x240000; /* 2MK+256K */
/* memory reserved for CPW modem */
/memreserve/ 0x88000000 0x1c00000; /* 28M */
/* memory reserved for fb */
/memreserve/ 0x9F823000 0x4BB000; /* 480*854*4*3, 4K alignment */
/* memory reserved for ION */
/memreserve/ 0x9FCDE000 0x322000; /* 480*854*4*2, 8K alignment */
/include/ "sprd-scx35_2.dtsi"
/include/ "sprd-scx35_sc7730.dtsi"
/ {
model = "Spreadtrum SP7730G board";
chosen {
bootargs = "loglevel=1 init=/init root=/dev/ram0 rw";
linux,initrd-start = <0x85500000>;
linux,initrd-end = <0x855a3212>;
};
aliases {
i2c_gpio6 = &i2c_gpio6;
i2c_gpio7 = &i2c_gpio7;
/*i2c_gpio8 = &i2c_gpio8;*/
};
memory {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
sprd_simdet {
compatible = "sprd,sim_detect";
sprd,name = "simdet";
gpios = <&d_gpio_gpio 162 0>;
irq_trigger_level_detect = <1>;
delay_time = <100>;
};
rfkill {
compatible = "broadcom,rfkill";
gpios = <&d_gpio_gpio 231 0>; /*power*/
};
bluesleep {
compatible = "broadcom,bluesleep";
bt-wake-gpio = <&d_gpio_gpio 45 0>; /*GPIO_AP2BT_WAKE*/
host-wake-gpio = <&d_gpio_gpio 46 0>; /*GPIO_BT2AP_WAKE*/
};
gps {
compatible = "lsi,s5n6420";
gps-pwr-en = <&d_gpio_gpio 168 0>; /*GPS_PWON*/
gps-reset = <&d_gpio_gpio 235 0>; /*GPS_RESET*/
gps-regulator = "vddcamd";
};
i2c_gpio6: i2c_gpio@0 {
compatible = "i2c-gpio";
#address-cells = <1>;
#size-cells = <0>;
gpios = <&d_gpio_gpio 159 0 /* sda */
&d_gpio_gpio 160 0 >; /* scl */
i2c-gpio,delay-us = <10>; /* ~100 kHz */
i2c-gpio,timeout-ms = <0>;
sm5701-i2c@49 {
compatible = "sm,sm5701";
reg = <0x49>;
chargermfd {
charger {
compatible = "sm,sm5701-charger";
chgen-gpio = <&d_gpio_gpio 215 0>;
chgirq-gpio = <&d_gpio_gpio 161 0>;
chg-float-voltage = <4400>;
};
};
leds_sm5701 {
compatible = "sm,leds_sm5701";
flashen-gpio = <&d_gpio_gpio 232 0>;
flashtorch-gpio = <&d_gpio_gpio 233 0>;
};
};
};
i2c_gpio7: i2c_gpio@2 {
compatible = "i2c-gpio";
#address-cells = <1>;
#size-cells = <0>;
gpios = <&d_gpio_gpio 150 0 /* sda */
&d_gpio_gpio 151 0 >; /* scl */
i2c-gpio,delay-us = <10>; /* ~100 kHz */
i2c-gpio,timeout-ms = <0>;
sm5504@14 {
compatible = "SiliconMitus,sm5504";
reg = <0x14>;
interrupt-parent = <&d_gpio_gpio>;
sm5504,irq-gpio = <&d_gpio_gpio 149 0>;
};
};
sec_thermistor {
compatible = "sec,thermistor";
};
sec-fuelgauge {
compatible = "samsung,sec-fuelgauge";
capacity-max = <1000>;
capacity-max-margin = <1000>;
capacity-min = <10>;
fg-irq-attr = <0>;
fuel-alert-soc = <1000>;
temp_adc_channel = <0>;
chg_bat_safety_vol = <4600>;
soft_vbat_uvlo = <3050>;
vmode = <0>; /* 1=Voltage mode, 0=mixed mode */
alm_soc = <5>; /* SOC alm level %*/
alm_vbat = <3500>; /* Vbat alm level mV*/
rint = <160>; /*battery internal impedance*/
cnom = <2000>; /* nominal capacity in mAh */
rsense_real = <206>; /* sense resistor 0.1mOhm from real environment*/
rsense_spec = <200>; /* sense resistor 0.1mOhm from specification*/
relax_current = <50>; /* current for relaxation in mA (< C/20) */
cal_ajust = <0>; /* ajust calibration data */
ocv_table = <4355 100
4332 95
4277 90
4221 85
4166 80
4113 75
4063 70
4018 65
3977 60
3933 55
3881 50
3850 45
3826 40
3807 35
3791 30
3778 25
3762 20
3742 15
3711 10
3683 5
3400 0>;
sprd_fgu: sprd_fgu{
compatible = "sprd,sprd_fgu";
interrupt-parent = <&adi>;
interrupts = <4 0x0>;
};
};
sec-battery {
compatible = "samsung,sec-battery";
battery,vendor = "SDI SDI";
battery,charger_name = "sec-charger";
battery,fuelgauge_name = "sec-fuelgauge";
battery,technology = <2>; /* POWER_SUPPLY_TECHNOLOGY_LION */
battery,chip_vendor = "SPRD";
battery,temp_adc_type = <1>; /* SEC_BATTERY_ADC_TYPE_AP */
battery,polling_time = <10 30 30 30 3600>;
battery,adc_check_count = <5>;
battery,cable_check_type = <5>; /* SEC_BATTERY_CABLE_CHECK_PSY */
battery,cable_source_type = <3>; /* SEC_BATTERY_CABLE_SOURCE_EXTERNAL */
battery,event_waiting_time = <600>;
battery,polling_type = <1>; /* SEC_BATTERY_MONITOR_ALARM */
battery,monitor_initial_count = <3>;
battery,battery_check_type = <5>; /* SEC_BATTERY_CHECK_CHARGER */
battery,check_count = <0>;
battery,check_adc_max = <1440>;
battery,check_adc_min = <0>;
battery,ovp_uvlo_check_type = <3>; /* SEC_BATTERY_OVP_UVLO_CHGPOLLING */
battery,thermal_source = <2>; /* SEC_BATTERY_THERMAL_SOURCE_ADC */
battery,temp_table_adc = <501 615 738 795 846 956 1065 1088 1180 1307 1392 1477 1627 1777 1922 2098
2144 2182 2212 2260 2302 2452 2555>;
battery,temp_table_data = <700 650 600 580 550 500 460 450 400 350 300 250 200 150 100
50 20 0 (-20) (-50) (-70) (-150) (-200)>;
battery,temp_check_type = <2>; /* SEC_BATTERY_TEMP_CHECK_TEMP */
battery,temp_check_count = <1>;
battery,temp_high_threshold_event = <600>;
battery,temp_high_recovery_event = <460>;
battery,temp_low_threshold_event = <(-50)>;
battery,temp_low_recovery_event = <0>;
battery,temp_high_threshold_normal = <600>;
battery,temp_high_recovery_normal = <460>;
battery,temp_low_threshold_normal = <(-50)>;
battery,temp_low_recovery_normal = <0>;
battery,temp_high_threshold_lpm = <600>;
battery,temp_high_recovery_lpm = <460>;
battery,temp_low_threshold_lpm = <(-50)>;
battery,temp_low_recovery_lpm = <0>;
battery,full_check_type = <7>; /* SEC_BATTERY_FULLCHARGED_CHGPSY */
battery,full_check_type_2nd = <3>; /* SEC_BATTERY_FULLCHARGED_TIME */
battery,full_check_count = <1>;
battery,chg_gpio_full_check = <0>;
battery,chg_polarity_full_check = <1>;
battery,full_condition_type = <13>;
battery,full_condition_soc = <95>;
battery,full_condition_vcell = <4200>;
battery,recharge_check_count = <1>;
battery,recharge_condition_type = <4>; /* SEC_BATTERY_RECHARGE_CONDITION_VCELL */
battery,recharge_condition_soc = <95>;
battery,recharge_condition_vcell = <4350>;
battery,charging_total_time = <21600>;
battery,recharging_total_time = <5400>;
battery,charging_reset_time = <0>;
/* Charger */
charger,vbus_ctrl_gpio = <&d_gpio_gpio 64 0x00>;
battery,input_current_limit = <700 460 460 700 460 700 700 460 460 700 700 700 700 460 700 300 700 700 300 700 700 460 460>;
battery,fast_charging_current = <975 0 975 975 975 975 975 975 0 975 975 975 975 (-1) 975 975 975 975 975 975 975 0 0>;
battery,full_check_current_1st = <175 0 175 175 175 175 175 175 0 175 175 175 175 0 175 175 175 175 175 175 175 0 0>;
battery,full_check_current_2nd = <1800 0 1800 1800 1800 1800 1800 1800 0 1800 1800 1800 1800 0 1800 1800 1800 1800 1800 1800 1800 0 0>;
};
panel_cabc_bl {
compatible = "sprd,panel_cabc_bl";
};
sprd_pwm_bl {
compatible = "sprd,sprd_pwm_bl";
reg = <0x40260000 0xf>;
brightness_max = <255>;
brightness_min = <0>;
pwm_index = <2>;
gpio_ctrl_pin = <0>;
gpio_active_level = <0>;
};
sprd-marlin {
compatible = "sprd,marlin";
gpios = <&d_gpio_gpio 148 0 /*marlin gpio0 */
&d_gpio_gpio 45 0 /*marlin gpio1 */
&d_gpio_gpio 46 0 /*marlin gpio2 */
&d_gpio_gpio 47 0 /*marlin gpio3 */
&d_gpio_gpio 230 0>; /*marlin reset*/
cp-rfctl-offset = <0xd8>; /*coex func. marlin gpio3*/
vdd-download = "vddcamd"; /*vdd 1.6v*/
vdd-pa = "vddwifipa"; /*vdd 3.3v*/
clk-name = "clk_aux0"; /*clk 32k*/
sdhci-name = "sdio_wifi";
};
};
&pinctrl {
pwr_domain ="vdd18", /* "vdd18" */ /* VIO_2_0_ms */
"vdd18", /* "vdd28" */ /* VIO_2_1_ms */
"vddsim0",
"vddsim1",
"vdd18", /* "vddsim2" */
"vddsdcore",
"vdd18";
};
&i2c0 {
sensor_main@0x3c {
compatible = "sprd,sensor_main";
reg = <0x3c>;
};
sensor_sub@0x21 {
compatible = "sprd,sensor_sub";
reg = <0x21>;
};
};
&i2c1 { /* TSP */
ist30xx_ts@50 {
compatible = "Imagis,IST30XXC";
reg = <0x50>;
gpios = <&d_gpio_gpio 82 0>;
tsp_pwr_name = "vddsdio";
};
};
&i2c2 {
#size-cells = <0>;
status = "okay";
k2hh@1D {
compatible = "stm,k2hh";
reg = <0x1D>;
interrupt-parent = <&d_gpio_gpio>;
interrupts = <164 0>;
stm,irq_gpio = <&d_gpio_gpio 164 0x00>;
stm,sda = <&d_gpio_gpio 208 0x00>;
stm,scl = <&d_gpio_gpio 207 0x00>;
stm,reg_vdd-supply = <&vdd18>;
stm,axis_map_x = <0>;
stm,axis_map_y = <1>;
stm,axis_map_z = <2>;
stm,negate_x = <0>;
stm,negate_y = <0>;
stm,negate_z = <1>;
stm,poll_interval = <100>;
stm,min_interval = <2>;
};
sx9500-i2c@28 {
compatible = "sx9500-i2c";
reg = <0x28>;
sx9500-i2c,vdd-supply = <&vddsim1>;
sx9500-i2c,nirq-gpio = <&d_gpio_gpio 167 0x0>;
};
};
&usb {
tune_value = <0x44073e37>;
};
&keypad0 {
ngpios = <1>;
gpios = <&a_eic_gpio 2 0>;
sprd,keypad-num-rows = <1>;
sprd,keypad-num-columns = <2>;
interrupts = <0 36 0x0>;
sprd,keypad-rows-choose-hw = <0x30000>;
sprd,keypad-cols-choose-hw = <0x300>;
sprd,debounce_time = <5000>;
linux,keypad-no-autorepeat;
key_volume_up {
keypad,row = <0>;
keypad,column = <0>;
linux,code = <115>;
};
key_home {
keypad,row = <0>;
keypad,column = <1>;
linux,code = <102>;
};
};
&l_sprd_sensor {
gpios = <&d_gpio_gpio 186 0 /*main reset*/
&d_gpio_gpio 188 0 /*main power down*/
&d_gpio_gpio 238 0 /*sub reset*/
&d_gpio_gpio 187 0 /*sub power down*/
&d_gpio_gpio 193 0 /*none*/
&d_gpio_gpio 0 0 /*none*/
&d_gpio_gpio 0 0 /*none*/
&d_gpio_gpio 0 0>; /*none*/
};
&l_ion {
sprd,ion-heap@1 {
sprd,ion-heap-mem = <0x0 0x0>;
};
sprd,ion-heap@2 {
sprd,ion-heap-mem = <0x0 0x0>;
};
sprd,ion-heap@3 {
sprd,ion-heap-mem = <0x9FCDE000 0x322000>;
};
};
&adi {
headset_detect {
compatible = "sprd,headset-detect";
gpio_switch = <0>;
gpio_detect = <237>;
gpio_button = <239>;
irq_trigger_level_detect = <0>;
irq_trigger_level_button = <0>;
adc_threshold_3pole_detect = <1700>;
adc_threshold_4pole_detect = <2700>;
irq_threshold_buttont = <1>;
voltage_headmicbias = <3000000>;
nbuttons = <3>;
headset_buttons_media {
adc_min = <0>;
adc_max = <190>;
code = <226>;
type = <0>;
};
headset_buttons_up {
adc_min = <191>;
adc_max = <347>;
code = <115>;
type = <0>;
};
headset_buttons_down {
adc_min = <348>;
adc_max =<760>;
code = <114>;
type = <0>;
};
};
headset_sprd_sc2723 {
compatible = "sprd,headset_sprd_sc2723";
gpio_switch = <0>;
gpio_detect = <237>;
gpio_button = <239>;
irq_trigger_level_detect = <0>;
irq_trigger_level_button = <0>;
adc_threshold_3pole_detect = <100>;
adc_threshold_4pole_detect = <3100>;
irq_threshold_buttont = <1>;
voltage_headmicbias = <3000000>;
nbuttons = <3>;
headset_buttons_media {
adc_min = <0>;
adc_max = <570>;
code = <226>;
type = <0>;
};
headset_buttons_up {
adc_min = <571>;
adc_max = <1041>;
code = <115>;
type = <0>;
};
headset_buttons_down {
adc_min = <1042>;
adc_max =<2280>;
code = <114>;
type = <0>;
};
};
sprd_eic_keys {
compatible = "sprd,sprd-eic-keys";
key_volumedown {
label = "Volumedown Key";
linux,code = <114>;
gpios = <&a_eic_gpio 10 0>;
debounce-interval = <2>;
gpio-key,wakeup;
};
};
};
&sdio0 {
detect_gpio = <71>;
SD_Pwr_Name = "vddsdcore";
/*_1_8V_signal_Name = "vddsdio";*/
};
&fb0 {
sprd,fb_mem = <0x9F823000 0x4BB000>;
sprd,fb_display_size = <480 854>;
};
|