18c2ecf20Sopenharmony_ciQualcomm MSM8998 TLMM block 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciThis binding describes the Top Level Mode Multiplexer block found in the 48c2ecf20Sopenharmony_ciMSM8998 platform. 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci- compatible: 78c2ecf20Sopenharmony_ci Usage: required 88c2ecf20Sopenharmony_ci Value type: <string> 98c2ecf20Sopenharmony_ci Definition: must be "qcom,msm8998-pinctrl" 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci- reg: 128c2ecf20Sopenharmony_ci Usage: required 138c2ecf20Sopenharmony_ci Value type: <prop-encoded-array> 148c2ecf20Sopenharmony_ci Definition: the base address and size of the TLMM register space. 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci- interrupts: 178c2ecf20Sopenharmony_ci Usage: required 188c2ecf20Sopenharmony_ci Value type: <prop-encoded-array> 198c2ecf20Sopenharmony_ci Definition: should specify the TLMM summary IRQ. 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci- interrupt-controller: 228c2ecf20Sopenharmony_ci Usage: required 238c2ecf20Sopenharmony_ci Value type: <none> 248c2ecf20Sopenharmony_ci Definition: identifies this node as an interrupt controller 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ci- #interrupt-cells: 278c2ecf20Sopenharmony_ci Usage: required 288c2ecf20Sopenharmony_ci Value type: <u32> 298c2ecf20Sopenharmony_ci Definition: must be 2. Specifying the pin number and flags, as defined 308c2ecf20Sopenharmony_ci in <dt-bindings/interrupt-controller/irq.h> 318c2ecf20Sopenharmony_ci 328c2ecf20Sopenharmony_ci- gpio-controller: 338c2ecf20Sopenharmony_ci Usage: required 348c2ecf20Sopenharmony_ci Value type: <none> 358c2ecf20Sopenharmony_ci Definition: identifies this node as a gpio controller 368c2ecf20Sopenharmony_ci 378c2ecf20Sopenharmony_ci- #gpio-cells: 388c2ecf20Sopenharmony_ci Usage: required 398c2ecf20Sopenharmony_ci Value type: <u32> 408c2ecf20Sopenharmony_ci Definition: must be 2. Specifying the pin number and flags, as defined 418c2ecf20Sopenharmony_ci in <dt-bindings/gpio/gpio.h> 428c2ecf20Sopenharmony_ci 438c2ecf20Sopenharmony_ci- gpio-ranges: 448c2ecf20Sopenharmony_ci Usage: required 458c2ecf20Sopenharmony_ci Definition: see ../gpio/gpio.txt 468c2ecf20Sopenharmony_ci 478c2ecf20Sopenharmony_ci- gpio-reserved-ranges: 488c2ecf20Sopenharmony_ci Usage: optional 498c2ecf20Sopenharmony_ci Definition: see ../gpio/gpio.txt 508c2ecf20Sopenharmony_ci 518c2ecf20Sopenharmony_ciPlease refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for 528c2ecf20Sopenharmony_cia general description of GPIO and interrupt bindings. 538c2ecf20Sopenharmony_ci 548c2ecf20Sopenharmony_ciPlease refer to pinctrl-bindings.txt in this directory for details of the 558c2ecf20Sopenharmony_cicommon pinctrl bindings used by client devices, including the meaning of the 568c2ecf20Sopenharmony_ciphrase "pin configuration node". 578c2ecf20Sopenharmony_ci 588c2ecf20Sopenharmony_ciThe pin configuration nodes act as a container for an arbitrary number of 598c2ecf20Sopenharmony_cisubnodes. Each of these subnodes represents some desired configuration for a 608c2ecf20Sopenharmony_cipin, a group, or a list of pins or groups. This configuration can include the 618c2ecf20Sopenharmony_cimux function to select on those pin(s)/group(s), and various pin configuration 628c2ecf20Sopenharmony_ciparameters, such as pull-up, drive strength, etc. 638c2ecf20Sopenharmony_ci 648c2ecf20Sopenharmony_ci 658c2ecf20Sopenharmony_ciPIN CONFIGURATION NODES: 668c2ecf20Sopenharmony_ci 678c2ecf20Sopenharmony_ciThe name of each subnode is not important; all subnodes should be enumerated 688c2ecf20Sopenharmony_ciand processed purely based on their content. 698c2ecf20Sopenharmony_ci 708c2ecf20Sopenharmony_ciEach subnode only affects those parameters that are explicitly listed. In 718c2ecf20Sopenharmony_ciother words, a subnode that lists a mux function but no pin configuration 728c2ecf20Sopenharmony_ciparameters implies no information about any pin configuration parameters. 738c2ecf20Sopenharmony_ciSimilarly, a pin subnode that describes a pullup parameter implies no 748c2ecf20Sopenharmony_ciinformation about e.g. the mux function. 758c2ecf20Sopenharmony_ci 768c2ecf20Sopenharmony_ci 778c2ecf20Sopenharmony_ciThe following generic properties as defined in pinctrl-bindings.txt are valid 788c2ecf20Sopenharmony_cito specify in a pin configuration subnode: 798c2ecf20Sopenharmony_ci 808c2ecf20Sopenharmony_ci- pins: 818c2ecf20Sopenharmony_ci Usage: required 828c2ecf20Sopenharmony_ci Value type: <string-array> 838c2ecf20Sopenharmony_ci Definition: List of gpio pins affected by the properties specified in 848c2ecf20Sopenharmony_ci this subnode. 858c2ecf20Sopenharmony_ci 868c2ecf20Sopenharmony_ci Valid pins are: 878c2ecf20Sopenharmony_ci gpio0-gpio149 888c2ecf20Sopenharmony_ci Supports mux, bias and drive-strength 898c2ecf20Sopenharmony_ci 908c2ecf20Sopenharmony_ci sdc2_clk, sdc2_cmd, sdc2_data 918c2ecf20Sopenharmony_ci Supports bias and drive-strength 928c2ecf20Sopenharmony_ci 938c2ecf20Sopenharmony_ci ufs_reset 948c2ecf20Sopenharmony_ci Supports bias and drive-strength 958c2ecf20Sopenharmony_ci 968c2ecf20Sopenharmony_ci- function: 978c2ecf20Sopenharmony_ci Usage: required 988c2ecf20Sopenharmony_ci Value type: <string> 998c2ecf20Sopenharmony_ci Definition: Specify the alternative function to be configured for the 1008c2ecf20Sopenharmony_ci specified pins. Functions are only valid for gpio pins. 1018c2ecf20Sopenharmony_ci Valid values are: 1028c2ecf20Sopenharmony_ci 1038c2ecf20Sopenharmony_ci gpio, adsp_ext, agera_pll, atest_char, atest_gpsadc0, 1048c2ecf20Sopenharmony_ci atest_gpsadc1, atest_tsens, atest_tsens2, atest_usb1, 1058c2ecf20Sopenharmony_ci atest_usb10, atest_usb11, atest_usb12, atest_usb13, 1068c2ecf20Sopenharmony_ci audio_ref, bimc_dte0, bimc_dte1, blsp10_spi, blsp10_spi_a, 1078c2ecf20Sopenharmony_ci blsp10_spi_b, blsp11_i2c, blsp1_spi, blsp1_spi_a, 1088c2ecf20Sopenharmony_ci blsp1_spi_b, blsp2_spi, blsp9_spi, blsp_i2c1, blsp_i2c2, 1098c2ecf20Sopenharmony_ci blsp_i2c3, blsp_i2c4, blsp_i2c5, blsp_i2c6, blsp_i2c7, 1108c2ecf20Sopenharmony_ci blsp_i2c8, blsp_i2c9, blsp_i2c10, blsp_i2c11, blsp_i2c12, 1118c2ecf20Sopenharmony_ci blsp_spi1, blsp_spi2, blsp_spi3, blsp_spi4, blsp_spi5, 1128c2ecf20Sopenharmony_ci blsp_spi6, blsp_spi7, blsp_spi8, blsp_spi9, blsp_spi10, 1138c2ecf20Sopenharmony_ci blsp_spi11, blsp_spi12, blsp_uart1_a, blsp_uart1_b, 1148c2ecf20Sopenharmony_ci blsp_uart2_a, blsp_uart2_b, blsp_uart3_a, blsp_uart3_b, 1158c2ecf20Sopenharmony_ci blsp_uart7_a, blsp_uart7_b, blsp_uart8, blsp_uart8_a, 1168c2ecf20Sopenharmony_ci blsp_uart8_b, blsp_uart9_a, blsp_uart9_b, blsp_uim1_a, 1178c2ecf20Sopenharmony_ci blsp_uim1_b, blsp_uim2_a, blsp_uim2_b, blsp_uim3_a, 1188c2ecf20Sopenharmony_ci blsp_uim3_b, blsp_uim7_a, blsp_uim7_b, blsp_uim8_a, 1198c2ecf20Sopenharmony_ci blsp_uim8_b, blsp_uim9_a, blsp_uim9_b, bt_reset, 1208c2ecf20Sopenharmony_ci btfm_slimbus, cam_mclk, cci_async, cci_i2c, cci_timer0, 1218c2ecf20Sopenharmony_ci cci_timer1, cci_timer2, cci_timer3, cci_timer4, cri_trng, 1228c2ecf20Sopenharmony_ci cri_trng0, cri_trng1, dbg_out, ddr_bist, edp_hot, edp_lcd, 1238c2ecf20Sopenharmony_ci gcc_gp1_a, gcc_gp1_b, gcc_gp2_a, gcc_gp2_b, gcc_gp3_a, 1248c2ecf20Sopenharmony_ci gcc_gp3_b, hdmi_cec, hdmi_ddc, hdmi_hot, hdmi_rcv, 1258c2ecf20Sopenharmony_ci isense_dbg, jitter_bist, ldo_en, ldo_update, lpass_slimbus, 1268c2ecf20Sopenharmony_ci m_voc, mdp_vsync, mdp_vsync0, mdp_vsync1, mdp_vsync2, 1278c2ecf20Sopenharmony_ci mdp_vsync3, mdp_vsync_a, mdp_vsync_b, modem_tsync, mss_lte, 1288c2ecf20Sopenharmony_ci nav_dr, nav_pps, pa_indicator, pci_e0, phase_flag, 1298c2ecf20Sopenharmony_ci pll_bypassnl, pll_reset, pri_mi2s, pri_mi2s_ws, prng_rosc, 1308c2ecf20Sopenharmony_ci pwr_crypto, pwr_modem, pwr_nav, qdss_cti0_a, qdss_cti0_b, 1318c2ecf20Sopenharmony_ci qdss_cti1_a, qdss_cti1_b, qdss, qlink_enable, 1328c2ecf20Sopenharmony_ci qlink_request, qua_mi2s, sd_card, sd_write, sdc40, sdc41, 1338c2ecf20Sopenharmony_ci sdc42, sdc43, sdc4_clk, sdc4_cmd, sec_mi2s, sp_cmu, 1348c2ecf20Sopenharmony_ci spkr_i2s, ssbi1, ssc_irq, ter_mi2s, tgu_ch0, tgu_ch1, 1358c2ecf20Sopenharmony_ci tsense_pwm1, tsense_pwm2, tsif0, tsif1, 1368c2ecf20Sopenharmony_ci uim1_clk, uim1_data, uim1_present, 1378c2ecf20Sopenharmony_ci uim1_reset, uim2_clk, uim2_data, uim2_present, uim2_reset, 1388c2ecf20Sopenharmony_ci uim_batt, usb_phy, vfr_1, vsense_clkout, vsense_data0, 1398c2ecf20Sopenharmony_ci vsense_data1, vsense_mode, wlan1_adc0, wlan1_adc1, 1408c2ecf20Sopenharmony_ci wlan2_adc0, wlan2_adc1, 1418c2ecf20Sopenharmony_ci 1428c2ecf20Sopenharmony_ci- bias-disable: 1438c2ecf20Sopenharmony_ci Usage: optional 1448c2ecf20Sopenharmony_ci Value type: <none> 1458c2ecf20Sopenharmony_ci Definition: The specified pins should be configured as no pull. 1468c2ecf20Sopenharmony_ci 1478c2ecf20Sopenharmony_ci- bias-pull-down: 1488c2ecf20Sopenharmony_ci Usage: optional 1498c2ecf20Sopenharmony_ci Value type: <none> 1508c2ecf20Sopenharmony_ci Definition: The specified pins should be configured as pull down. 1518c2ecf20Sopenharmony_ci 1528c2ecf20Sopenharmony_ci- bias-pull-up: 1538c2ecf20Sopenharmony_ci Usage: optional 1548c2ecf20Sopenharmony_ci Value type: <none> 1558c2ecf20Sopenharmony_ci Definition: The specified pins should be configured as pull up. 1568c2ecf20Sopenharmony_ci 1578c2ecf20Sopenharmony_ci- output-high: 1588c2ecf20Sopenharmony_ci Usage: optional 1598c2ecf20Sopenharmony_ci Value type: <none> 1608c2ecf20Sopenharmony_ci Definition: The specified pins are configured in output mode, driven 1618c2ecf20Sopenharmony_ci high. 1628c2ecf20Sopenharmony_ci Not valid for sdc pins. 1638c2ecf20Sopenharmony_ci 1648c2ecf20Sopenharmony_ci- output-low: 1658c2ecf20Sopenharmony_ci Usage: optional 1668c2ecf20Sopenharmony_ci Value type: <none> 1678c2ecf20Sopenharmony_ci Definition: The specified pins are configured in output mode, driven 1688c2ecf20Sopenharmony_ci low. 1698c2ecf20Sopenharmony_ci Not valid for sdc pins. 1708c2ecf20Sopenharmony_ci 1718c2ecf20Sopenharmony_ci- drive-strength: 1728c2ecf20Sopenharmony_ci Usage: optional 1738c2ecf20Sopenharmony_ci Value type: <u32> 1748c2ecf20Sopenharmony_ci Definition: Selects the drive strength for the specified pins, in mA. 1758c2ecf20Sopenharmony_ci Valid values are: 2, 4, 6, 8, 10, 12, 14 and 16 1768c2ecf20Sopenharmony_ci 1778c2ecf20Sopenharmony_ciExample: 1788c2ecf20Sopenharmony_ci 1798c2ecf20Sopenharmony_ci tlmm: pinctrl@03400000 { 1808c2ecf20Sopenharmony_ci compatible = "qcom,msm8998-pinctrl"; 1818c2ecf20Sopenharmony_ci reg = <0x03400000 0xc00000>; 1828c2ecf20Sopenharmony_ci interrupts = <0 208 0>; 1838c2ecf20Sopenharmony_ci gpio-controller; 1848c2ecf20Sopenharmony_ci #gpio-cells = <2>; 1858c2ecf20Sopenharmony_ci gpio-ranges = <&tlmm 0 0 175>; 1868c2ecf20Sopenharmony_ci gpio-reserved-ranges = <0 4>, <81 4>; 1878c2ecf20Sopenharmony_ci interrupt-controller; 1888c2ecf20Sopenharmony_ci #interrupt-cells = <2>; 1898c2ecf20Sopenharmony_ci 1908c2ecf20Sopenharmony_ci uart_console_active: uart_console_active { 1918c2ecf20Sopenharmony_ci mux { 1928c2ecf20Sopenharmony_ci pins = "gpio4", "gpio5"; 1938c2ecf20Sopenharmony_ci function = "blsp_uart8_a"; 1948c2ecf20Sopenharmony_ci }; 1958c2ecf20Sopenharmony_ci 1968c2ecf20Sopenharmony_ci config { 1978c2ecf20Sopenharmony_ci pins = "gpio4", "gpio5"; 1988c2ecf20Sopenharmony_ci drive-strength = <2>; 1998c2ecf20Sopenharmony_ci bias-disable; 2008c2ecf20Sopenharmony_ci }; 2018c2ecf20Sopenharmony_ci }; 2028c2ecf20Sopenharmony_ci }; 203