xref: /freebsd/sys/contrib/device-tree/Bindings/pinctrl/nvidia,tegra30-pinmux.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotNVIDIA Tegra30 pinmux controller
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotThe Tegra30 pinctrl binding is very similar to the Tegra20 pinctrl binding,
4*c66ec88fSEmmanuel Vadotas described in nvidia,tegra20-pinmux.txt. In fact, this document assumes
5*c66ec88fSEmmanuel Vadotthat binding as a baseline, and only documents the differences between the
6*c66ec88fSEmmanuel Vadottwo bindings.
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotRequired properties:
9*c66ec88fSEmmanuel Vadot- compatible: "nvidia,tegra30-pinmux"
10*c66ec88fSEmmanuel Vadot- reg: Should contain the register physical address and length for each of
11*c66ec88fSEmmanuel Vadot  the pad control and mux registers.
12*c66ec88fSEmmanuel Vadot
13*c66ec88fSEmmanuel VadotTegra30 adds the following optional properties for pin configuration subnodes:
14*c66ec88fSEmmanuel Vadot- nvidia,enable-input: Integer. Enable the pin's input path. 0: no, 1: yes.
15*c66ec88fSEmmanuel Vadot- nvidia,open-drain: Integer. Enable open drain mode. 0: no, 1: yes.
16*c66ec88fSEmmanuel Vadot- nvidia,lock: Integer. Lock the pin configuration against further changes
17*c66ec88fSEmmanuel Vadot    until reset. 0: no, 1: yes.
18*c66ec88fSEmmanuel Vadot- nvidia,io-reset: Integer. Reset the IO path. 0: no, 1: yes.
19*c66ec88fSEmmanuel Vadot
20*c66ec88fSEmmanuel VadotAs with Tegra20, see the Tegra TRM for complete details regarding which groups
21*c66ec88fSEmmanuel Vadotsupport which functionality.
22*c66ec88fSEmmanuel Vadot
23*c66ec88fSEmmanuel VadotValid values for pin and group names are:
24*c66ec88fSEmmanuel Vadot
25*c66ec88fSEmmanuel Vadot  per-pin mux groups:
26*c66ec88fSEmmanuel Vadot
27*c66ec88fSEmmanuel Vadot    These all support nvidia,function, nvidia,tristate, nvidia,pull,
28*c66ec88fSEmmanuel Vadot    nvidia,enable-input, nvidia,lock. Some support nvidia,open-drain,
29*c66ec88fSEmmanuel Vadot    nvidia,io-reset.
30*c66ec88fSEmmanuel Vadot
31*c66ec88fSEmmanuel Vadot    clk_32k_out_pa0, uart3_cts_n_pa1, dap2_fs_pa2, dap2_sclk_pa3,
32*c66ec88fSEmmanuel Vadot    dap2_din_pa4, dap2_dout_pa5, sdmmc3_clk_pa6, sdmmc3_cmd_pa7, gmi_a17_pb0,
33*c66ec88fSEmmanuel Vadot    gmi_a18_pb1, lcd_pwr0_pb2, lcd_pclk_pb3, sdmmc3_dat3_pb4, sdmmc3_dat2_pb5,
34*c66ec88fSEmmanuel Vadot    sdmmc3_dat1_pb6, sdmmc3_dat0_pb7, uart3_rts_n_pc0, lcd_pwr1_pc1,
35*c66ec88fSEmmanuel Vadot    uart2_txd_pc2, uart2_rxd_pc3, gen1_i2c_scl_pc4, gen1_i2c_sda_pc5,
36*c66ec88fSEmmanuel Vadot    lcd_pwr2_pc6, gmi_wp_n_pc7, sdmmc3_dat5_pd0, sdmmc3_dat4_pd1, lcd_dc1_pd2,
37*c66ec88fSEmmanuel Vadot    sdmmc3_dat6_pd3, sdmmc3_dat7_pd4, vi_d1_pd5, vi_vsync_pd6, vi_hsync_pd7,
38*c66ec88fSEmmanuel Vadot    lcd_d0_pe0, lcd_d1_pe1, lcd_d2_pe2, lcd_d3_pe3, lcd_d4_pe4, lcd_d5_pe5,
39*c66ec88fSEmmanuel Vadot    lcd_d6_pe6, lcd_d7_pe7, lcd_d8_pf0, lcd_d9_pf1, lcd_d10_pf2, lcd_d11_pf3,
40*c66ec88fSEmmanuel Vadot    lcd_d12_pf4, lcd_d13_pf5, lcd_d14_pf6, lcd_d15_pf7, gmi_ad0_pg0,
41*c66ec88fSEmmanuel Vadot    gmi_ad1_pg1, gmi_ad2_pg2, gmi_ad3_pg3, gmi_ad4_pg4, gmi_ad5_pg5,
42*c66ec88fSEmmanuel Vadot    gmi_ad6_pg6, gmi_ad7_pg7, gmi_ad8_ph0, gmi_ad9_ph1, gmi_ad10_ph2,
43*c66ec88fSEmmanuel Vadot    gmi_ad11_ph3, gmi_ad12_ph4, gmi_ad13_ph5, gmi_ad14_ph6, gmi_ad15_ph7,
44*c66ec88fSEmmanuel Vadot    gmi_wr_n_pi0, gmi_oe_n_pi1, gmi_dqs_pi2, gmi_cs6_n_pi3, gmi_rst_n_pi4,
45*c66ec88fSEmmanuel Vadot    gmi_iordy_pi5, gmi_cs7_n_pi6, gmi_wait_pi7, gmi_cs0_n_pj0, lcd_de_pj1,
46*c66ec88fSEmmanuel Vadot    gmi_cs1_n_pj2, lcd_hsync_pj3, lcd_vsync_pj4, uart2_cts_n_pj5,
47*c66ec88fSEmmanuel Vadot    uart2_rts_n_pj6, gmi_a16_pj7, gmi_adv_n_pk0, gmi_clk_pk1, gmi_cs4_n_pk2,
48*c66ec88fSEmmanuel Vadot    gmi_cs2_n_pk3, gmi_cs3_n_pk4, spdif_out_pk5, spdif_in_pk6, gmi_a19_pk7,
49*c66ec88fSEmmanuel Vadot    vi_d2_pl0, vi_d3_pl1, vi_d4_pl2, vi_d5_pl3, vi_d6_pl4, vi_d7_pl5,
50*c66ec88fSEmmanuel Vadot    vi_d8_pl6, vi_d9_pl7, lcd_d16_pm0, lcd_d17_pm1, lcd_d18_pm2, lcd_d19_pm3,
51*c66ec88fSEmmanuel Vadot    lcd_d20_pm4, lcd_d21_pm5, lcd_d22_pm6, lcd_d23_pm7, dap1_fs_pn0,
52*c66ec88fSEmmanuel Vadot    dap1_din_pn1, dap1_dout_pn2, dap1_sclk_pn3, lcd_cs0_n_pn4, lcd_sdout_pn5,
53*c66ec88fSEmmanuel Vadot    lcd_dc0_pn6, hdmi_int_pn7, ulpi_data7_po0, ulpi_data0_po1, ulpi_data1_po2,
54*c66ec88fSEmmanuel Vadot    ulpi_data2_po3, ulpi_data3_po4, ulpi_data4_po5, ulpi_data5_po6,
55*c66ec88fSEmmanuel Vadot    ulpi_data6_po7, dap3_fs_pp0, dap3_din_pp1, dap3_dout_pp2, dap3_sclk_pp3,
56*c66ec88fSEmmanuel Vadot    dap4_fs_pp4, dap4_din_pp5, dap4_dout_pp6, dap4_sclk_pp7, kb_col0_pq0,
57*c66ec88fSEmmanuel Vadot    kb_col1_pq1, kb_col2_pq2, kb_col3_pq3, kb_col4_pq4, kb_col5_pq5,
58*c66ec88fSEmmanuel Vadot    kb_col6_pq6, kb_col7_pq7, kb_row0_pr0, kb_row1_pr1, kb_row2_pr2,
59*c66ec88fSEmmanuel Vadot    kb_row3_pr3, kb_row4_pr4, kb_row5_pr5, kb_row6_pr6, kb_row7_pr7,
60*c66ec88fSEmmanuel Vadot    kb_row8_ps0, kb_row9_ps1, kb_row10_ps2, kb_row11_ps3, kb_row12_ps4,
61*c66ec88fSEmmanuel Vadot    kb_row13_ps5, kb_row14_ps6, kb_row15_ps7, vi_pclk_pt0, vi_mclk_pt1,
62*c66ec88fSEmmanuel Vadot    vi_d10_pt2, vi_d11_pt3, vi_d0_pt4, gen2_i2c_scl_pt5, gen2_i2c_sda_pt6,
63*c66ec88fSEmmanuel Vadot    sdmmc4_cmd_pt7, pu0, pu1, pu2, pu3, pu4, pu5, pu6, jtag_rtck_pu7, pv0,
64*c66ec88fSEmmanuel Vadot    pv1, pv2, pv3, ddc_scl_pv4, ddc_sda_pv5, crt_hsync_pv6, crt_vsync_pv7,
65*c66ec88fSEmmanuel Vadot    lcd_cs1_n_pw0, lcd_m1_pw1, spi2_cs1_n_pw2, spi2_cs2_n_pw3, clk1_out_pw4,
66*c66ec88fSEmmanuel Vadot    clk2_out_pw5, uart3_txd_pw6, uart3_rxd_pw7, spi2_mosi_px0, spi2_miso_px1,
67*c66ec88fSEmmanuel Vadot    spi2_sck_px2, spi2_cs0_n_px3, spi1_mosi_px4, spi1_sck_px5, spi1_cs0_n_px6,
68*c66ec88fSEmmanuel Vadot    spi1_miso_px7, ulpi_clk_py0, ulpi_dir_py1, ulpi_nxt_py2, ulpi_stp_py3,
69*c66ec88fSEmmanuel Vadot    sdmmc1_dat3_py4, sdmmc1_dat2_py5, sdmmc1_dat1_py6, sdmmc1_dat0_py7,
70*c66ec88fSEmmanuel Vadot    sdmmc1_clk_pz0, sdmmc1_cmd_pz1, lcd_sdin_pz2, lcd_wr_n_pz3, lcd_sck_pz4,
71*c66ec88fSEmmanuel Vadot    sys_clk_req_pz5, pwr_i2c_scl_pz6, pwr_i2c_sda_pz7, sdmmc4_dat0_paa0,
72*c66ec88fSEmmanuel Vadot    sdmmc4_dat1_paa1, sdmmc4_dat2_paa2, sdmmc4_dat3_paa3, sdmmc4_dat4_paa4,
73*c66ec88fSEmmanuel Vadot    sdmmc4_dat5_paa5, sdmmc4_dat6_paa6, sdmmc4_dat7_paa7, pbb0,
74*c66ec88fSEmmanuel Vadot    cam_i2c_scl_pbb1, cam_i2c_sda_pbb2, pbb3, pbb4, pbb5, pbb6, pbb7,
75*c66ec88fSEmmanuel Vadot    cam_mclk_pcc0, pcc1, pcc2, sdmmc4_rst_n_pcc3, sdmmc4_clk_pcc4,
76*c66ec88fSEmmanuel Vadot    clk2_req_pcc5, pex_l2_rst_n_pcc6, pex_l2_clkreq_n_pcc7,
77*c66ec88fSEmmanuel Vadot    pex_l0_prsnt_n_pdd0, pex_l0_rst_n_pdd1, pex_l0_clkreq_n_pdd2,
78*c66ec88fSEmmanuel Vadot    pex_wake_n_pdd3, pex_l1_prsnt_n_pdd4, pex_l1_rst_n_pdd5,
79*c66ec88fSEmmanuel Vadot    pex_l1_clkreq_n_pdd6, pex_l2_prsnt_n_pdd7, clk3_out_pee0, clk3_req_pee1,
80*c66ec88fSEmmanuel Vadot    clk1_req_pee2, hdmi_cec_pee3, clk_32k_in, core_pwr_req, cpu_pwr_req, owr,
81*c66ec88fSEmmanuel Vadot    pwr_int_n.
82*c66ec88fSEmmanuel Vadot
83*c66ec88fSEmmanuel Vadot  drive groups:
84*c66ec88fSEmmanuel Vadot
85*c66ec88fSEmmanuel Vadot    These all support nvidia,pull-down-strength, nvidia,pull-up-strength,
86*c66ec88fSEmmanuel Vadot    nvidia,slew-rate-rising, nvidia,slew-rate-falling. Most but not all
87*c66ec88fSEmmanuel Vadot    support nvidia,high-speed-mode, nvidia,schmitt, nvidia,low-power-mode.
88*c66ec88fSEmmanuel Vadot
89*c66ec88fSEmmanuel Vadot    ao1, ao2, at1, at2, at3, at4, at5, cdev1, cdev2, cec, crt, csus, dap1,
90*c66ec88fSEmmanuel Vadot    dap2, dap3, dap4, dbg, ddc, dev3, gma, gmb, gmc, gmd, gme, gmf, gmg,
91*c66ec88fSEmmanuel Vadot    gmh, gpv, lcd1, lcd2, owr, sdio1, sdio2, sdio3, spi, uaa, uab, uart2,
92*c66ec88fSEmmanuel Vadot    uart3, uda, vi1.
93*c66ec88fSEmmanuel Vadot
94*c66ec88fSEmmanuel VadotValid values for nvidia,functions are:
95*c66ec88fSEmmanuel Vadot
96*c66ec88fSEmmanuel Vadot  blink, cec, clk_12m_out, clk_32k_in, core_pwr_req, cpu_pwr_req, crt,
97*c66ec88fSEmmanuel Vadot  dap, ddr, dev3, displaya, displayb, dtv, extperiph1, extperiph2,
98*c66ec88fSEmmanuel Vadot  extperiph3, gmi, gmi_alt, hda, hdcp, hdmi, hsi, i2c1, i2c2, i2c3,
99*c66ec88fSEmmanuel Vadot  i2c4, i2cpwr, i2s0, i2s1, i2s2, i2s3, i2s4, invalid, kbc, mio, nand,
100*c66ec88fSEmmanuel Vadot  nand_alt, owr, pcie, pwm0, pwm1, pwm2, pwm3, pwr_int_n, rsvd1, rsvd2,
101*c66ec88fSEmmanuel Vadot  rsvd3, rsvd4, rtck, sata, sdmmc1, sdmmc2, sdmmc3, sdmmc4, spdif, spi1,
102*c66ec88fSEmmanuel Vadot  spi2, spi2_alt, spi3, spi4, spi5, spi6, sysclk, test, trace, uarta,
103*c66ec88fSEmmanuel Vadot  uartb, uartc, uartd, uarte, ulpi, vgp1, vgp2, vgp3, vgp4, vgp5, vgp6,
104*c66ec88fSEmmanuel Vadot  vi, vi_alt1, vi_alt2, vi_alt3
105*c66ec88fSEmmanuel Vadot
106*c66ec88fSEmmanuel VadotExample:
107*c66ec88fSEmmanuel Vadot
108*c66ec88fSEmmanuel Vadot	pinctrl@70000000 {
109*c66ec88fSEmmanuel Vadot		compatible = "nvidia,tegra30-pinmux";
110*c66ec88fSEmmanuel Vadot		reg = < 0x70000868 0xd0     /* Pad control registers */
111*c66ec88fSEmmanuel Vadot			0x70003000 0x3e0 >; /* Mux registers */
112*c66ec88fSEmmanuel Vadot	};
113*c66ec88fSEmmanuel Vadot
114*c66ec88fSEmmanuel VadotExample board file extract:
115*c66ec88fSEmmanuel Vadot
116*c66ec88fSEmmanuel Vadot	pinctrl@70000000 {
117*c66ec88fSEmmanuel Vadot		sdmmc4_default: pinmux {
118*c66ec88fSEmmanuel Vadot			sdmmc4_clk_pcc4 {
119*c66ec88fSEmmanuel Vadot				nvidia,pins =	"sdmmc4_clk_pcc4",
120*c66ec88fSEmmanuel Vadot						"sdmmc4_rst_n_pcc3";
121*c66ec88fSEmmanuel Vadot				nvidia,function = "sdmmc4";
122*c66ec88fSEmmanuel Vadot				nvidia,pull = <0>;
123*c66ec88fSEmmanuel Vadot				nvidia,tristate = <0>;
124*c66ec88fSEmmanuel Vadot			};
125*c66ec88fSEmmanuel Vadot			sdmmc4_dat0_paa0 {
126*c66ec88fSEmmanuel Vadot				nvidia,pins =	"sdmmc4_dat0_paa0",
127*c66ec88fSEmmanuel Vadot						"sdmmc4_dat1_paa1",
128*c66ec88fSEmmanuel Vadot						"sdmmc4_dat2_paa2",
129*c66ec88fSEmmanuel Vadot						"sdmmc4_dat3_paa3",
130*c66ec88fSEmmanuel Vadot						"sdmmc4_dat4_paa4",
131*c66ec88fSEmmanuel Vadot						"sdmmc4_dat5_paa5",
132*c66ec88fSEmmanuel Vadot						"sdmmc4_dat6_paa6",
133*c66ec88fSEmmanuel Vadot						"sdmmc4_dat7_paa7";
134*c66ec88fSEmmanuel Vadot				nvidia,function = "sdmmc4";
135*c66ec88fSEmmanuel Vadot				nvidia,pull = <2>;
136*c66ec88fSEmmanuel Vadot				nvidia,tristate = <0>;
137*c66ec88fSEmmanuel Vadot			};
138*c66ec88fSEmmanuel Vadot		};
139*c66ec88fSEmmanuel Vadot	};
140*c66ec88fSEmmanuel Vadot
141*c66ec88fSEmmanuel Vadot	sdhci@78000400 {
142*c66ec88fSEmmanuel Vadot		pinctrl-names = "default";
143*c66ec88fSEmmanuel Vadot		pinctrl-0 = <&sdmmc4_default>;
144*c66ec88fSEmmanuel Vadot	};
145