18c2ecf20Sopenharmony_ciQualcomm APQ8084 TLMM block
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThis binding describes the Top Level Mode Multiplexer block found in the
48c2ecf20Sopenharmony_ciMSM8960 platform.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci- compatible:
78c2ecf20Sopenharmony_ci	Usage: required
88c2ecf20Sopenharmony_ci	Value type: <string>
98c2ecf20Sopenharmony_ci	Definition: must be "qcom,apq8084-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.  Valid pins are:
858c2ecf20Sopenharmony_ci		    gpio0-gpio146,
868c2ecf20Sopenharmony_ci		    sdc1_clk,
878c2ecf20Sopenharmony_ci		    sdc1_cmd,
888c2ecf20Sopenharmony_ci		    sdc1_data
898c2ecf20Sopenharmony_ci		    sdc2_clk,
908c2ecf20Sopenharmony_ci		    sdc2_cmd,
918c2ecf20Sopenharmony_ci		    sdc2_data
928c2ecf20Sopenharmony_ci
938c2ecf20Sopenharmony_ci- function:
948c2ecf20Sopenharmony_ci	Usage: required
958c2ecf20Sopenharmony_ci	Value type: <string>
968c2ecf20Sopenharmony_ci	Definition: Specify the alternative function to be configured for the
978c2ecf20Sopenharmony_ci		    specified pins. Functions are only valid for gpio pins.
988c2ecf20Sopenharmony_ci		    Valid values are:
998c2ecf20Sopenharmony_ci		    adsp_ext, audio_ref, blsp_i2c1, blsp_i2c2, blsp_i2c3,
1008c2ecf20Sopenharmony_ci		    blsp_i2c4, blsp_i2c5, blsp_i2c6, blsp_i2c7, blsp_i2c8,
1018c2ecf20Sopenharmony_ci		    blsp_i2c9, blsp_i2c10, blsp_i2c11, blsp_i2c12,
1028c2ecf20Sopenharmony_ci		    blsp_spi1, blsp_spi2, blsp_spi3, blsp_spi4, blsp_spi5,
1038c2ecf20Sopenharmony_ci		    blsp_spi6, blsp_spi7, blsp_spi8, blsp_spi9, blsp_spi10,
1048c2ecf20Sopenharmony_ci		    blsp_spi11, blsp_spi12, blsp_uart1, blsp_uart2, blsp_uart3,
1058c2ecf20Sopenharmony_ci		    blsp_uart4, blsp_uart5, blsp_uart6, blsp_uart7, blsp_uart8,
1068c2ecf20Sopenharmony_ci		    blsp_uart9, blsp_uart10, blsp_uart11, blsp_uart12,
1078c2ecf20Sopenharmony_ci		    blsp_uim1, blsp_uim2, blsp_uim3, blsp_uim4, blsp_uim5,
1088c2ecf20Sopenharmony_ci		    blsp_uim6, blsp_uim7, blsp_uim8, blsp_uim9, blsp_uim10,
1098c2ecf20Sopenharmony_ci		    blsp_uim11, blsp_uim12, cam_mclk0, cam_mclk1, cam_mclk2,
1108c2ecf20Sopenharmony_ci		    cam_mclk3, cci_async, cci_async_in0, cci_i2c0, cci_i2c1,
1118c2ecf20Sopenharmony_ci		    cci_timer0, cci_timer1, cci_timer2, cci_timer3, cci_timer4,
1128c2ecf20Sopenharmony_ci		    edp_hpd, gcc_gp1, gcc_gp2, gcc_gp3, gcc_obt, gcc_vtt,i
1138c2ecf20Sopenharmony_ci		    gp_mn, gp_pdm0, gp_pdm1, gp_pdm2, gp0_clk, gp1_clk, gpio,
1148c2ecf20Sopenharmony_ci		    hdmi_cec, hdmi_ddc, hdmi_dtest, hdmi_hpd, hdmi_rcv, hsic,
1158c2ecf20Sopenharmony_ci		    ldo_en, ldo_update, mdp_vsync, pci_e0, pci_e0_n, pci_e0_rst,
1168c2ecf20Sopenharmony_ci		    pci_e1, pci_e1_rst, pci_e1_rst_n, pci_e1_clkreq_n, pri_mi2s,
1178c2ecf20Sopenharmony_ci		    qua_mi2s, sata_act, sata_devsleep, sata_devsleep_n,
1188c2ecf20Sopenharmony_ci		    sd_write, sdc_emmc_mode, sdc3, sdc4, sec_mi2s, slimbus,
1198c2ecf20Sopenharmony_ci		    spdif_tx, spkr_i2s, spkr_i2s_ws, spss_geni, ter_mi2s, tsif1,
1208c2ecf20Sopenharmony_ci		    tsif2, uim, uim_batt_alarm
1218c2ecf20Sopenharmony_ci
1228c2ecf20Sopenharmony_ci- bias-disable:
1238c2ecf20Sopenharmony_ci	Usage: optional
1248c2ecf20Sopenharmony_ci	Value type: <none>
1258c2ecf20Sopenharmony_ci	Definition: The specified pins should be configured as no pull.
1268c2ecf20Sopenharmony_ci
1278c2ecf20Sopenharmony_ci- bias-pull-down:
1288c2ecf20Sopenharmony_ci	Usage: optional
1298c2ecf20Sopenharmony_ci	Value type: <none>
1308c2ecf20Sopenharmony_ci	Definition: The specified pins should be configured as pull down.
1318c2ecf20Sopenharmony_ci
1328c2ecf20Sopenharmony_ci- bias-pull-up:
1338c2ecf20Sopenharmony_ci	Usage: optional
1348c2ecf20Sopenharmony_ci	Value type: <none>
1358c2ecf20Sopenharmony_ci	Definition: The specified pins should be configured as pull up.
1368c2ecf20Sopenharmony_ci
1378c2ecf20Sopenharmony_ci- output-high:
1388c2ecf20Sopenharmony_ci	Usage: optional
1398c2ecf20Sopenharmony_ci	Value type: <none>
1408c2ecf20Sopenharmony_ci	Definition: The specified pins are configured in output mode, driven
1418c2ecf20Sopenharmony_ci		    high.
1428c2ecf20Sopenharmony_ci		    Not valid for sdc pins.
1438c2ecf20Sopenharmony_ci
1448c2ecf20Sopenharmony_ci- output-low:
1458c2ecf20Sopenharmony_ci	Usage: optional
1468c2ecf20Sopenharmony_ci	Value type: <none>
1478c2ecf20Sopenharmony_ci	Definition: The specified pins are configured in output mode, driven
1488c2ecf20Sopenharmony_ci		    low.
1498c2ecf20Sopenharmony_ci		    Not valid for sdc pins.
1508c2ecf20Sopenharmony_ci
1518c2ecf20Sopenharmony_ci- drive-strength:
1528c2ecf20Sopenharmony_ci	Usage: optional
1538c2ecf20Sopenharmony_ci	Value type: <u32>
1548c2ecf20Sopenharmony_ci	Definition: Selects the drive strength for the specified pins, in mA.
1558c2ecf20Sopenharmony_ci		    Valid values are: 2, 4, 6, 8, 10, 12, 14 and 16
1568c2ecf20Sopenharmony_ci
1578c2ecf20Sopenharmony_ciExample:
1588c2ecf20Sopenharmony_ci
1598c2ecf20Sopenharmony_ci	tlmm: pinctrl@fd510000 {
1608c2ecf20Sopenharmony_ci		compatible = "qcom,apq8084-pinctrl";
1618c2ecf20Sopenharmony_ci		reg = <0xfd510000 0x4000>;
1628c2ecf20Sopenharmony_ci
1638c2ecf20Sopenharmony_ci		gpio-controller;
1648c2ecf20Sopenharmony_ci		#gpio-cells = <2>;
1658c2ecf20Sopenharmony_ci		gpio-ranges = <&tlmm 0 0 147>;
1668c2ecf20Sopenharmony_ci		interrupt-controller;
1678c2ecf20Sopenharmony_ci		#interrupt-cells = <2>;
1688c2ecf20Sopenharmony_ci		interrupts = <0 208 0>;
1698c2ecf20Sopenharmony_ci
1708c2ecf20Sopenharmony_ci		uart2: uart2-default {
1718c2ecf20Sopenharmony_ci			mux {
1728c2ecf20Sopenharmony_ci				pins = "gpio4", "gpio5";
1738c2ecf20Sopenharmony_ci				function = "blsp_uart2";
1748c2ecf20Sopenharmony_ci			};
1758c2ecf20Sopenharmony_ci
1768c2ecf20Sopenharmony_ci			tx {
1778c2ecf20Sopenharmony_ci				pins = "gpio4";
1788c2ecf20Sopenharmony_ci				drive-strength = <4>;
1798c2ecf20Sopenharmony_ci				bias-disable;
1808c2ecf20Sopenharmony_ci			};
1818c2ecf20Sopenharmony_ci
1828c2ecf20Sopenharmony_ci			rx {
1838c2ecf20Sopenharmony_ci				pins = "gpio5";
1848c2ecf20Sopenharmony_ci				drive-strength = <2>;
1858c2ecf20Sopenharmony_ci				bias-pull-up;
1868c2ecf20Sopenharmony_ci			};
1878c2ecf20Sopenharmony_ci		};
1888c2ecf20Sopenharmony_ci	};
189