1// SPDX-License-Identifier: GPL-2.0-only 2/dts-v1/; 3 4#include "ste-db8500.dtsi" 5#include "ste-ab8505.dtsi" 6#include "ste-dbx5x0-pinctrl.dtsi" 7#include <dt-bindings/gpio/gpio.h> 8#include <dt-bindings/input/input.h> 9#include <dt-bindings/interrupt-controller/irq.h> 10 11/* 12 * Note: This device tree cannot be booted directly with the Samsung bootloader. 13 * You need an intermediate, device-tree compatible bootloader 14 * that locks the L2 cache. Otherwise the kernel will crash after decompression. 15 * 16 * There is a port of (mainline) U-Boot, see 17 * https://wiki.postmarketos.org/wiki/ST-Ericsson_NovaThor_U8500#U-Boot 18 */ 19/ { 20 model = "Samsung Galaxy S III mini (GT-I8190)"; 21 compatible = "samsung,golden", "st-ericsson,u8500"; 22 23 chosen { 24 stdout-path = &serial2; 25 }; 26 27 i2c-gpio-0 { 28 compatible = "i2c-gpio"; 29 sda-gpios = <&gpio2 14 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 30 scl-gpios = <&gpio2 13 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 31 32 pinctrl-names = "default"; 33 pinctrl-0 = <&i2c_gpio_0_default>; 34 35 #address-cells = <1>; 36 #size-cells = <0>; 37 38 touchkey@20 { 39 compatible = "coreriver,tc360-touchkey"; 40 reg = <0x20>; 41 vdd-supply = <&ab8500_ldo_aux4_reg>; 42 vcc-supply = <&ab8500_ldo_aux6_reg>; 43 44 interrupt-parent = <&gpio2>; 45 interrupts = <15 IRQ_TYPE_EDGE_FALLING>; 46 47 pinctrl-names = "default"; 48 pinctrl-0 = <&touchkey_default>; 49 linux,keycodes = <KEY_MENU KEY_BACK>; 50 }; 51 }; 52 53 i2c-gpio-1 { 54 compatible = "i2c-gpio"; 55 sda-gpios = <&gpio4 24 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 56 scl-gpios = <&gpio4 23 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 57 58 pinctrl-names = "default"; 59 pinctrl-0 = <&i2c_gpio_1_default>; 60 61 #address-cells = <1>; 62 #size-cells = <0>; 63 64 magnetometer@c { 65 compatible = "alps,hscdtd008a"; 66 reg = <0x0c>; 67 68 avdd-supply = <&ab8500_ldo_aux1_reg>; 69 dvdd-supply = <&ab8500_ldo_aux8_reg>; 70 }; 71 }; 72 73 soc { 74 /* External Micro SD card slot */ 75 sdi0_per1@80126000 { 76 status = "okay"; 77 78 arm,primecell-periphid = <0x10480180>; 79 max-frequency = <100000000>; 80 bus-width = <4>; 81 82 non-removable; 83 /* 84 * Unfortunately, there is no way to enable the UHS 85 * modes due to a limitation of the SD level translator: 86 * It will either translate to 2.9V or disconnect the 87 * DATA lines, so switching to 1.8V signal voltage fails. 88 */ 89 cap-sd-highspeed; 90 cap-mmc-highspeed; 91 st,sig-pin-fbclk; 92 full-pwr-cycle; 93 94 vmmc-supply = <&ab8500_ldo_aux3_reg>; 95 vqmmc-supply = <&sd_level_translator>; 96 97 pinctrl-names = "default", "sleep"; 98 pinctrl-0 = <&mc0_a_2_default>; 99 pinctrl-1 = <&mc0_a_2_sleep>; 100 }; 101 102 /* WLAN SDIO */ 103 sdi1_per2@80118000 { 104 status = "okay"; 105 106 arm,primecell-periphid = <0x10480180>; 107 max-frequency = <50000000>; 108 bus-width = <4>; 109 110 non-removable; 111 cap-sd-highspeed; 112 113 vmmc-supply = <&wl_reg_on>; 114 115 pinctrl-names = "default", "sleep"; 116 pinctrl-0 = <&mc1_a_2_default>; 117 pinctrl-1 = <&mc1_a_2_sleep>; 118 119 #address-cells = <1>; 120 #size-cells = <0>; 121 122 wifi@1 { 123 compatible = "brcm,bcm4329-fmac"; 124 reg = <1>; 125 126 /* GPIO216 (WLAN_HOST_WAKE) */ 127 interrupt-parent = <&gpio6>; 128 interrupts = <24 IRQ_TYPE_EDGE_FALLING>; 129 interrupt-names = "host-wake"; 130 131 pinctrl-names = "default"; 132 pinctrl-0 = <&wlan_default>; 133 }; 134 }; 135 136 /* eMMC */ 137 sdi2_per3@80005000 { 138 status = "okay"; 139 140 arm,primecell-periphid = <0x10480180>; 141 max-frequency = <100000000>; 142 bus-width = <8>; 143 144 non-removable; 145 cap-mmc-highspeed; 146 mmc-ddr-1_8v; 147 148 vmmc-supply = <&vmem_3v3>; 149 150 pinctrl-names = "default", "sleep"; 151 pinctrl-0 = <&mc2_a_1_default>; 152 pinctrl-1 = <&mc2_a_1_sleep>; 153 }; 154 155 /* BT UART */ 156 uart@80120000 { 157 status = "okay"; 158 159 pinctrl-names = "default", "sleep"; 160 pinctrl-0 = <&u0_a_1_default>; 161 pinctrl-1 = <&u0_a_1_sleep>; 162 163 bluetooth { 164 compatible = "brcm,bcm4330-bt"; 165 /* GPIO222 (BT_VREG_ON) */ 166 shutdown-gpios = <&gpio6 30 GPIO_ACTIVE_HIGH>; 167 /* GPIO199 (BT_WAKE) */ 168 device-wakeup-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>; 169 /* GPIO97 (BT_HOST_WAKE) */ 170 host-wakeup-gpios = <&gpio3 1 GPIO_ACTIVE_HIGH>; 171 172 pinctrl-names = "default"; 173 pinctrl-0 = <&bluetooth_default>; 174 }; 175 }; 176 177 /* GPF UART */ 178 uart@80121000 { 179 status = "okay"; 180 181 pinctrl-names = "default", "sleep"; 182 pinctrl-0 = <&u1rxtx_a_1_default &u1ctsrts_a_1_default>; 183 pinctrl-1 = <&u1rxtx_a_1_sleep &u1ctsrts_a_1_sleep>; 184 }; 185 186 /* Debugging console UART */ 187 uart@80007000 { 188 status = "okay"; 189 190 pinctrl-names = "default", "sleep"; 191 pinctrl-0 = <&u2rxtx_c_1_default>; 192 pinctrl-1 = <&u2rxtx_c_1_sleep>; 193 }; 194 195 i2c@80004000 { 196 status = "okay"; 197 198 pinctrl-names = "default", "sleep"; 199 pinctrl-0 = <&i2c0_a_1_default>; 200 pinctrl-1 = <&i2c0_a_1_sleep>; 201 202 proximity@44 { 203 compatible = "sharp,gp2ap002s00f"; 204 reg = <0x44>; 205 206 /* GPIO146 (PS_INT) */ 207 interrupt-parent = <&gpio4>; 208 interrupts = <18 IRQ_TYPE_EDGE_FALLING>; 209 210 vdd-supply = <&ab8500_ldo_aux1_reg>; 211 vio-supply = <&ab8500_ldo_aux8_reg>; 212 213 pinctrl-names = "default"; 214 pinctrl-0 = <&proximity_default>; 215 216 sharp,proximity-far-hysteresis = <0x40>; 217 sharp,proximity-close-hysteresis = <0x0f>; 218 }; 219 }; 220 221 i2c@80128000 { 222 status = "okay"; 223 224 pinctrl-names = "default", "sleep"; 225 pinctrl-0 = <&i2c2_b_2_default>; 226 pinctrl-1 = <&i2c2_b_2_sleep>; 227 228 imu@68 { 229 compatible = "invensense,mpu6050"; 230 reg = <0x68>; 231 232 /* GPIO206 (ACC_INT) */ 233 interrupt-parent = <&gpio6>; 234 interrupts = <14 IRQ_TYPE_EDGE_RISING>; 235 236 mount-matrix = "0", "1", "0", 237 "-1", "0", "0", 238 "0", "0", "1"; 239 240 vdd-supply = <&ab8500_ldo_aux1_reg>; 241 vddio-supply = <&ab8500_ldo_aux8_reg>; 242 243 pinctrl-names = "default"; 244 pinctrl-0 = <&imu_default>; 245 }; 246 }; 247 248 i2c@80110000 { 249 status = "okay"; 250 251 pinctrl-names = "default", "sleep"; 252 pinctrl-0 = <&i2c3_c_2_default>; 253 pinctrl-1 = <&i2c3_c_2_sleep>; 254 255 touchscreen@4a { 256 compatible = "atmel,maxtouch"; 257 reg = <0x4a>; 258 259 /* GPIO218 (TSP_INT_1V8) */ 260 interrupt-parent = <&gpio6>; 261 interrupts = <26 IRQ_TYPE_EDGE_FALLING>; 262 263 pinctrl-names = "default"; 264 pinctrl-0 = <&tsp_default>; 265 }; 266 }; 267 268 prcmu@80157000 { 269 ab8505 { 270 ab8500_usb { 271 pinctrl-names = "default", "sleep"; 272 pinctrl-0 = <&usb_a_1_default>; 273 pinctrl-1 = <&usb_a_1_sleep>; 274 }; 275 276 ab8505-regulators { 277 ab8500_ldo_aux1 { 278 regulator-name = "sensor_3v"; 279 regulator-min-microvolt = <3000000>; 280 regulator-max-microvolt = <3000000>; 281 }; 282 283 ab8500_ldo_aux2 { 284 regulator-name = "vreg_tsp_a3v3"; 285 regulator-min-microvolt = <3300000>; 286 regulator-max-microvolt = <3300000>; 287 regulator-always-on; /* FIXME */ 288 }; 289 290 ab8500_ldo_aux3 { 291 regulator-name = "vdd_tf_2v91"; 292 }; 293 294 ab8500_ldo_aux4 { 295 regulator-name = "key_led_3.3v"; 296 regulator-min-microvolt = <3300000>; 297 regulator-max-microvolt = <3300000>; 298 }; 299 300 ab8500_ldo_aux5 { 301 regulator-name = "vreg_tsp_1v8"; 302 regulator-min-microvolt = <1800000>; 303 regulator-max-microvolt = <1800000>; 304 regulator-always-on; /* FIXME */ 305 }; 306 307 ab8500_ldo_aux6 { 308 regulator-name = "touch_key_2.2v"; 309 regulator-min-microvolt = <2200000>; 310 regulator-max-microvolt = <2200000>; 311 }; 312 313 ab8500_ldo_aux8 { 314 regulator-name = "sensor_1v8"; 315 }; 316 }; 317 }; 318 }; 319 }; 320 321 gpio-keys { 322 compatible = "gpio-keys"; 323 324 pinctrl-names = "default"; 325 pinctrl-0 = <&gpio_keys_default>; 326 327 label = "GPIO Buttons"; 328 329 volume-up { 330 label = "Volume Up"; 331 /* GPIO67 (VOL_UP) */ 332 gpios = <&gpio2 3 GPIO_ACTIVE_LOW>; 333 linux,code = <KEY_VOLUMEUP>; 334 }; 335 336 volume-down { 337 label = "Volume Down"; 338 /* GPIO92 (VOL_DOWN) */ 339 gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; 340 linux,code = <KEY_VOLUMEDOWN>; 341 }; 342 343 home { 344 label = "Home"; 345 /* GPIO91 (HOME_KEY) */ 346 gpios = <&gpio2 27 GPIO_ACTIVE_LOW>; 347 linux,code = <KEY_HOMEPAGE>; 348 }; 349 }; 350 351 vibrator { 352 compatible = "gpio-vibrator"; 353 /* GPIO195 (MOT_EN) */ 354 enable-gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; 355 356 pinctrl-names = "default"; 357 pinctrl-0 = <&vibrator_default>; 358 }; 359 360 /* External LDO for eMMC */ 361 vmem_3v3: regulator-vmem { 362 compatible = "regulator-fixed"; 363 364 regulator-name = "vmem_3v3"; 365 regulator-min-microvolt = <3300000>; 366 regulator-max-microvolt = <3300000>; 367 regulator-boot-on; 368 369 startup-delay-us = <200>; 370 371 /* GPIO223 (MEM_LDO_EN) */ 372 gpio = <&gpio6 31 GPIO_ACTIVE_HIGH>; 373 enable-active-high; 374 375 pinctrl-names = "default"; 376 pinctrl-0 = <&mem_ldo_default>; 377 }; 378 379 /* TI TXS0206-29 level translator for 2.9 V */ 380 sd_level_translator: regulator-sd-level-translator { 381 compatible = "regulator-fixed"; 382 383 regulator-name = "sd-level-translator"; 384 regulator-min-microvolt = <2900000>; 385 regulator-max-microvolt = <2900000>; 386 387 startup-delay-us = <200>; 388 389 /* GPIO87 (TXS0206-29_EN) */ 390 gpios = <&gpio2 23 GPIO_ACTIVE_HIGH>; 391 enable-active-high; 392 393 pinctrl-names = "default"; 394 pinctrl-0 = <&sd_level_translator_default>; 395 }; 396 397 /* 398 * WL_REG_ON takes WLAN out of reset and enables the internal regulators. 399 * The voltage specified here is only used to determine the OCR mask, 400 * the BCM chip is actually connected directly to VBAT. 401 */ 402 wl_reg_on: regulator-wl-reg-on { 403 compatible = "regulator-fixed"; 404 405 regulator-name = "wl-reg-on"; 406 regulator-min-microvolt = <3000000>; 407 regulator-max-microvolt = <3000000>; 408 409 startup-delay-us = <100000>; 410 411 /* GPIO215 (WLAN_EN) */ 412 gpio = <&gpio6 23 GPIO_ACTIVE_HIGH>; 413 enable-active-high; 414 415 pinctrl-names = "default"; 416 pinctrl-0 = <&wlan_en_default>; 417 }; 418}; 419 420&pinctrl { 421 gpio-keys { 422 gpio_keys_default: gpio_keys_default { 423 golden_cfg1 { 424 pins = "GPIO67", /* VOL_UP */ 425 "GPIO91", /* HOME_KEY */ 426 "GPIO92"; /* VOL_DOWN */ 427 ste,config = <&gpio_in_pu>; 428 }; 429 }; 430 }; 431 432 i2c-gpio-0 { 433 i2c_gpio_0_default: i2c_gpio_0 { 434 golden_cfg1 { 435 pins = "GPIO77", /* TOUCHKEY_SCL */ 436 "GPIO78"; /* TOUCHKEY_SDA */ 437 ste,config = <&gpio_in_nopull>; 438 }; 439 }; 440 }; 441 442 i2c-gpio-1 { 443 i2c_gpio_1_default: i2c_gpio_1 { 444 golden_cfg1 { 445 pins = "GPIO151", /* COMP_SCL */ 446 "GPIO152"; /* COMP_SDA */ 447 ste,config = <&gpio_in_nopull>; 448 }; 449 }; 450 }; 451 452 touchkey { 453 touchkey_default: touchkey_default { 454 golden_cfg1 { 455 pins = "GPIO79"; /* TOUCHKEY_INT */ 456 ste,config = <&gpio_in_nopull>; 457 }; 458 }; 459 }; 460 461 sdi0 { 462 sd_level_translator_default: sd_level_translator_default { 463 golden_cfg1 { 464 pins = "GPIO87_B3"; /* TXS0206-29_EN */ 465 ste,config = <&gpio_out_lo>; 466 }; 467 }; 468 }; 469 470 sdi2 { 471 mem_ldo_default: mem_ldo_default { 472 golden_cfg1 { 473 pins = "GPIO223_AH9"; /* MEM_LDO_EN */ 474 ste,config = <&gpio_out_hi>; 475 }; 476 }; 477 }; 478 479 proximity { 480 proximity_default: proximity_default { 481 golden_cfg1 { 482 pins = "GPIO146_D13"; /* PS_INT */ 483 ste,config = <&gpio_in_nopull>; 484 }; 485 }; 486 }; 487 488 imu { 489 imu_default: imu_default { 490 golden_cfg1 { 491 pins = "GPIO206_AG24"; /* ACC_INT */ 492 ste,config = <&gpio_in_pd>; 493 }; 494 }; 495 }; 496 497 tsp { 498 tsp_default: tsp_default { 499 golden_cfg1 { 500 pins = "GPIO218_AH11"; /* TSP_INT_1V8 */ 501 ste,config = <&gpio_in_nopull>; 502 }; 503 }; 504 }; 505 506 wlan { 507 wlan_default: wlan_default { 508 golden_cfg1 { 509 pins = "GPIO216_AG12"; /* WLAN_HOST_WAKE */ 510 ste,config = <&gpio_in_pd>; 511 }; 512 }; 513 514 wlan_en_default: wlan_en_default { 515 golden_cfg1 { 516 pins = "GPIO215_AH13"; /* WLAN_EN */ 517 ste,config = <&gpio_out_lo>; 518 }; 519 }; 520 }; 521 522 bluetooth { 523 bluetooth_default: bluetooth_default { 524 golden_cfg1 { 525 pins = "GPIO199_AH23", /* BT_WAKE */ 526 "GPIO222_AJ9"; /* BT_VREG_ON */ 527 ste,config = <&gpio_out_lo>; 528 }; 529 golden_cfg2 { 530 pins = "GPIO97_D9"; /* BT_HOST_WAKE */ 531 ste,config = <&gpio_in_nopull>; 532 }; 533 }; 534 }; 535 536 vibrator { 537 vibrator_default: vibrator_default { 538 golden_cfg1 { 539 pins = "GPIO195_AG28"; /* MOT_EN */ 540 ste,config = <&gpio_out_lo>; 541 }; 542 }; 543 }; 544}; 545 546&ab8505_gpio { 547 /* Hog a few default settings */ 548 pinctrl-names = "default"; 549 pinctrl-0 = <&gpio_default>; 550 551 gpio { 552 gpio_default: gpio_default { 553 golden_mux { 554 /* Change unused pins to GPIO mode */ 555 function = "gpio"; 556 groups = "gpio3_a_1", /* default: SysClkReq4 */ 557 "gpio14_a_1"; /* default: PWMOut1 */ 558 }; 559 golden_cfg1 { 560 pins = "GPIO11_B17", "GPIO13_D17", "GPIO50_L4"; 561 bias-disable; 562 }; 563 }; 564 }; 565}; 566