1*5def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*5def4c47SEmmanuel Vadot%YAML 1.2 3*5def4c47SEmmanuel Vadot--- 4*5def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/pinctrl/qcom,msm8953-pinctrl.yaml# 5*5def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*5def4c47SEmmanuel Vadot 7*5def4c47SEmmanuel Vadottitle: Qualcomm Technologies, Inc. MSM8953 TLMM block 8*5def4c47SEmmanuel Vadot 9*5def4c47SEmmanuel Vadotmaintainers: 10*5def4c47SEmmanuel Vadot - Bjorn Andersson <bjorn.andersson@linaro.org> 11*5def4c47SEmmanuel Vadot 12*5def4c47SEmmanuel Vadotdescription: | 13*5def4c47SEmmanuel Vadot This binding describes the Top Level Mode Multiplexer block found in the 14*5def4c47SEmmanuel Vadot MSM8953 platform. 15*5def4c47SEmmanuel Vadot 16*5def4c47SEmmanuel Vadotproperties: 17*5def4c47SEmmanuel Vadot compatible: 18*5def4c47SEmmanuel Vadot const: qcom,msm8953-pinctrl 19*5def4c47SEmmanuel Vadot 20*5def4c47SEmmanuel Vadot reg: 21*5def4c47SEmmanuel Vadot maxItems: 1 22*5def4c47SEmmanuel Vadot 23*5def4c47SEmmanuel Vadot interrupts: 24*5def4c47SEmmanuel Vadot description: Specifies the TLMM summary IRQ 25*5def4c47SEmmanuel Vadot maxItems: 1 26*5def4c47SEmmanuel Vadot 27*5def4c47SEmmanuel Vadot interrupt-controller: true 28*5def4c47SEmmanuel Vadot 29*5def4c47SEmmanuel Vadot '#interrupt-cells': 30*5def4c47SEmmanuel Vadot description: 31*5def4c47SEmmanuel Vadot Specifies the PIN numbers and Flags, as defined in defined in 32*5def4c47SEmmanuel Vadot include/dt-bindings/interrupt-controller/irq.h 33*5def4c47SEmmanuel Vadot const: 2 34*5def4c47SEmmanuel Vadot 35*5def4c47SEmmanuel Vadot gpio-controller: true 36*5def4c47SEmmanuel Vadot 37*5def4c47SEmmanuel Vadot '#gpio-cells': 38*5def4c47SEmmanuel Vadot description: Specifying the pin number and flags, as defined in 39*5def4c47SEmmanuel Vadot include/dt-bindings/gpio/gpio.h 40*5def4c47SEmmanuel Vadot const: 2 41*5def4c47SEmmanuel Vadot 42*5def4c47SEmmanuel Vadot gpio-ranges: 43*5def4c47SEmmanuel Vadot maxItems: 1 44*5def4c47SEmmanuel Vadot 45*5def4c47SEmmanuel Vadot#PIN CONFIGURATION NODES 46*5def4c47SEmmanuel VadotpatternProperties: 47*5def4c47SEmmanuel Vadot '-pins$': 48*5def4c47SEmmanuel Vadot type: object 49*5def4c47SEmmanuel Vadot description: 50*5def4c47SEmmanuel Vadot Pinctrl node's client devices use subnodes for desired pin configuration. 51*5def4c47SEmmanuel Vadot Client device subnodes use below standard properties. 52*5def4c47SEmmanuel Vadot $ref: "/schemas/pinctrl/pincfg-node.yaml" 53*5def4c47SEmmanuel Vadot 54*5def4c47SEmmanuel Vadot properties: 55*5def4c47SEmmanuel Vadot pins: 56*5def4c47SEmmanuel Vadot description: 57*5def4c47SEmmanuel Vadot List of gpio pins affected by the properties specified in this 58*5def4c47SEmmanuel Vadot subnode. 59*5def4c47SEmmanuel Vadot items: 60*5def4c47SEmmanuel Vadot oneOf: 61*5def4c47SEmmanuel Vadot - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-7][0-9])$" 62*5def4c47SEmmanuel Vadot - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc1_rclk, sdc2_clk, 63*5def4c47SEmmanuel Vadot sdc2_cmd, sdc2_data, qdsd_clk, qdsd_cmd, qdsd_data0, 64*5def4c47SEmmanuel Vadot qdsd_data1, qdsd_data2, qdsd_data3 ] 65*5def4c47SEmmanuel Vadot minItems: 1 66*5def4c47SEmmanuel Vadot maxItems: 16 67*5def4c47SEmmanuel Vadot 68*5def4c47SEmmanuel Vadot function: 69*5def4c47SEmmanuel Vadot description: 70*5def4c47SEmmanuel Vadot Specify the alternative function to be configured for the specified 71*5def4c47SEmmanuel Vadot pins. 72*5def4c47SEmmanuel Vadot 73*5def4c47SEmmanuel Vadot enum: [ accel_int, adsp_ext, alsp_int, atest_bbrx0, atest_bbrx1, 74*5def4c47SEmmanuel Vadot atest_char, atest_char0, atest_char1, atest_char2, atest_char3, 75*5def4c47SEmmanuel Vadot atest_gpsadc_dtest0_native, atest_gpsadc_dtest1_native, atest_tsens, 76*5def4c47SEmmanuel Vadot atest_wlan0, atest_wlan1, bimc_dte0, bimc_dte1, blsp1_spi, 77*5def4c47SEmmanuel Vadot blsp3_spi, blsp6_spi, blsp7_spi, blsp_i2c1, blsp_i2c2, blsp_i2c3, 78*5def4c47SEmmanuel Vadot blsp_i2c4, blsp_i2c5, blsp_i2c6, blsp_i2c7, blsp_i2c8, blsp_spi1, 79*5def4c47SEmmanuel Vadot blsp_spi2, blsp_spi3, blsp_spi4, blsp_spi5, blsp_spi6, blsp_spi7, 80*5def4c47SEmmanuel Vadot blsp_spi8, blsp_uart2, blsp_uart4, blsp_uart5, blsp_uart6, cam0_ldo, 81*5def4c47SEmmanuel Vadot cam1_ldo, cam1_rst, cam1_standby, cam2_rst, cam2_standby, cam3_rst, 82*5def4c47SEmmanuel Vadot cam3_standby, cam_irq, cam_mclk, cap_int, cci_async, cci_i2c, 83*5def4c47SEmmanuel Vadot cci_timer0, cci_timer1, cci_timer2, cci_timer3, cci_timer4, 84*5def4c47SEmmanuel Vadot cdc_pdm0, codec_int1, codec_int2, codec_reset, cri_trng, cri_trng0, 85*5def4c47SEmmanuel Vadot cri_trng1, dac_calib0, dac_calib1, dac_calib10, dac_calib11, 86*5def4c47SEmmanuel Vadot dac_calib12, dac_calib13, dac_calib14, dac_calib15, dac_calib16, 87*5def4c47SEmmanuel Vadot dac_calib17, dac_calib18, dac_calib19, dac_calib2, dac_calib20, 88*5def4c47SEmmanuel Vadot dac_calib21, dac_calib22, dac_calib23, dac_calib24, dac_calib25, 89*5def4c47SEmmanuel Vadot dac_calib3, dac_calib4, dac_calib5, dac_calib6, dac_calib7, 90*5def4c47SEmmanuel Vadot dac_calib8, dac_calib9, dbg_out, ddr_bist, dmic0_clk, dmic0_data, 91*5def4c47SEmmanuel Vadot ebi_cdc, ebi_ch0, ext_lpass, flash_strobe, fp_int, gcc_gp1_clk_a, 92*5def4c47SEmmanuel Vadot gcc_gp1_clk_b, gcc_gp2_clk_a, gcc_gp2_clk_b, gcc_gp3_clk_a, 93*5def4c47SEmmanuel Vadot gcc_gp3_clk_b, gcc_plltest, gcc_tlmm, gpio, gsm0_tx, gsm1_tx, 94*5def4c47SEmmanuel Vadot gyro_int, hall_int, hdmi_int, key_focus, key_home, key_snapshot, 95*5def4c47SEmmanuel Vadot key_volp, ldo_en, ldo_update, lpass_slimbus, lpass_slimbus0, 96*5def4c47SEmmanuel Vadot lpass_slimbus1, m_voc, mag_int, mdp_vsync, mipi_dsi0, modem_tsync, 97*5def4c47SEmmanuel Vadot mss_lte, nav_pps, nav_pps_in_a, nav_pps_in_b, nav_tsync, 98*5def4c47SEmmanuel Vadot nfc_disable, nfc_dwl, nfc_irq, ois_sync, pa_indicator, pbs0, pbs1, 99*5def4c47SEmmanuel Vadot pbs2, pressure_int, pri_mi2s, pri_mi2s_mclk_a, pri_mi2s_mclk_b, 100*5def4c47SEmmanuel Vadot pri_mi2s_ws, prng_rosc, pwr_crypto_enabled_a, pwr_crypto_enabled_b, 101*5def4c47SEmmanuel Vadot pwr_down, pwr_modem_enabled_a, pwr_modem_enabled_b, 102*5def4c47SEmmanuel Vadot pwr_nav_enabled_a, pwr_nav_enabled_b, qdss_cti_trig_in_a0, 103*5def4c47SEmmanuel Vadot qdss_cti_trig_in_a1, qdss_cti_trig_in_b0, qdss_cti_trig_in_b1, 104*5def4c47SEmmanuel Vadot qdss_cti_trig_out_a0, qdss_cti_trig_out_a1, qdss_cti_trig_out_b0, 105*5def4c47SEmmanuel Vadot qdss_cti_trig_out_b1, qdss_traceclk_a, qdss_traceclk_b, 106*5def4c47SEmmanuel Vadot qdss_tracectl_a, qdss_tracectl_b, qdss_tracedata_a, 107*5def4c47SEmmanuel Vadot qdss_tracedata_b, sd_write, sdcard_det, sec_mi2s, sec_mi2s_mclk_a, 108*5def4c47SEmmanuel Vadot sec_mi2s_mclk_b, smb_int, ss_switch, ssbi_wtr1, ts_resout, 109*5def4c47SEmmanuel Vadot ts_sample, ts_xvdd, tsens_max, uim1_clk, uim1_data, uim1_present, 110*5def4c47SEmmanuel Vadot uim1_reset, uim2_clk, uim2_data, uim2_present, uim2_reset, 111*5def4c47SEmmanuel Vadot uim_batt, us_emitter, us_euro, wcss_bt, wcss_fm, wcss_wlan, 112*5def4c47SEmmanuel Vadot wcss_wlan0, wcss_wlan1, wcss_wlan2, wsa_en, wsa_io, wsa_irq ] 113*5def4c47SEmmanuel Vadot 114*5def4c47SEmmanuel Vadot drive-strength: 115*5def4c47SEmmanuel Vadot enum: [2, 4, 6, 8, 10, 12, 14, 16] 116*5def4c47SEmmanuel Vadot default: 2 117*5def4c47SEmmanuel Vadot description: 118*5def4c47SEmmanuel Vadot Selects the drive strength for the specified pins, in mA. 119*5def4c47SEmmanuel Vadot 120*5def4c47SEmmanuel Vadot bias-pull-down: true 121*5def4c47SEmmanuel Vadot 122*5def4c47SEmmanuel Vadot bias-pull-up: true 123*5def4c47SEmmanuel Vadot 124*5def4c47SEmmanuel Vadot bias-disable: true 125*5def4c47SEmmanuel Vadot 126*5def4c47SEmmanuel Vadot output-high: true 127*5def4c47SEmmanuel Vadot 128*5def4c47SEmmanuel Vadot output-low: true 129*5def4c47SEmmanuel Vadot 130*5def4c47SEmmanuel Vadot required: 131*5def4c47SEmmanuel Vadot - pins 132*5def4c47SEmmanuel Vadot - function 133*5def4c47SEmmanuel Vadot 134*5def4c47SEmmanuel Vadot additionalProperties: false 135*5def4c47SEmmanuel Vadot 136*5def4c47SEmmanuel Vadotrequired: 137*5def4c47SEmmanuel Vadot - compatible 138*5def4c47SEmmanuel Vadot - reg 139*5def4c47SEmmanuel Vadot - interrupts 140*5def4c47SEmmanuel Vadot - interrupt-controller 141*5def4c47SEmmanuel Vadot - '#interrupt-cells' 142*5def4c47SEmmanuel Vadot - gpio-controller 143*5def4c47SEmmanuel Vadot - '#gpio-cells' 144*5def4c47SEmmanuel Vadot - gpio-ranges 145*5def4c47SEmmanuel Vadot 146*5def4c47SEmmanuel VadotadditionalProperties: false 147*5def4c47SEmmanuel Vadot 148*5def4c47SEmmanuel Vadotexamples: 149*5def4c47SEmmanuel Vadot - | 150*5def4c47SEmmanuel Vadot #include <dt-bindings/interrupt-controller/arm-gic.h> 151*5def4c47SEmmanuel Vadot tlmm: pinctrl@1000000 { 152*5def4c47SEmmanuel Vadot compatible = "qcom,msm8953-pinctrl"; 153*5def4c47SEmmanuel Vadot reg = <0x01000000 0x300000>; 154*5def4c47SEmmanuel Vadot interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; 155*5def4c47SEmmanuel Vadot interrupt-controller; 156*5def4c47SEmmanuel Vadot #interrupt-cells = <2>; 157*5def4c47SEmmanuel Vadot gpio-controller; 158*5def4c47SEmmanuel Vadot #gpio-cells = <2>; 159*5def4c47SEmmanuel Vadot gpio-ranges = <&tlmm 0 0 142>; 160*5def4c47SEmmanuel Vadot 161*5def4c47SEmmanuel Vadot serial_default: serial-pins { 162*5def4c47SEmmanuel Vadot pins = "gpio4", "gpio5"; 163*5def4c47SEmmanuel Vadot function = "blsp_uart2"; 164*5def4c47SEmmanuel Vadot drive-strength = <2>; 165*5def4c47SEmmanuel Vadot bias-disable; 166*5def4c47SEmmanuel Vadot }; 167*5def4c47SEmmanuel Vadot }; 168