modify rk3288.dtsi rk3288-tb.dts rk3188-tb.dts
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-tb.dts
1 /dts-v1/;
2
3 #include "rk3288.dtsi"
4 #include "lcd-b101ew05.dtsi"
5
6 / {
7         fiq-debugger {
8                 status = "okay";
9         };
10
11         backlight {
12                 compatible = "pwm-backlight";
13                 pwms = <&pwm0 0 25000>;
14                 brightness-levels = <0 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>;
15                 default-brightness-level = <128>;
16                 enable-gpios = <&gpio7 GPIO_A2 GPIO_ACTIVE_HIGH>;
17         };
18
19         pwm_regulator {
20                 compatible = "rockchip_pwm_regulator";
21                 pwms = <&pwm1 0 25000>;
22                 rockchip,pwm_id= <1>;
23                 rockchip,pwm_voltage_map= <925000 950000 975000 1000000 1025000 1050000 1075000 1100000 1125000 1150000 1175000 1200000 1225000 1250000 1275000 1300000 1325000 1350000 1375000 1400000>;
24                 rockchip,pwm_voltage= <1000000>;
25                 rockchip,pwm_min_voltage= <925000>;
26                 rockchip,pwm_max_voltage= <1400000>;
27                 rockchip,pwm_suspend_voltage= <950000>;
28                 rockchip,pwm_coefficient= <475>;
29                 regulators {
30                         #address-cells = <1>;
31                         #size-cells = <0>;
32                         pwm_reg0: regulator@0 {
33                                 regulator-compatible = "pwm_dcdc1";
34                                 regulator-name= "vdd_logic";
35                                 regulator-min-microvolt = <925000>;
36                                 regulator-max-microvolt = <1400000>;
37                                 regulator-always-on;
38                                 regulator-boot-on;
39                         };
40                 };
41         };
42
43         codec_hdmi_i2s: codec-hdmi-i2s {
44                 compatible = "hdmi-i2s";
45         };
46
47         codec_hdmi_spdif: codec-hdmi-spdif {
48                 compatible = "hdmi-spdif";
49         };
50 };
51
52 &emmc {
53         clock-frequency = <50000000>;
54         clock-freq-min-max = <400000 50000000>;
55
56         supports-highspeed;
57         supports-emmc;
58         bootpart-no-access;
59         
60         status = "okay";
61 };
62     
63 &sdmmc {
64         clock-frequency = <50000000>;
65         lock-freq-min-max = <400000 50000000>;              
66             
67         supports-highspeed;
68         supports-sd;
69         broken-cd;
70         card-detect-delay = <200>;
71
72         pwr-gpios = <&gpio3 GPIO_A1 GPIO_ACTIVE_LOW>; /*pwr_en = GPIO3_A1*/
73
74         status = "okay";
75 };
76                 
77 &sdio {
78         clock-frequency = <50000000>;
79         clock-freq-min-max = <200000 50000000>;
80                 
81         supports-highspeed;             
82         supports-sdio;
83
84         status = "diabled";
85 };
86 &i2c0 {
87         status = "okay";
88         rk808: rk808@1b {
89                 reg = <0x1b>;
90                 status = "okay";
91         };
92         
93         bq24296: bq24296@6b {
94                 compatible = "ti,bq24296";
95                 reg = <0x6b>;
96                 gpios = <&gpio0 GPIO_A7 GPIO_ACTIVE_HIGH>;
97                 bq24296,chg_current = <1000 500 2000>;
98                 status = "disable";
99         };
100         bq27320: bq27320@55 {
101                 compatible = "ti,bq27320";
102                 reg = <0x55>;
103         /*   gpios = <&gpio0 GPIO_A7 GPIO_ACTIVE_HIGH>; */
104                 status = "disable";
105         };
106 };
107
108 &i2c1 {
109         status = "okay";
110         rtc@51 {
111                 compatible = "nxp,pcf8563";
112                 reg = <0x51>;
113         };
114         
115         sensor@1d {
116                 compatible = "gs_mma8452";
117                 reg = <0x1d>;
118                 type = <SENSOR_TYPE_ACCEL>;
119                 irq-gpio = <&gpio8 GPIO_A0 IRQ_TYPE_EDGE_FALLING>;
120                 irq_enable = <1>;
121                 poll_delay_ms = <30>;
122                 layout = <1>;
123         };
124                 sensor@19 {
125                 compatible = "gs_lis3dh";
126                 reg = <0x19>;
127                 type = <SENSOR_TYPE_ACCEL>;
128                 irq-gpio = <&gpio0 GPIO_A0 IRQ_TYPE_LEVEL_LOW>;
129                 irq_enable = <1>;
130                 poll_delay_ms = <30>;
131                 layout = <1>;
132         };
133                 sensor@0d {
134                 compatible = "ak8963";
135                 reg = <0x0d>;
136                 type = <SENSOR_TYPE_COMPASS>;
137                 irq-gpio = <&gpio8 GPIO_A2 IRQ_TYPE_EDGE_RISING>;
138                 irq_enable = <1>;
139                 poll_delay_ms = <30>;
140                 layout = <1>;
141         };
142
143                 sensor@6b {
144                 compatible = "l3g20d_gyro";
145                 reg = <0x6b>;
146                 type = <SENSOR_TYPE_GYROSCOPE>;
147                 irq-gpio = <&gpio8 GPIO_A3 IRQ_TYPE_LEVEL_LOW>;
148                 irq_enable = <1>;
149                 poll_delay_ms = <30>;
150                 layout = <1>;
151         };
152         
153 };
154
155 &i2c2 {
156         status = "okay";
157 };
158
159 &i2c3 {
160         status = "okay";
161 };
162
163 &i2c4 {
164         status = "okay";
165         ts@55 {
166                 compatible = "goodix,gt8xx";
167                 reg = <0x55>;
168                 touch-gpio = <&gpio7 GPIO_A6 IRQ_TYPE_LEVEL_LOW>;
169                 reset-gpio = <&gpio7 GPIO_A5 GPIO_ACTIVE_LOW>;
170                 //power-gpio = <&gpio0 GPIO_C5 GPIO_ACTIVE_LOW>;
171                 max-x = <1280>;
172                 max-y = <800>;
173         };
174         
175         ts@01 {
176                 compatible = "ct,ct36x";
177                 reg = <0x01>;
178                 ct-model = <365>;
179                 touch-gpio = <&gpio7 GPIO_A6 IRQ_TYPE_LEVEL_LOW>;
180                 reset-gpio = <&gpio7 GPIO_A5 GPIO_ACTIVE_HIGH>;
181                 max-x = <1280>;
182                 max-y = <800>;
183                 orientation=<1 0 0 1>;
184         };
185 };
186
187 &i2c5 {
188         status = "okay";
189 };
190
191 &fb {
192         rockchip,disp-mode = <DUAL>;
193 };
194
195 &rk_screen {
196          display-timings = <&disp_timings>;
197 };
198
199 /*lcdc1 as PRMRY(LCD),lcdc0 as EXTEND(HDMI)*/
200 &lcdc1 {
201         status = "okay";
202         power_ctr: power_ctr {
203                 rockchip,debug = <0>;
204                 rockchip,mirror = <NO_MIRROR>;
205                 lcd_en:lcd_en {
206                         rockchip,power_type = <GPIO>;
207                         gpios = <&gpio7 GPIO_A3 GPIO_ACTIVE_HIGH>;
208                         rockchip,delay = <10>;
209                 };
210                 
211                 /*lcd_cs:lcd_cs {
212                         rockchip,power_type = <REGULATOR>;
213                         rockchip,delay = <10>;
214                 };
215
216                 lcd_rst:lcd_rst {
217                         rockchip,power_type = <GPIO>;
218                         gpios = <&gpio3 GPIO_D6 GPIO_ACTIVE_HIGH>;
219                         rockchip,delay = <5>;
220                 };*/
221
222         };
223 };
224
225 &lcdc0 {
226         status = "okay";
227 };
228
229
230 &adc {
231         status = "okay";
232
233         key {
234                 compatible = "rockchip,key";
235                 io-channels = <&adc 1>;
236
237                 vol-up-key {
238                         linux,code = <115>;
239                         label = "volume up";
240                         rockchip,adc_value = <1>;
241                 };
242
243                 vol-down-key {
244                         linux,code = <114>;
245                         label = "volume down";
246                         rockchip,adc_value = <170>;
247                 };
248
249                 power-key {
250                         gpios = <&gpio0 GPIO_A4 GPIO_ACTIVE_LOW>;
251                         linux,code = <116>;
252                         label = "power";
253                         gpio-key,wakeup;
254                 };
255
256                 menu-key {
257                         linux,code = <139>;
258                         label = "menu";
259                         rockchip,adc_value = <355>;
260                 };
261
262                 home-key {
263                         linux,code = <102>;
264                         label = "home";
265                         rockchip,adc_value = <746>;
266                 };
267
268                 back-key {
269                         linux,code = <158>;
270                         label = "back";
271                         rockchip,adc_value = <560>;
272                 };
273
274                 camera-key {
275                         linux,code = <212>;
276                         label = "camera";
277                         rockchip,adc_value = <450>;
278                 };
279         };
280 };
281
282 &pwm1 {
283         status = "okay";
284 };
285
286 /include/ "rk808.dtsi"
287 &rk808 {
288         gpios =<&gpio0 GPIO_A4 GPIO_ACTIVE_HIGH>,<&gpio0 GPIO_B3 GPIO_ACTIVE_LOW>;
289
290         regulators {
291                 
292                 rk808_dcdc1_reg: regulator@0{
293                         regulator-name= "vdd_arm";
294                         regulator-always-on;
295                         regulator-boot-on;
296                 };
297
298                 rk808_dcdc2_reg: regulator@1 {
299                         regulator-name= "vdd_gpu";
300                         regulator-always-on;
301                         regulator-boot-on;
302                 };
303
304                 rk808_dcdc3_reg: regulator@2 {
305                         regulator-name= "rk_dcdc3";
306                         regulator-min-microvolt = <1200000>;
307                         regulator-max-microvolt = <1200000>;
308                         regulator-always-on;
309                         regulator-boot-on;
310                 };
311
312                 rk808_dcdc4_reg: regulator@3 {
313                         regulator-name= "vccio";
314                         regulator-min-microvolt = <1800000>;
315                         regulator-max-microvolt = <3300000>;
316                         regulator-always-on;
317                         regulator-boot-on;
318                 };
319
320                 rk808_ldo1_reg: regulator@4 {
321                         regulator-name= "rk_ldo1";
322                         regulator-min-microvolt = <3300000>;
323                         regulator-max-microvolt = <3300000>;
324                         regulator-always-on;
325                         regulator-boot-on;
326                 };
327
328                 rk808_ldo2_reg: regulator@5 {
329                         regulator-name= "rk_ldo2";
330                         regulator-min-microvolt = <3300000>;
331                         regulator-max-microvolt = <3300000>;
332                         regulator-always-on;
333                         regulator-boot-on;
334                 };
335
336                 rk808_ldo3_reg: regulator@6 {
337                         regulator-name= "rk_ldo3";
338                         regulator-min-microvolt = <1000000>;
339                         regulator-max-microvolt = <1000000>;
340                         regulator-always-on;
341                         regulator-boot-on;
342                 };
343
344                 rk808_ldo4_reg:regulator@7 {
345                         regulator-name= "rk_ldo4";
346                         regulator-min-microvolt = <1800000>;
347                         regulator-max-microvolt = <1800000>;
348                         regulator-always-on;
349                         regulator-boot-on;
350                 };
351
352                 rk808_ldo5_reg: regulator@8 {
353                         regulator-name= "rk_ldo5";
354                         regulator-min-microvolt = <3300000>;
355                         regulator-max-microvolt = <3300000>;
356                         regulator-always-on;
357                         regulator-boot-on;
358                 };
359
360                 rk808_ldo6_reg: regulator@9 {
361                         regulator-name= "rk_ldo6";
362                         regulator-min-microvolt = <1000000>;
363                         regulator-max-microvolt = <1000000>;
364                         regulator-always-on;
365                         regulator-boot-on;
366                 };
367
368                 rk808_ldo7_reg: regulator@10 {
369                         regulator-name= "rk_ldo7";
370                         regulator-min-microvolt = <1800000>;
371                         regulator-max-microvolt = <1800000>;
372                         regulator-always-on;
373                         regulator-boot-on;
374                 };
375
376                 rk808_ldo8_reg: regulator@11 {
377                         regulator-name= "rk_ldo8";
378                         regulator-min-microvolt = <3300000>;
379                         regulator-max-microvolt = <3300000>;
380                         regulator-always-on;
381                         regulator-boot-on;
382                 };
383         };
384 };