18bab661aSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 28bab661aSEmmanuel Vadot%YAML 1.2 38bab661aSEmmanuel Vadot--- 48bab661aSEmmanuel Vadot$id: http://devicetree.org/schemas/pinctrl/qcom,msm8960-pinctrl.yaml# 58bab661aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 68bab661aSEmmanuel Vadot 78bab661aSEmmanuel Vadottitle: Qualcomm MSM8960 TLMM pin controller 88bab661aSEmmanuel Vadot 98bab661aSEmmanuel Vadotmaintainers: 108bab661aSEmmanuel Vadot - Bjorn Andersson <andersson@kernel.org> 118bab661aSEmmanuel Vadot - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 128bab661aSEmmanuel Vadot 138bab661aSEmmanuel Vadotdescription: 148bab661aSEmmanuel Vadot Top Level Mode Multiplexer pin controller in Qualcomm MSM8960 SoC. 158bab661aSEmmanuel Vadot 168bab661aSEmmanuel Vadotproperties: 178bab661aSEmmanuel Vadot compatible: 188bab661aSEmmanuel Vadot const: qcom,msm8960-pinctrl 198bab661aSEmmanuel Vadot 208bab661aSEmmanuel Vadot reg: 218bab661aSEmmanuel Vadot maxItems: 1 228bab661aSEmmanuel Vadot 23cb7aa33aSEmmanuel Vadot interrupts: 24cb7aa33aSEmmanuel Vadot maxItems: 1 25cb7aa33aSEmmanuel Vadot 268bab661aSEmmanuel Vadot gpio-reserved-ranges: 278bab661aSEmmanuel Vadot minItems: 1 288bab661aSEmmanuel Vadot maxItems: 76 298bab661aSEmmanuel Vadot 308bab661aSEmmanuel Vadot gpio-line-names: 318bab661aSEmmanuel Vadot maxItems: 152 328bab661aSEmmanuel Vadot 338bab661aSEmmanuel VadotpatternProperties: 348bab661aSEmmanuel Vadot "-state$": 358bab661aSEmmanuel Vadot oneOf: 368bab661aSEmmanuel Vadot - $ref: "#/$defs/qcom-msm8960-tlmm-state" 378bab661aSEmmanuel Vadot - patternProperties: 388bab661aSEmmanuel Vadot "-pins$": 398bab661aSEmmanuel Vadot $ref: "#/$defs/qcom-msm8960-tlmm-state" 408bab661aSEmmanuel Vadot additionalProperties: false 418bab661aSEmmanuel Vadot 428bab661aSEmmanuel Vadot$defs: 438bab661aSEmmanuel Vadot qcom-msm8960-tlmm-state: 448bab661aSEmmanuel Vadot type: object 458bab661aSEmmanuel Vadot description: 468bab661aSEmmanuel Vadot Pinctrl node's client devices use subnodes for desired pin configuration. 478bab661aSEmmanuel Vadot Client device subnodes use below standard properties. 488bab661aSEmmanuel Vadot $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state 49fac71e4eSEmmanuel Vadot unevaluatedProperties: false 508bab661aSEmmanuel Vadot 518bab661aSEmmanuel Vadot properties: 528bab661aSEmmanuel Vadot pins: 538bab661aSEmmanuel Vadot description: 548bab661aSEmmanuel Vadot List of gpio pins affected by the properties specified in this 558bab661aSEmmanuel Vadot subnode. 568bab661aSEmmanuel Vadot items: 578bab661aSEmmanuel Vadot oneOf: 588bab661aSEmmanuel Vadot - pattern: "^gpio([0-9]|[1-9][0-9]|1[0-4][0-9]|15[0-1])$" 598bab661aSEmmanuel Vadot - enum: [ sdc1_clk, sdc1_cmd, sdc1_data, sdc3_clk, sdc3_cmd, 608bab661aSEmmanuel Vadot sdc3_data ] 618bab661aSEmmanuel Vadot minItems: 1 628bab661aSEmmanuel Vadot maxItems: 36 638bab661aSEmmanuel Vadot 648bab661aSEmmanuel Vadot function: 658bab661aSEmmanuel Vadot description: 668bab661aSEmmanuel Vadot Specify the alternative function to be configured for the specified 678bab661aSEmmanuel Vadot pins. 688bab661aSEmmanuel Vadot 698bab661aSEmmanuel Vadot enum: [ gpio, audio_pcm, bt, cam_mclk0, cam_mclk1, cam_mclk2, 708bab661aSEmmanuel Vadot codec_mic_i2s, codec_spkr_i2s, ext_gps, fm, gps_blanking, 718bab661aSEmmanuel Vadot gps_pps_in, gps_pps_out, gp_clk_0a, gp_clk_0b, gp_clk_1a, 728bab661aSEmmanuel Vadot gp_clk_1b, gp_clk_2a, gp_clk_2b, gp_mn, gp_pdm_0a, gp_pdm_0b, 738bab661aSEmmanuel Vadot gp_pdm_1a, gp_pdm_1b, gp_pdm_2a, gp_pdm_2b, gsbi1, 748bab661aSEmmanuel Vadot gsbi1_spi_cs1_n, gsbi1_spi_cs2a_n, gsbi1_spi_cs2b_n, 758bab661aSEmmanuel Vadot gsbi1_spi_cs3_n, gsbi2, gsbi2_spi_cs1_n, gsbi2_spi_cs2_n, 768bab661aSEmmanuel Vadot gsbi2_spi_cs3_n, gsbi3, gsbi4, gsbi4_3d_cam_i2c_l, 778bab661aSEmmanuel Vadot gsbi4_3d_cam_i2c_r, gsbi5, gsbi5_3d_cam_i2c_l, 788bab661aSEmmanuel Vadot gsbi5_3d_cam_i2c_r, gsbi6, gsbi7, gsbi8, gsbi9, gsbi10, gsbi11, 798bab661aSEmmanuel Vadot gsbi11_spi_cs1a_n, gsbi11_spi_cs1b_n, gsbi11_spi_cs2a_n, 808bab661aSEmmanuel Vadot gsbi11_spi_cs2b_n, gsbi11_spi_cs3_n, gsbi12, hdmi_cec, 818bab661aSEmmanuel Vadot hdmi_ddc_clock, hdmi_ddc_data, hdmi_hot_plug_detect, hsic, 828bab661aSEmmanuel Vadot mdp_vsync, mi2s, mic_i2s, pmb_clk, pmb_ext_ctrl, ps_hold, 838bab661aSEmmanuel Vadot rpm_wdog, sdc2, sdc4, sdc5, slimbus1, slimbus2, spkr_i2s, 848bab661aSEmmanuel Vadot ssbi1, ssbi2, ssbi_ext_gps, ssbi_pmic2, ssbi_qpa1, ssbi_ts, 858bab661aSEmmanuel Vadot tsif1, tsif2, ts_eoc, usb_fs1, usb_fs1_oe, usb_fs1_oe_n, 868bab661aSEmmanuel Vadot usb_fs2, usb_fs2_oe, usb_fs2_oe_n, vfe_camif_timer1_a, 878bab661aSEmmanuel Vadot vfe_camif_timer1_b, vfe_camif_timer2, vfe_camif_timer3_a, 888bab661aSEmmanuel Vadot vfe_camif_timer3_b, vfe_camif_timer4_a, vfe_camif_timer4_b, 898bab661aSEmmanuel Vadot vfe_camif_timer4_c, vfe_camif_timer5_a, vfe_camif_timer5_b, 908bab661aSEmmanuel Vadot vfe_camif_timer6_a, vfe_camif_timer6_b, vfe_camif_timer6_c, 918bab661aSEmmanuel Vadot vfe_camif_timer7_a, vfe_camif_timer7_b, vfe_camif_timer7_c, 928bab661aSEmmanuel Vadot wlan ] 938bab661aSEmmanuel Vadot 948bab661aSEmmanuel Vadot required: 958bab661aSEmmanuel Vadot - pins 968bab661aSEmmanuel Vadot 978bab661aSEmmanuel VadotallOf: 988bab661aSEmmanuel Vadot - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# 998bab661aSEmmanuel Vadot 1008bab661aSEmmanuel Vadotrequired: 1018bab661aSEmmanuel Vadot - compatible 1028bab661aSEmmanuel Vadot - reg 1038bab661aSEmmanuel Vadot 104*8d13bc63SEmmanuel VadotunevaluatedProperties: false 1058bab661aSEmmanuel Vadot 1068bab661aSEmmanuel Vadotexamples: 1078bab661aSEmmanuel Vadot - | 1088bab661aSEmmanuel Vadot #include <dt-bindings/interrupt-controller/arm-gic.h> 1098bab661aSEmmanuel Vadot 1108bab661aSEmmanuel Vadot msmgpio: pinctrl@800000 { 1118bab661aSEmmanuel Vadot compatible = "qcom,msm8960-pinctrl"; 1128bab661aSEmmanuel Vadot reg = <0x800000 0x4000>; 1138bab661aSEmmanuel Vadot #gpio-cells = <2>; 1148bab661aSEmmanuel Vadot gpio-controller; 1158bab661aSEmmanuel Vadot gpio-ranges = <&msmgpio 0 0 152>; 1168bab661aSEmmanuel Vadot interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>; 1178bab661aSEmmanuel Vadot interrupt-controller; 1188bab661aSEmmanuel Vadot #interrupt-cells = <2>; 1198bab661aSEmmanuel Vadot 1208bab661aSEmmanuel Vadot spi1-default-state { 1218bab661aSEmmanuel Vadot mosi-pins { 1228bab661aSEmmanuel Vadot pins = "gpio6"; 1238bab661aSEmmanuel Vadot function = "gsbi1"; 1248bab661aSEmmanuel Vadot drive-strength = <12>; 1258bab661aSEmmanuel Vadot bias-disable; 1268bab661aSEmmanuel Vadot }; 1278bab661aSEmmanuel Vadot 1288bab661aSEmmanuel Vadot miso-pins { 1298bab661aSEmmanuel Vadot pins = "gpio7"; 1308bab661aSEmmanuel Vadot function = "gsbi1"; 1318bab661aSEmmanuel Vadot drive-strength = <12>; 1328bab661aSEmmanuel Vadot bias-disable; 1338bab661aSEmmanuel Vadot }; 1348bab661aSEmmanuel Vadot 1358bab661aSEmmanuel Vadot cs-pins { 1368bab661aSEmmanuel Vadot pins = "gpio8"; 1378bab661aSEmmanuel Vadot function = "gpio"; 1388bab661aSEmmanuel Vadot drive-strength = <12>; 1398bab661aSEmmanuel Vadot bias-disable; 1408bab661aSEmmanuel Vadot output-low; 1418bab661aSEmmanuel Vadot }; 1428bab661aSEmmanuel Vadot 1438bab661aSEmmanuel Vadot clk-pins { 1448bab661aSEmmanuel Vadot pins = "gpio9"; 1458bab661aSEmmanuel Vadot function = "gsbi1"; 1468bab661aSEmmanuel Vadot drive-strength = <12>; 1478bab661aSEmmanuel Vadot bias-disable; 1488bab661aSEmmanuel Vadot }; 1498bab661aSEmmanuel Vadot }; 1508bab661aSEmmanuel Vadot }; 151