1 // SPDX-License-Identifier: GPL-2.0-only 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 3 #include "msm8916-pm8916.dtsi" 3 #include "msm8916-pm8916.dtsi" 4 #include "msm8916-modem-qdsp6.dtsi" << 5 << 6 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/input.h> 5 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/interrupt-controller/irq 6 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 10 #include <dt-bindings/sound/apq8016-lpass.h> << 11 8 12 / { 9 / { 13 aliases { 10 aliases { 14 mmc0 = &sdhc_1; /* eMMC */ !! 11 serial0 = &blsp1_uart2; 15 mmc1 = &sdhc_2; /* SD card */ << 16 serial0 = &blsp_uart2; << 17 }; 12 }; 18 13 19 chosen { 14 chosen { 20 stdout-path = "serial0"; 15 stdout-path = "serial0"; 21 }; 16 }; 22 17 23 reserved-memory { 18 reserved-memory { 24 /* Additional memory used by S 19 /* Additional memory used by Samsung firmware modifications */ 25 tz-apps@85500000 { 20 tz-apps@85500000 { 26 reg = <0x0 0x85500000 21 reg = <0x0 0x85500000 0x0 0xb00000>; 27 no-map; 22 no-map; 28 }; 23 }; 29 }; 24 }; 30 25 31 battery: battery { << 32 compatible = "simple-battery"; << 33 precharge-current-microamp = < << 34 precharge-upper-limit-microvol << 35 }; << 36 << 37 clk_pwm: pwm { 26 clk_pwm: pwm { 38 compatible = "clk-pwm"; 27 compatible = "clk-pwm"; 39 #pwm-cells = <2>; 28 #pwm-cells = <2>; 40 29 41 clocks = <&gcc GCC_GP2_CLK>; 30 clocks = <&gcc GCC_GP2_CLK>; 42 31 43 pinctrl-names = "default"; 32 pinctrl-names = "default"; 44 pinctrl-0 = <&motor_pwm_defaul 33 pinctrl-0 = <&motor_pwm_default>; 45 status = "disabled"; 34 status = "disabled"; 46 }; 35 }; 47 36 48 gpio-keys { 37 gpio-keys { 49 compatible = "gpio-keys"; 38 compatible = "gpio-keys"; 50 39 51 pinctrl-names = "default"; 40 pinctrl-names = "default"; 52 pinctrl-0 = <&gpio_keys_defaul 41 pinctrl-0 = <&gpio_keys_default>; 53 42 54 label = "GPIO Buttons"; 43 label = "GPIO Buttons"; 55 44 56 button-volume-up { 45 button-volume-up { 57 label = "Volume Up"; 46 label = "Volume Up"; 58 gpios = <&tlmm 107 GPI !! 47 gpios = <&msmgpio 107 GPIO_ACTIVE_LOW>; 59 linux,code = <KEY_VOLU 48 linux,code = <KEY_VOLUMEUP>; 60 }; 49 }; 61 50 62 button-home { 51 button-home { 63 label = "Home"; 52 label = "Home"; 64 gpios = <&tlmm 109 GPI !! 53 gpios = <&msmgpio 109 GPIO_ACTIVE_LOW>; 65 linux,code = <KEY_HOME 54 linux,code = <KEY_HOMEPAGE>; 66 }; 55 }; 67 }; 56 }; 68 57 69 gpio-hall-sensor { 58 gpio-hall-sensor { 70 compatible = "gpio-keys"; 59 compatible = "gpio-keys"; 71 60 72 pinctrl-names = "default"; 61 pinctrl-names = "default"; 73 pinctrl-0 = <&gpio_hall_sensor 62 pinctrl-0 = <&gpio_hall_sensor_default>; 74 63 75 label = "GPIO Hall Effect Sens 64 label = "GPIO Hall Effect Sensor"; 76 65 77 event-hall-sensor { 66 event-hall-sensor { 78 label = "Hall Effect S 67 label = "Hall Effect Sensor"; 79 gpios = <&tlmm 52 GPIO !! 68 gpios = <&msmgpio 52 GPIO_ACTIVE_LOW>; 80 linux,input-type = <EV 69 linux,input-type = <EV_SW>; 81 linux,code = <SW_LID>; 70 linux,code = <SW_LID>; 82 linux,can-disable; 71 linux,can-disable; 83 }; 72 }; 84 }; 73 }; 85 74 86 /* 75 /* 87 * NOTE: A5 connects GPIO 76 to a regl 76 * NOTE: A5 connects GPIO 76 to a reglator powering the motor 88 * driver IC but A3 connects the same 77 * driver IC but A3 connects the same signal to an ENABLE pin of 89 * the driver. 78 * the driver. 90 */ 79 */ 91 reg_motor_vdd: regulator-motor-vdd { 80 reg_motor_vdd: regulator-motor-vdd { 92 compatible = "regulator-fixed" 81 compatible = "regulator-fixed"; 93 regulator-name = "motor_vdd"; 82 regulator-name = "motor_vdd"; 94 regulator-min-microvolt = <300 83 regulator-min-microvolt = <3000000>; 95 regulator-max-microvolt = <300 84 regulator-max-microvolt = <3000000>; 96 85 97 gpio = <&tlmm 76 GPIO_ACTIVE_H !! 86 gpio = <&msmgpio 76 GPIO_ACTIVE_HIGH>; 98 enable-active-high; 87 enable-active-high; 99 88 100 pinctrl-names = "default"; 89 pinctrl-names = "default"; 101 pinctrl-0 = <&motor_en_default 90 pinctrl-0 = <&motor_en_default>; 102 }; 91 }; 103 92 104 reg_vdd_tsp_a: regulator-vdd-tsp-a { 93 reg_vdd_tsp_a: regulator-vdd-tsp-a { 105 compatible = "regulator-fixed" 94 compatible = "regulator-fixed"; 106 regulator-name = "vdd_tsp_a"; 95 regulator-name = "vdd_tsp_a"; 107 regulator-min-microvolt = <330 96 regulator-min-microvolt = <3300000>; 108 regulator-max-microvolt = <330 97 regulator-max-microvolt = <3300000>; 109 98 110 gpio = <&tlmm 73 GPIO_ACTIVE_H !! 99 gpio = <&msmgpio 73 GPIO_ACTIVE_HIGH>; 111 enable-active-high; 100 enable-active-high; 112 101 113 pinctrl-names = "default"; 102 pinctrl-names = "default"; 114 pinctrl-0 = <&tsp_en_default>; 103 pinctrl-0 = <&tsp_en_default>; 115 }; 104 }; 116 105 117 i2c-muic { 106 i2c-muic { 118 compatible = "i2c-gpio"; 107 compatible = "i2c-gpio"; 119 sda-gpios = <&tlmm 105 (GPIO_A !! 108 sda-gpios = <&msmgpio 105 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 120 scl-gpios = <&tlmm 106 (GPIO_A !! 109 scl-gpios = <&msmgpio 106 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 121 110 122 pinctrl-names = "default"; 111 pinctrl-names = "default"; 123 pinctrl-0 = <&muic_i2c_default 112 pinctrl-0 = <&muic_i2c_default>; 124 113 125 #address-cells = <1>; 114 #address-cells = <1>; 126 #size-cells = <0>; 115 #size-cells = <0>; 127 116 128 muic: extcon@25 { 117 muic: extcon@25 { 129 compatible = "siliconm 118 compatible = "siliconmitus,sm5502-muic"; 130 119 131 reg = <0x25>; 120 reg = <0x25>; 132 interrupt-parent = <&t !! 121 interrupt-parent = <&msmgpio>; 133 interrupts = <12 IRQ_T 122 interrupts = <12 IRQ_TYPE_EDGE_FALLING>; 134 123 135 pinctrl-names = "defau 124 pinctrl-names = "default"; 136 pinctrl-0 = <&muic_int 125 pinctrl-0 = <&muic_int_default>; 137 << 138 usb_con: connector { << 139 compatible = " << 140 label = "micro << 141 type = "micro" << 142 }; << 143 }; 126 }; 144 }; 127 }; 145 128 146 i2c-tkey { 129 i2c-tkey { 147 compatible = "i2c-gpio"; 130 compatible = "i2c-gpio"; 148 sda-gpios = <&tlmm 16 (GPIO_AC !! 131 sda-gpios = <&msmgpio 16 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 149 scl-gpios = <&tlmm 17 (GPIO_AC !! 132 scl-gpios = <&msmgpio 17 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 150 133 151 pinctrl-names = "default"; 134 pinctrl-names = "default"; 152 pinctrl-0 = <&tkey_i2c_default 135 pinctrl-0 = <&tkey_i2c_default>; 153 136 154 #address-cells = <1>; 137 #address-cells = <1>; 155 #size-cells = <0>; 138 #size-cells = <0>; 156 139 157 touchkey: touchkey@20 { 140 touchkey: touchkey@20 { 158 /* Note: Actually an A 141 /* Note: Actually an ABOV MCU that implements same interface */ 159 compatible = "corerive 142 compatible = "coreriver,tc360-touchkey"; 160 reg = <0x20>; 143 reg = <0x20>; 161 144 162 interrupt-parent = <&t !! 145 interrupt-parent = <&msmgpio>; 163 interrupts = <98 IRQ_T 146 interrupts = <98 IRQ_TYPE_EDGE_FALLING>; 164 147 165 /* vcc/vdd-supply are 148 /* vcc/vdd-supply are board-specific */ 166 vddio-supply = <&pm891 149 vddio-supply = <&pm8916_l6>; 167 150 168 linux,keycodes = <KEY_ 151 linux,keycodes = <KEY_APPSELECT KEY_BACK>; 169 152 170 pinctrl-names = "defau 153 pinctrl-names = "default"; 171 pinctrl-0 = <&tkey_def 154 pinctrl-0 = <&tkey_default>; 172 }; 155 }; 173 }; 156 }; 174 157 175 i2c-nfc { 158 i2c-nfc { 176 compatible = "i2c-gpio"; 159 compatible = "i2c-gpio"; 177 sda-gpios = <&tlmm 0 (GPIO_ACT !! 160 sda-gpios = <&msmgpio 0 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 178 scl-gpios = <&tlmm 1 (GPIO_ACT !! 161 scl-gpios = <&msmgpio 1 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; 179 162 180 pinctrl-names = "default"; 163 pinctrl-names = "default"; 181 pinctrl-0 = <&nfc_i2c_default> 164 pinctrl-0 = <&nfc_i2c_default>; 182 165 183 #address-cells = <1>; 166 #address-cells = <1>; 184 #size-cells = <0>; 167 #size-cells = <0>; 185 168 186 nfc@27 { 169 nfc@27 { 187 compatible = "samsung, 170 compatible = "samsung,s3fwrn5-i2c"; 188 reg = <0x27>; 171 reg = <0x27>; 189 172 190 interrupt-parent = <&t !! 173 interrupt-parent = <&msmgpio>; 191 interrupts = <21 IRQ_T 174 interrupts = <21 IRQ_TYPE_EDGE_RISING>; 192 175 193 en-gpios = <&tlmm 20 G !! 176 en-gpios = <&msmgpio 20 GPIO_ACTIVE_LOW>; 194 wake-gpios = <&tlmm 49 !! 177 wake-gpios = <&msmgpio 49 GPIO_ACTIVE_HIGH>; 195 178 196 clocks = <&rpmcc RPM_S 179 clocks = <&rpmcc RPM_SMD_BB_CLK2_PIN>; 197 180 198 pinctrl-names = "defau 181 pinctrl-names = "default"; 199 pinctrl-0 = <&nfc_defa 182 pinctrl-0 = <&nfc_default &nfc_clk_req>; 200 }; 183 }; 201 }; 184 }; 202 185 203 vibrator: vibrator { 186 vibrator: vibrator { 204 compatible = "pwm-vibrator"; 187 compatible = "pwm-vibrator"; 205 188 206 pwms = <&clk_pwm 0 100000>; 189 pwms = <&clk_pwm 0 100000>; 207 pwm-names = "enable"; 190 pwm-names = "enable"; 208 191 209 vcc-supply = <®_motor_vdd>; 192 vcc-supply = <®_motor_vdd>; 210 status = "disabled"; 193 status = "disabled"; 211 }; 194 }; 212 }; 195 }; 213 196 214 &blsp_i2c1 { << 215 status = "okay"; << 216 << 217 speaker_codec: audio-codec@34 { << 218 compatible = "nxp,tfa9895"; << 219 reg = <0x34>; << 220 vddd-supply = <&pm8916_l5>; << 221 sound-name-prefix = "Speaker"; << 222 #sound-dai-cells = <0>; << 223 }; << 224 }; << 225 << 226 &blsp_i2c2 { 197 &blsp_i2c2 { 227 status = "okay"; 198 status = "okay"; 228 199 229 accelerometer: accelerometer@10 { 200 accelerometer: accelerometer@10 { 230 compatible = "bosch,bmc150_acc 201 compatible = "bosch,bmc150_accel"; 231 reg = <0x10>; 202 reg = <0x10>; 232 interrupt-parent = <&tlmm>; !! 203 interrupt-parent = <&msmgpio>; 233 interrupts = <115 IRQ_TYPE_EDG 204 interrupts = <115 IRQ_TYPE_EDGE_RISING>; 234 205 235 vdd-supply = <&pm8916_l17>; 206 vdd-supply = <&pm8916_l17>; 236 vddio-supply = <&pm8916_l5>; 207 vddio-supply = <&pm8916_l5>; 237 208 238 pinctrl-names = "default"; 209 pinctrl-names = "default"; 239 pinctrl-0 = <&accel_int_defaul 210 pinctrl-0 = <&accel_int_default>; 240 }; 211 }; 241 212 242 magnetometer@12 { 213 magnetometer@12 { 243 compatible = "bosch,bmc150_mag 214 compatible = "bosch,bmc150_magn"; 244 reg = <0x12>; 215 reg = <0x12>; 245 216 246 vdd-supply = <&pm8916_l17>; 217 vdd-supply = <&pm8916_l17>; 247 vddio-supply = <&pm8916_l5>; 218 vddio-supply = <&pm8916_l5>; 248 }; 219 }; 249 }; 220 }; 250 221 251 &blsp_i2c4 { 222 &blsp_i2c4 { 252 status = "okay"; 223 status = "okay"; 253 224 254 fuel-gauge@35 { !! 225 battery@35 { 255 compatible = "richtek,rt5033-b 226 compatible = "richtek,rt5033-battery"; 256 reg = <0x35>; 227 reg = <0x35>; 257 interrupt-parent = <&tlmm>; !! 228 interrupt-parent = <&msmgpio>; 258 interrupts = <121 IRQ_TYPE_EDG 229 interrupts = <121 IRQ_TYPE_EDGE_BOTH>; 259 230 260 pinctrl-names = "default"; 231 pinctrl-names = "default"; 261 pinctrl-0 = <&fg_alert_default 232 pinctrl-0 = <&fg_alert_default>; 262 << 263 power-supplies = <&charger>; << 264 }; << 265 }; << 266 << 267 &blsp_i2c6 { << 268 status = "okay"; << 269 << 270 pmic@34 { << 271 compatible = "richtek,rt5033"; << 272 reg = <0x34>; << 273 << 274 interrupts-extended = <&tlmm 6 << 275 << 276 pinctrl-0 = <&pmic_int_default << 277 pinctrl-names = "default"; << 278 << 279 regulators { << 280 rt5033_reg_safe_ldo: S << 281 regulator-min- << 282 regulator-max- << 283 regulator-alwa << 284 }; << 285 << 286 /* << 287 * Needed for camera, << 288 * Define empty nodes << 289 * regulators. << 290 */ << 291 LDO {}; << 292 BUCK {}; << 293 }; << 294 << 295 charger: charger { << 296 compatible = "richtek, << 297 monitored-battery = <& << 298 richtek,usb-connector << 299 }; << 300 }; << 301 }; << 302 << 303 &blsp_uart2 { << 304 status = "okay"; << 305 }; << 306 << 307 &gpu { << 308 status = "okay"; << 309 }; << 310 << 311 /* << 312 * For some reason the speaker amplifier is co << 313 * (MI2S_2_D1) instead of the first (MI2S_2_D0 << 314 * device tree, otherwise audio will seemingly << 315 * but the speaker stays silent. << 316 * << 317 * When routing audio via QDSP6 (the default) << 318 * the definitions from &q6afedai are used. Wh << 319 * be alternatively routed directly to the LPA << 320 * The definitions for &lpass are here for com << 321 * setup with minor changes to the DT (either << 322 */ << 323 &lpass { << 324 dai-link@3 { << 325 reg = <MI2S_QUATERNARY>; << 326 qcom,playback-sd-lines = <1>; << 327 }; 233 }; 328 }; 234 }; 329 235 330 &mdss { !! 236 &blsp1_uart2 { 331 status = "okay"; 237 status = "okay"; 332 }; 238 }; 333 239 334 &mdss_dsi0 { !! 240 &dsi0 { 335 pinctrl-names = "default", "sleep"; 241 pinctrl-names = "default", "sleep"; 336 pinctrl-0 = <&mdss_default>; 242 pinctrl-0 = <&mdss_default>; 337 pinctrl-1 = <&mdss_sleep>; 243 pinctrl-1 = <&mdss_sleep>; 338 }; 244 }; 339 245 340 &mpss_mem { !! 246 &mdss { 341 reg = <0x0 0x86800000 0x0 0x5400000>; !! 247 status = "okay"; 342 }; 248 }; 343 249 344 &pm8916_resin { 250 &pm8916_resin { 345 status = "okay"; 251 status = "okay"; 346 linux,code = <KEY_VOLUMEDOWN>; 252 linux,code = <KEY_VOLUMEDOWN>; 347 }; 253 }; 348 254 349 &pm8916_rpm_regulators { !! 255 &pronto { 350 pm8916_l17: l17 { << 351 regulator-min-microvolt = <285 << 352 regulator-max-microvolt = <285 << 353 }; << 354 }; << 355 << 356 &q6afedai { << 357 dai@22 { << 358 reg = <QUATERNARY_MI2S_RX>; << 359 qcom,sd-lines = <1>; << 360 }; << 361 }; << 362 << 363 &sdhc_1 { << 364 status = "okay"; 256 status = "okay"; 365 }; 257 }; 366 258 367 &sdhc_2 { !! 259 &sdhc_1 { 368 status = "okay"; 260 status = "okay"; 369 261 370 pinctrl-names = "default", "sleep"; 262 pinctrl-names = "default", "sleep"; 371 pinctrl-0 = <&sdc2_default &sdc2_cd_de !! 263 pinctrl-0 = <&sdc1_clk_on &sdc1_cmd_on &sdc1_data_on>; 372 pinctrl-1 = <&sdc2_sleep &sdc2_cd_defa !! 264 pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off>; 373 << 374 cd-gpios = <&tlmm 38 GPIO_ACTIVE_LOW>; << 375 }; 265 }; 376 266 377 &sound { !! 267 &sdhc_2 { 378 model = "samsung-a2015"; !! 268 status = "okay"; 379 audio-routing = << 380 "AMIC1", "MIC BIAS External1", << 381 "AMIC2", "MIC BIAS Internal2", << 382 "AMIC3", "MIC BIAS External1"; << 383 269 384 pinctrl-0 = <&cdc_pdm_default &sec_mi2 << 385 pinctrl-1 = <&cdc_pdm_sleep &sec_mi2s_ << 386 pinctrl-names = "default", "sleep"; 270 pinctrl-names = "default", "sleep"; >> 271 pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on &sdc2_cd_on>; >> 272 pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off &sdc2_cd_off>; 387 273 388 sound_link_backend2: backend2-dai-link !! 274 cd-gpios = <&msmgpio 38 GPIO_ACTIVE_LOW>; 389 link-name = "Quaternary MI2S"; << 390 << 391 cpu { << 392 sound-dai = <&q6afedai << 393 }; << 394 platform { << 395 sound-dai = <&q6routin << 396 }; << 397 codec { << 398 sound-dai = <&speaker_ << 399 }; << 400 }; << 401 }; 275 }; 402 276 403 &usb { 277 &usb { 404 status = "okay"; 278 status = "okay"; 405 extcon = <&muic>, <&muic>; 279 extcon = <&muic>, <&muic>; 406 }; 280 }; 407 281 408 &usb_hs_phy { 282 &usb_hs_phy { 409 extcon = <&muic>; 283 extcon = <&muic>; 410 }; 284 }; 411 285 412 &venus { !! 286 &smd_rpm_regulators { 413 status = "okay"; !! 287 vdd_l1_l2_l3-supply = <&pm8916_s3>; 414 }; !! 288 vdd_l4_l5_l6-supply = <&pm8916_s4>; >> 289 vdd_l7-supply = <&pm8916_s4>; 415 290 416 &venus_mem { !! 291 s3 { 417 status = "okay"; !! 292 regulator-min-microvolt = <1200000>; >> 293 regulator-max-microvolt = <1300000>; >> 294 }; >> 295 >> 296 s4 { >> 297 regulator-min-microvolt = <1800000>; >> 298 regulator-max-microvolt = <2100000>; >> 299 }; >> 300 >> 301 l1 { >> 302 regulator-min-microvolt = <1225000>; >> 303 regulator-max-microvolt = <1225000>; >> 304 }; >> 305 >> 306 l2 { >> 307 regulator-min-microvolt = <1200000>; >> 308 regulator-max-microvolt = <1200000>; >> 309 }; >> 310 >> 311 l4 { >> 312 regulator-min-microvolt = <2050000>; >> 313 regulator-max-microvolt = <2050000>; >> 314 }; >> 315 >> 316 l5 { >> 317 regulator-min-microvolt = <1800000>; >> 318 regulator-max-microvolt = <1800000>; >> 319 }; >> 320 >> 321 l6 { >> 322 regulator-min-microvolt = <1800000>; >> 323 regulator-max-microvolt = <1800000>; >> 324 }; >> 325 >> 326 l7 { >> 327 regulator-min-microvolt = <1800000>; >> 328 regulator-max-microvolt = <1800000>; >> 329 }; >> 330 >> 331 l8 { >> 332 regulator-min-microvolt = <2850000>; >> 333 regulator-max-microvolt = <2900000>; >> 334 }; >> 335 >> 336 l9 { >> 337 regulator-min-microvolt = <3300000>; >> 338 regulator-max-microvolt = <3300000>; >> 339 }; >> 340 >> 341 l10 { >> 342 regulator-min-microvolt = <2700000>; >> 343 regulator-max-microvolt = <2800000>; >> 344 }; >> 345 >> 346 l11 { >> 347 regulator-min-microvolt = <1800000>; >> 348 regulator-max-microvolt = <2950000>; >> 349 regulator-allow-set-load; >> 350 regulator-system-load = <200000>; >> 351 }; >> 352 >> 353 l12 { >> 354 regulator-min-microvolt = <1800000>; >> 355 regulator-max-microvolt = <2950000>; >> 356 }; >> 357 >> 358 l13 { >> 359 regulator-min-microvolt = <3075000>; >> 360 regulator-max-microvolt = <3075000>; >> 361 }; >> 362 >> 363 l14 { >> 364 regulator-min-microvolt = <1800000>; >> 365 regulator-max-microvolt = <3300000>; >> 366 }; >> 367 >> 368 l15 { >> 369 regulator-min-microvolt = <1800000>; >> 370 regulator-max-microvolt = <3300000>; >> 371 }; >> 372 >> 373 l16 { >> 374 regulator-min-microvolt = <1800000>; >> 375 regulator-max-microvolt = <3300000>; >> 376 }; >> 377 >> 378 l17 { >> 379 regulator-min-microvolt = <2850000>; >> 380 regulator-max-microvolt = <2850000>; >> 381 }; >> 382 >> 383 l18 { >> 384 regulator-min-microvolt = <2700000>; >> 385 regulator-max-microvolt = <2700000>; >> 386 }; 418 }; 387 }; 419 388 420 &tlmm { !! 389 &msmgpio { 421 accel_int_default: accel-int-default-s 390 accel_int_default: accel-int-default-state { 422 pins = "gpio115"; 391 pins = "gpio115"; 423 function = "gpio"; 392 function = "gpio"; 424 393 425 drive-strength = <2>; 394 drive-strength = <2>; 426 bias-disable; 395 bias-disable; 427 }; 396 }; 428 397 429 fg_alert_default: fg-alert-default-sta 398 fg_alert_default: fg-alert-default-state { 430 pins = "gpio121"; 399 pins = "gpio121"; 431 function = "gpio"; 400 function = "gpio"; 432 401 433 drive-strength = <2>; 402 drive-strength = <2>; 434 bias-disable; 403 bias-disable; 435 }; 404 }; 436 405 437 gpio_keys_default: gpio-keys-default-s 406 gpio_keys_default: gpio-keys-default-state { 438 pins = "gpio107", "gpio109"; 407 pins = "gpio107", "gpio109"; 439 function = "gpio"; 408 function = "gpio"; 440 409 441 drive-strength = <2>; 410 drive-strength = <2>; 442 bias-pull-up; 411 bias-pull-up; 443 }; 412 }; 444 413 445 gpio_hall_sensor_default: gpio-hall-se 414 gpio_hall_sensor_default: gpio-hall-sensor-default-state { 446 pins = "gpio52"; 415 pins = "gpio52"; 447 function = "gpio"; 416 function = "gpio"; 448 417 449 drive-strength = <2>; 418 drive-strength = <2>; 450 bias-disable; 419 bias-disable; 451 }; 420 }; 452 421 453 mdss_default: mdss-default-state { 422 mdss_default: mdss-default-state { 454 pins = "gpio25"; 423 pins = "gpio25"; 455 function = "gpio"; 424 function = "gpio"; 456 425 457 drive-strength = <8>; 426 drive-strength = <8>; 458 bias-disable; 427 bias-disable; 459 }; 428 }; 460 mdss_sleep: mdss-sleep-state { 429 mdss_sleep: mdss-sleep-state { 461 pins = "gpio25"; 430 pins = "gpio25"; 462 function = "gpio"; 431 function = "gpio"; 463 432 464 drive-strength = <2>; 433 drive-strength = <2>; 465 bias-pull-down; 434 bias-pull-down; 466 }; 435 }; 467 436 468 motor_en_default: motor-en-default-sta !! 437 motor_en_default: motor-en-default-stae { 469 pins = "gpio76"; 438 pins = "gpio76"; 470 function = "gpio"; 439 function = "gpio"; 471 440 472 drive-strength = <2>; 441 drive-strength = <2>; 473 bias-disable; 442 bias-disable; 474 }; 443 }; 475 444 476 motor_pwm_default: motor-pwm-default-s 445 motor_pwm_default: motor-pwm-default-state { 477 pins = "gpio50"; 446 pins = "gpio50"; 478 function = "gcc_gp2_clk_a"; 447 function = "gcc_gp2_clk_a"; 479 }; 448 }; 480 449 481 muic_i2c_default: muic-i2c-default-sta 450 muic_i2c_default: muic-i2c-default-state { 482 pins = "gpio105", "gpio106"; 451 pins = "gpio105", "gpio106"; 483 function = "gpio"; 452 function = "gpio"; 484 453 485 drive-strength = <2>; 454 drive-strength = <2>; 486 bias-disable; 455 bias-disable; 487 }; 456 }; 488 457 489 muic_int_default: muic-int-default-sta 458 muic_int_default: muic-int-default-state { 490 pins = "gpio12"; 459 pins = "gpio12"; 491 function = "gpio"; 460 function = "gpio"; 492 461 493 drive-strength = <2>; 462 drive-strength = <2>; 494 bias-disable; 463 bias-disable; 495 }; 464 }; 496 465 497 nfc_default: nfc-default-state { 466 nfc_default: nfc-default-state { 498 nfc-pins { 467 nfc-pins { 499 pins = "gpio20", "gpio 468 pins = "gpio20", "gpio49"; 500 function = "gpio"; 469 function = "gpio"; 501 470 502 drive-strength = <2>; 471 drive-strength = <2>; 503 bias-disable; 472 bias-disable; 504 }; 473 }; 505 474 506 irq-pins { 475 irq-pins { 507 pins = "gpio21"; 476 pins = "gpio21"; 508 function = "gpio"; 477 function = "gpio"; 509 478 510 drive-strength = <2>; 479 drive-strength = <2>; 511 bias-pull-down; 480 bias-pull-down; 512 }; 481 }; 513 }; 482 }; 514 483 515 nfc_i2c_default: nfc-i2c-default-state 484 nfc_i2c_default: nfc-i2c-default-state { 516 pins = "gpio0", "gpio1"; 485 pins = "gpio0", "gpio1"; 517 function = "gpio"; 486 function = "gpio"; 518 487 519 drive-strength = <2>; << 520 bias-disable; << 521 }; << 522 << 523 pmic_int_default: pmic-int-default-sta << 524 pins = "gpio62"; << 525 function = "gpio"; << 526 drive-strength = <2>; << 527 bias-disable; << 528 }; << 529 << 530 sdc2_cd_default: sdc2-cd-default-state << 531 pins = "gpio38"; << 532 function = "gpio"; << 533 drive-strength = <2>; 488 drive-strength = <2>; 534 bias-disable; 489 bias-disable; 535 }; 490 }; 536 491 537 tkey_default: tkey-default-state { 492 tkey_default: tkey-default-state { 538 pins = "gpio98"; 493 pins = "gpio98"; 539 function = "gpio"; 494 function = "gpio"; 540 495 541 drive-strength = <2>; 496 drive-strength = <2>; 542 bias-disable; 497 bias-disable; 543 }; 498 }; 544 499 545 tkey_i2c_default: tkey-i2c-default-sta 500 tkey_i2c_default: tkey-i2c-default-state { 546 pins = "gpio16", "gpio17"; 501 pins = "gpio16", "gpio17"; 547 function = "gpio"; 502 function = "gpio"; 548 503 549 drive-strength = <2>; 504 drive-strength = <2>; 550 bias-disable; 505 bias-disable; 551 }; 506 }; 552 507 553 tsp_en_default: tsp-en-default-state { 508 tsp_en_default: tsp-en-default-state { 554 pins = "gpio73"; 509 pins = "gpio73"; 555 function = "gpio"; 510 function = "gpio"; 556 511 557 drive-strength = <2>; 512 drive-strength = <2>; 558 bias-disable; 513 bias-disable; 559 }; 514 }; 560 515 561 ts_int_default: ts-int-default-state { 516 ts_int_default: ts-int-default-state { 562 pins = "gpio13"; 517 pins = "gpio13"; 563 function = "gpio"; 518 function = "gpio"; 564 519 565 drive-strength = <2>; 520 drive-strength = <2>; 566 bias-disable; 521 bias-disable; 567 }; 522 }; 568 }; 523 }; 569 524 570 &pm8916_gpios { 525 &pm8916_gpios { 571 nfc_clk_req: nfc-clk-req-state { 526 nfc_clk_req: nfc-clk-req-state { 572 pins = "gpio2"; 527 pins = "gpio2"; 573 function = "func1"; 528 function = "func1"; 574 529 575 input-enable; 530 input-enable; 576 bias-disable; 531 bias-disable; 577 power-source = <PM8916_GPIO_L2 532 power-source = <PM8916_GPIO_L2>; 578 }; 533 }; 579 }; 534 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.