18c2ecf20Sopenharmony_ciNVIDIA Tegra210 pinmux controller 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired properties: 48c2ecf20Sopenharmony_ci- compatible: "nvidia,tegra210-pinmux" 58c2ecf20Sopenharmony_ci- reg: Should contain a list of base address and size pairs for: 68c2ecf20Sopenharmony_ci - first entry: The APB_MISC_GP_*_PADCTRL registers (pad control) 78c2ecf20Sopenharmony_ci - second entry: The PINMUX_AUX_* registers (pinmux) 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciPlease refer to pinctrl-bindings.txt in this directory for details of the 108c2ecf20Sopenharmony_cicommon pinctrl bindings used by client devices, including the meaning of the 118c2ecf20Sopenharmony_ciphrase "pin configuration node". 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciTegra's pin configuration nodes act as a container for an arbitrary number of 148c2ecf20Sopenharmony_cisubnodes. Each of these subnodes represents some desired configuration for a 158c2ecf20Sopenharmony_cipin, a group, or a list of pins or groups. This configuration can include the 168c2ecf20Sopenharmony_cimux function to select on those pin(s)/group(s), and various pin configuration 178c2ecf20Sopenharmony_ciparameters, such as pull-up, tristate, drive strength, etc. 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ciThe name of each subnode is not important; all subnodes should be enumerated 208c2ecf20Sopenharmony_ciand processed purely based on their content. 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ciEach subnode only affects those parameters that are explicitly listed. In 238c2ecf20Sopenharmony_ciother words, a subnode that lists a mux function but no pin configuration 248c2ecf20Sopenharmony_ciparameters implies no information about any pin configuration parameters. 258c2ecf20Sopenharmony_ciSimilarly, a pin subnode that describes a pullup parameter implies no 268c2ecf20Sopenharmony_ciinformation about e.g. the mux function or tristate parameter. For this 278c2ecf20Sopenharmony_cireason, even seemingly boolean values are actually tristates in this binding: 288c2ecf20Sopenharmony_ciunspecified, off, or on. Unspecified is represented as an absent property, 298c2ecf20Sopenharmony_ciand off/on are represented as integer values 0 and 1. 308c2ecf20Sopenharmony_ci 318c2ecf20Sopenharmony_ciSee the TRM to determine which properties and values apply to each pin/group. 328c2ecf20Sopenharmony_ciMacro values for property values are defined in 338c2ecf20Sopenharmony_ciinclude/dt-binding/pinctrl/pinctrl-tegra.h. 348c2ecf20Sopenharmony_ci 358c2ecf20Sopenharmony_ciRequired subnode-properties: 368c2ecf20Sopenharmony_ci- nvidia,pins : An array of strings. Each string contains the name of a pin or 378c2ecf20Sopenharmony_ci group. Valid values for these names are listed below. 388c2ecf20Sopenharmony_ci 398c2ecf20Sopenharmony_ciOptional subnode-properties: 408c2ecf20Sopenharmony_ci- nvidia,function: A string containing the name of the function to mux to the 418c2ecf20Sopenharmony_ci pin or group. 428c2ecf20Sopenharmony_ci- nvidia,pull: Integer, representing the pull-down/up to apply to the pin. 438c2ecf20Sopenharmony_ci 0: none, 1: down, 2: up. 448c2ecf20Sopenharmony_ci- nvidia,tristate: Integer. 458c2ecf20Sopenharmony_ci 0: drive, 1: tristate. 468c2ecf20Sopenharmony_ci- nvidia,enable-input: Integer. Enable the pin's input path. 478c2ecf20Sopenharmony_ci enable :TEGRA_PIN_ENABLE and 488c2ecf20Sopenharmony_ci disable or output only: TEGRA_PIN_DISABLE. 498c2ecf20Sopenharmony_ci- nvidia,open-drain: Integer. 508c2ecf20Sopenharmony_ci enable: TEGRA_PIN_ENABLE. 518c2ecf20Sopenharmony_ci disable: TEGRA_PIN_DISABLE. 528c2ecf20Sopenharmony_ci- nvidia,lock: Integer. Lock the pin configuration against further changes 538c2ecf20Sopenharmony_ci until reset. 548c2ecf20Sopenharmony_ci enable: TEGRA_PIN_ENABLE. 558c2ecf20Sopenharmony_ci disable: TEGRA_PIN_DISABLE. 568c2ecf20Sopenharmony_ci- nvidia,io-hv: Integer. Select high-voltage receivers. 578c2ecf20Sopenharmony_ci normal: TEGRA_PIN_DISABLE 588c2ecf20Sopenharmony_ci high: TEGRA_PIN_ENABLE 598c2ecf20Sopenharmony_ci- nvidia,high-speed-mode: Integer. Enable high speed mode the pins. 608c2ecf20Sopenharmony_ci normal: TEGRA_PIN_DISABLE 618c2ecf20Sopenharmony_ci high: TEGRA_PIN_ENABLE 628c2ecf20Sopenharmony_ci- nvidia,schmitt: Integer. Enables Schmitt Trigger on the input. 638c2ecf20Sopenharmony_ci normal: TEGRA_PIN_DISABLE 648c2ecf20Sopenharmony_ci high: TEGRA_PIN_ENABLE 658c2ecf20Sopenharmony_ci- nvidia,drive-type: Integer. Valid range 0...3. 668c2ecf20Sopenharmony_ci- nvidia,pull-down-strength: Integer. Controls drive strength. 0 is weakest. 678c2ecf20Sopenharmony_ci The range of valid values depends on the pingroup. See "CAL_DRVDN" in the 688c2ecf20Sopenharmony_ci Tegra TRM. 698c2ecf20Sopenharmony_ci- nvidia,pull-up-strength: Integer. Controls drive strength. 0 is weakest. 708c2ecf20Sopenharmony_ci The range of valid values depends on the pingroup. See "CAL_DRVUP" in the 718c2ecf20Sopenharmony_ci Tegra TRM. 728c2ecf20Sopenharmony_ci- nvidia,slew-rate-rising: Integer. Controls rising signal slew rate. 0 is 738c2ecf20Sopenharmony_ci fastest. The range of valid values depends on the pingroup. See 748c2ecf20Sopenharmony_ci "DRVDN_SLWR" in the Tegra TRM. 758c2ecf20Sopenharmony_ci- nvidia,slew-rate-falling: Integer. Controls falling signal slew rate. 0 is 768c2ecf20Sopenharmony_ci fastest. The range of valid values depends on the pingroup. See 778c2ecf20Sopenharmony_ci "DRVUP_SLWF" in the Tegra TRM. 788c2ecf20Sopenharmony_ci 798c2ecf20Sopenharmony_ciValid values for pin and group names (nvidia,pin) are: 808c2ecf20Sopenharmony_ci 818c2ecf20Sopenharmony_ci Mux groups: 828c2ecf20Sopenharmony_ci 838c2ecf20Sopenharmony_ci These correspond to Tegra PINMUX_AUX_* (pinmux) registers. Any property 848c2ecf20Sopenharmony_ci that exists in those registers may be set for the following pin names. 858c2ecf20Sopenharmony_ci 868c2ecf20Sopenharmony_ci In Tegra210, many pins also have a dedicated APB_MISC_GP_*_PADCTRL 878c2ecf20Sopenharmony_ci register. Where that is true, and property that exists in that register 888c2ecf20Sopenharmony_ci may also be set on the following pin names. 898c2ecf20Sopenharmony_ci 908c2ecf20Sopenharmony_ci als_prox_int_px3, ap_ready_pv5, ap_wake_bt_ph3, ap_wake_nfc_ph7, 918c2ecf20Sopenharmony_ci aud_mclk_pbb0, batt_bcl, bt_rst_ph4, bt_wake_ap_ph5, button_home_py1, 928c2ecf20Sopenharmony_ci button_power_on_px5, button_slide_sw_py0, button_vol_down_px7, 938c2ecf20Sopenharmony_ci button_vol_up_px6, cam1_mclk_ps0, cam1_pwdn_ps7, cam1_strobe_pt1, 948c2ecf20Sopenharmony_ci cam2_mclk_ps1, cam2_pwdn_pt0, cam_af_en_ps5, cam_flash_en_ps6, 958c2ecf20Sopenharmony_ci cam_i2c_scl_ps2, cam_i2c_sda_ps3, cam_rst_ps4cam_rst_ps4, clk_32k_in, 968c2ecf20Sopenharmony_ci clk_32k_out_py5, clk_req, core_pwr_req, cpu_pwr_req, dap1_din_pb1, 978c2ecf20Sopenharmony_ci dap1_dout_pb2, dap1_fs_pb0, dap1_sclk_pb3, dap2_din_paa2, dap2_dout_paa3, 988c2ecf20Sopenharmony_ci dap2_fs_paa0, dap2_sclk_paa1, dap4_din_pj5, dap4_dout_pj6, dap4_fs_pj4, 998c2ecf20Sopenharmony_ci dap4_sclk_pj7, dmic1_clk_pe0, dmic1_dat_pe1, dmic2_clk_pe2, dmic2_dat_pe3, 1008c2ecf20Sopenharmony_ci dmic3_clk_pe4, dmic3_dat_pe5, dp_hpd0_pcc6, dvfs_clk_pbb2, dvfs_pwm_pbb1, 1018c2ecf20Sopenharmony_ci gen1_i2c_scl_pj1, gen1_i2c_sda_pj0, gen2_i2c_scl_pj2, gen2_i2c_sda_pj3, 1028c2ecf20Sopenharmony_ci gen3_i2c_scl_pf0, gen3_i2c_sda_pf1, gpio_x1_aud_pbb3, gpio_x3_aud_pbb4, 1038c2ecf20Sopenharmony_ci gps_en_pi2, gps_rst_pi3, hdmi_cec_pcc0, hdmi_int_dp_hpd_pcc1, jtag_rtck, 1048c2ecf20Sopenharmony_ci lcd_bl_en_pv1, lcd_bl_pwm_pv0, lcd_gpio1_pv3, lcd_gpio2_pv4, lcd_rst_pv2, 1058c2ecf20Sopenharmony_ci lcd_te_py2, modem_wake_ap_px0, motion_int_px2, nfc_en_pi0, nfc_int_pi1, 1068c2ecf20Sopenharmony_ci pa6, pcc7, pe6, pe7, pex_l0_clkreq_n_pa1, pex_l0_rst_n_pa0, 1078c2ecf20Sopenharmony_ci pex_l1_clkreq_n_pa4, pex_l1_rst_n_pa3, pex_wake_n_pa2, ph6, pk0, pk1, pk2, 1088c2ecf20Sopenharmony_ci pk3, pk4, pk5, pk6, pk7, pl0, pl1, pwr_i2c_scl_py3, pwr_i2c_sda_py4, 1098c2ecf20Sopenharmony_ci pwr_int_n, pz0, pz1, pz2, pz3, pz4, pz5, qspi_cs_n_pee1, qspi_io0_pee2, 1108c2ecf20Sopenharmony_ci qspi_io1_pee3, qspi_io2_pee4, qspi_io3_pee5, qspi_sck_pee0, 1118c2ecf20Sopenharmony_ci sata_led_active_pa5, sdmmc1_clk_pm0, sdmmc1_cmd_pm1, sdmmc1_dat0_pm5, 1128c2ecf20Sopenharmony_ci sdmmc1_dat1_pm4, sdmmc1_dat2_pm3, sdmmc1_dat3_pm2, sdmmc3_clk_pp0, 1138c2ecf20Sopenharmony_ci sdmmc3_cmd_pp1, sdmmc3_dat0_pp5, sdmmc3_dat1_pp4, sdmmc3_dat2_pp3, 1148c2ecf20Sopenharmony_ci sdmmc3_dat3_pp2, shutdown, spdif_in_pcc3, spdif_out_pcc2, spi1_cs0_pc3, 1158c2ecf20Sopenharmony_ci spi1_cs1_pc4, spi1_miso_pc1, spi1_mosi_pc0, spi1_sck_pc2, spi2_cs0_pb7, 1168c2ecf20Sopenharmony_ci spi2_cs1_pdd0, spi2_miso_pb5, spi2_mosi_pb4, spi2_sck_pb6, spi4_cs0_pc6, 1178c2ecf20Sopenharmony_ci spi4_miso_pd0, spi4_mosi_pc7, spi4_sck_pc5, temp_alert_px4, touch_clk_pv7, 1188c2ecf20Sopenharmony_ci touch_int_px1, touch_rst_pv6, uart1_cts_pu3, uart1_rts_pu2, uart1_rx_pu1, 1198c2ecf20Sopenharmony_ci uart1_tx_pu0, uart2_cts_pg3, uart2_rts_pg2, uart2_rx_pg1, uart2_tx_pg0, 1208c2ecf20Sopenharmony_ci uart3_cts_pd4, uart3_rts_pd3, uart3_rx_pd2, uart3_tx_pd1, uart4_cts_pi7, 1218c2ecf20Sopenharmony_ci uart4_rts_pi6, uart4_rx_pi5, uart4_tx_pi4, usb_vbus_en0_pcc4, 1228c2ecf20Sopenharmony_ci usb_vbus_en1_pcc5, wifi_en_ph0, wifi_rst_ph1, wifi_wake_ap_ph2 1238c2ecf20Sopenharmony_ci 1248c2ecf20Sopenharmony_ci Drive groups: 1258c2ecf20Sopenharmony_ci 1268c2ecf20Sopenharmony_ci These correspond to the Tegra APB_MISC_GP_*_PADCTRL (pad control) 1278c2ecf20Sopenharmony_ci registers. Note that where one of these registers controls a single pin 1288c2ecf20Sopenharmony_ci for which a PINMUX_AUX_* exists, see the list above for the pin name to 1298c2ecf20Sopenharmony_ci use when configuring the pinmux. 1308c2ecf20Sopenharmony_ci 1318c2ecf20Sopenharmony_ci pa6, pcc7, pe6, pe7, ph6, pk0, pk1, pk2, pk3, pk4, pk5, pk6, pk7, pl0, pl1, 1328c2ecf20Sopenharmony_ci pz0, pz1, pz2, pz3, pz4, pz5, sdmmc1, sdmmc2, sdmmc3, sdmmc4 1338c2ecf20Sopenharmony_ci 1348c2ecf20Sopenharmony_ciValid values for nvidia,functions are: 1358c2ecf20Sopenharmony_ci 1368c2ecf20Sopenharmony_ci aud, bcl, blink, ccla, cec, cldvfs, clk, core, cpu, displaya, displayb, 1378c2ecf20Sopenharmony_ci dmic1, dmic2, dmic3, dp, dtv, extperiph3, i2c1, i2c2, i2c3, i2cpmu, i2cvi, 1388c2ecf20Sopenharmony_ci i2s1, i2s2, i2s3, i2s4a, i2s4b, i2s5a, i2s5b, iqc0, iqc1, jtag, pe, pe0, 1398c2ecf20Sopenharmony_ci pe1, pmi, pwm0, pwm1, pwm2, pwm3, qspi, rsvd0, rsvd1, rsvd2, rsvd3, sata, 1408c2ecf20Sopenharmony_ci sdmmc1, sdmmc3, shutdown, soc, sor0, sor1, spdif, spi1, spi2, spi3, spi4, 1418c2ecf20Sopenharmony_ci sys, touch, uart, uarta, uartb, uartc, uartd, usb, vgp1, vgp2, vgp3, vgp4, 1428c2ecf20Sopenharmony_ci vgp5, vgp6, vimclk, vimclk2 1438c2ecf20Sopenharmony_ci 1448c2ecf20Sopenharmony_ciExample: 1458c2ecf20Sopenharmony_ci 1468c2ecf20Sopenharmony_ci pinmux: pinmux@70000800 { 1478c2ecf20Sopenharmony_ci compatible = "nvidia,tegra210-pinmux"; 1488c2ecf20Sopenharmony_ci reg = <0x0 0x700008d4 0x0 0x2a8>, /* Pad control registers */ 1498c2ecf20Sopenharmony_ci <0x0 0x70003000 0x0 0x1000>; /* Mux registers */ 1508c2ecf20Sopenharmony_ci 1518c2ecf20Sopenharmony_ci pinctrl-names = "boot"; 1528c2ecf20Sopenharmony_ci pinctrl-0 = <&state_boot>; 1538c2ecf20Sopenharmony_ci 1548c2ecf20Sopenharmony_ci state_boot: pinmux { 1558c2ecf20Sopenharmony_ci gen1_i2c_scl_pj1 { 1568c2ecf20Sopenharmony_ci nvidia,pins = "gen1_i2c_scl_pj1", 1578c2ecf20Sopenharmony_ci nvidia,function = "i2c1"; 1588c2ecf20Sopenharmony_ci nvidia,pull = <TEGRA_PIN_PULL_NONE>; 1598c2ecf20Sopenharmony_ci nvidia,tristate = <TEGRA_PIN_DISABLE>; 1608c2ecf20Sopenharmony_ci nvidia,enable-input = <TEGRA_PIN_ENABLE>; 1618c2ecf20Sopenharmony_ci nvidia,open-drain = <TEGRA_PIN_ENABLE>; 1628c2ecf20Sopenharmony_ci nvidia,io-hv = <TEGRA_PIN_ENABLE>; 1638c2ecf20Sopenharmony_ci }; 1648c2ecf20Sopenharmony_ci }; 1658c2ecf20Sopenharmony_ci }; 1668c2ecf20Sopenharmony_ci}; 167