xref: /freebsd/sys/contrib/device-tree/Bindings/pinctrl/nvidia,tegra114-pinmux.yaml (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1*8bab661aSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*8bab661aSEmmanuel Vadot%YAML 1.2
3*8bab661aSEmmanuel Vadot---
4*8bab661aSEmmanuel Vadot$id: http://devicetree.org/schemas/pinctrl/nvidia,tegra114-pinmux.yaml#
5*8bab661aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*8bab661aSEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: NVIDIA Tegra114 pinmux Controller
8*8bab661aSEmmanuel Vadot
9*8bab661aSEmmanuel Vadotmaintainers:
10*8bab661aSEmmanuel Vadot  - Thierry Reding <thierry.reding@gmail.com>
11*8bab661aSEmmanuel Vadot  - Jon Hunter <jonathanh@nvidia.com>
12*8bab661aSEmmanuel Vadot
13*8bab661aSEmmanuel Vadotproperties:
14*8bab661aSEmmanuel Vadot  compatible:
15*8bab661aSEmmanuel Vadot    const: nvidia,tegra114-pinmux
16*8bab661aSEmmanuel Vadot
17*8bab661aSEmmanuel Vadot  reg:
18*8bab661aSEmmanuel Vadot    items:
19*8bab661aSEmmanuel Vadot      - description: pad control registers
20*8bab661aSEmmanuel Vadot      - description: mux registers
21*8bab661aSEmmanuel Vadot
22*8bab661aSEmmanuel VadotpatternProperties:
23*8bab661aSEmmanuel Vadot  "^pinmux(-[a-z0-9-_]+)?$":
24*8bab661aSEmmanuel Vadot    type: object
25*8bab661aSEmmanuel Vadot
26*8bab661aSEmmanuel Vadot    # pin groups
27*8bab661aSEmmanuel Vadot    additionalProperties:
28*8bab661aSEmmanuel Vadot      $ref: nvidia,tegra-pinmux-common.yaml
29*8bab661aSEmmanuel Vadot      additionalProperties: false
30*8bab661aSEmmanuel Vadot      properties:
31*8bab661aSEmmanuel Vadot        nvidia,pins:
32*8bab661aSEmmanuel Vadot          items:
33*8bab661aSEmmanuel Vadot            enum: [ ulpi_data0_po1, ulpi_data1_po2, ulpi_data2_po3,
34*8bab661aSEmmanuel Vadot                    ulpi_data3_po4, ulpi_data4_po5, ulpi_data5_po6,
35*8bab661aSEmmanuel Vadot                    ulpi_data6_po7, ulpi_data7_po0, ulpi_clk_py0, ulpi_dir_py1,
36*8bab661aSEmmanuel Vadot                    ulpi_nxt_py2, ulpi_stp_py3, dap3_fs_pp0, dap3_din_pp1,
37*8bab661aSEmmanuel Vadot                    dap3_dout_pp2, dap3_sclk_pp3, pv0, pv1, sdmmc1_clk_pz0,
38*8bab661aSEmmanuel Vadot                    sdmmc1_cmd_pz1, sdmmc1_dat3_py4, sdmmc1_dat2_py5,
39*8bab661aSEmmanuel Vadot                    sdmmc1_dat1_py6, sdmmc1_dat0_py7, clk2_out_pw5,
40*8bab661aSEmmanuel Vadot                    clk2_req_pcc5, hdmi_int_pn7, ddc_scl_pv4, ddc_sda_pv5,
41*8bab661aSEmmanuel Vadot                    uart2_rxd_pc3, uart2_txd_pc2, uart2_rts_n_pj6,
42*8bab661aSEmmanuel Vadot                    uart2_cts_n_pj5, uart3_txd_pw6, uart3_rxd_pw7,
43*8bab661aSEmmanuel Vadot                    uart3_cts_n_pa1, uart3_rts_n_pc0, pu0, pu1, pu2, pu3, pu4,
44*8bab661aSEmmanuel Vadot                    pu5, pu6, gen1_i2c_sda_pc5, gen1_i2c_scl_pc4, dap4_fs_pp4,
45*8bab661aSEmmanuel Vadot                    dap4_din_pp5, dap4_dout_pp6, dap4_sclk_pp7, clk3_out_pee0,
46*8bab661aSEmmanuel Vadot                    clk3_req_pee1, gmi_wp_n_pc7, gmi_iordy_pi5, gmi_wait_pi7,
47*8bab661aSEmmanuel Vadot                    gmi_adv_n_pk0, gmi_clk_pk1, gmi_cs0_n_pj0, gmi_cs1_n_pj2,
48*8bab661aSEmmanuel Vadot                    gmi_cs2_n_pk3, gmi_cs3_n_pk4, gmi_cs4_n_pk2, gmi_cs6_n_pi3,
49*8bab661aSEmmanuel Vadot                    gmi_cs7_n_pi6, gmi_ad0_pg0, gmi_ad1_pg1, gmi_ad2_pg2,
50*8bab661aSEmmanuel Vadot                    gmi_ad3_pg3, gmi_ad4_pg4, gmi_ad5_pg5, gmi_ad6_pg6,
51*8bab661aSEmmanuel Vadot                    gmi_ad7_pg7, gmi_ad8_ph0, gmi_ad9_ph1, gmi_ad10_ph2,
52*8bab661aSEmmanuel Vadot                    gmi_ad11_ph3, gmi_ad12_ph4, gmi_ad13_ph5, gmi_ad14_ph6,
53*8bab661aSEmmanuel Vadot                    gmi_ad15_ph7, gmi_a16_pj7, gmi_a17_pb0, gmi_a18_pb1,
54*8bab661aSEmmanuel Vadot                    gmi_a19_pk7, gmi_wr_n_pi0, gmi_oe_n_pi1, gmi_dqs_p_pj3,
55*8bab661aSEmmanuel Vadot                    gmi_rst_n_pi4, gen2_i2c_scl_pt5, gen2_i2c_sda_pt6,
56*8bab661aSEmmanuel Vadot                    sdmmc4_clk_pcc4, sdmmc4_cmd_pt7, sdmmc4_dat0_paa0,
57*8bab661aSEmmanuel Vadot                    sdmmc4_dat1_paa1, sdmmc4_dat2_paa2, sdmmc4_dat3_paa3,
58*8bab661aSEmmanuel Vadot                    sdmmc4_dat4_paa4, sdmmc4_dat5_paa5, sdmmc4_dat6_paa6,
59*8bab661aSEmmanuel Vadot                    sdmmc4_dat7_paa7, cam_mclk_pcc0, pcc1, pbb0,
60*8bab661aSEmmanuel Vadot                    cam_i2c_scl_pbb1, cam_i2c_sda_pbb2, pbb3, pbb4, pbb5, pbb6,
61*8bab661aSEmmanuel Vadot                    pbb7, pcc2, pwr_i2c_scl_pz6, pwr_i2c_sda_pz7, kb_row0_pr0,
62*8bab661aSEmmanuel Vadot                    kb_row1_pr1, kb_row2_pr2, kb_row3_pr3, kb_row4_pr4,
63*8bab661aSEmmanuel Vadot                    kb_row5_pr5, kb_row6_pr6, kb_row7_pr7, kb_row8_ps0,
64*8bab661aSEmmanuel Vadot                    kb_row9_ps1, kb_row10_ps2, kb_col0_pq0, kb_col1_pq1,
65*8bab661aSEmmanuel Vadot                    kb_col2_pq2, kb_col3_pq3, kb_col4_pq4, kb_col5_pq5,
66*8bab661aSEmmanuel Vadot                    kb_col6_pq6, kb_col7_pq7, clk_32k_out_pa0, sys_clk_req_pz5,
67*8bab661aSEmmanuel Vadot                    core_pwr_req, cpu_pwr_req, pwr_int_n, owr, dap1_fs_pn0,
68*8bab661aSEmmanuel Vadot                    dap1_din_pn1, dap1_dout_pn2, dap1_sclk_pn3, clk1_req_pee2,
69*8bab661aSEmmanuel Vadot                    clk1_out_pw4, spdif_in_pk6, spdif_out_pk5, dap2_fs_pa2,
70*8bab661aSEmmanuel Vadot                    dap2_din_pa4, dap2_dout_pa5, dap2_sclk_pa3, dvfs_pwm_px0,
71*8bab661aSEmmanuel Vadot                    gpio_x1_aud_px1, gpio_x3_aud_px3, dvfs_clk_px2,
72*8bab661aSEmmanuel Vadot                    gpio_x4_aud_px4, gpio_x5_aud_px5, gpio_x6_aud_px6,
73*8bab661aSEmmanuel Vadot                    gpio_x7_aud_px7, sdmmc3_clk_pa6, sdmmc3_cmd_pa7,
74*8bab661aSEmmanuel Vadot                    sdmmc3_dat0_pb7, sdmmc3_dat1_pb6, sdmmc3_dat2_pb5,
75*8bab661aSEmmanuel Vadot                    sdmmc3_dat3_pb4, hdmi_cec_pee3, sdmmc1_wp_n_pv3,
76*8bab661aSEmmanuel Vadot                    sdmmc3_cd_n_pv2, gpio_w2_aud_pw2, gpio_w3_aud_pw3,
77*8bab661aSEmmanuel Vadot                    usb_vbus_en0_pn4, usb_vbus_en1_pn5, sdmmc3_clk_lb_in_pee5,
78*8bab661aSEmmanuel Vadot                    sdmmc3_clk_lb_out_pee4, reset_out_n,
79*8bab661aSEmmanuel Vadot                    # drive groups
80*8bab661aSEmmanuel Vadot                    drive_ao1, drive_ao2, drive_at1, drive_at2, drive_at3,
81*8bab661aSEmmanuel Vadot                    drive_at4, drive_at5, drive_cdev1, drive_cdev2, drive_dap1,
82*8bab661aSEmmanuel Vadot                    drive_dap2, drive_dap3, drive_dap4, drive_dbg, drive_sdio3,
83*8bab661aSEmmanuel Vadot                    drive_spi, drive_uaa, drive_uab, drive_uart2, drive_uart3,
84*8bab661aSEmmanuel Vadot                    drive_sdio1, drive_ddc, drive_gma, drive_gme, drive_gmf,
85*8bab661aSEmmanuel Vadot                    drive_gmg, drive_gmh, drive_owr, drive_uda ]
86*8bab661aSEmmanuel Vadot
87*8bab661aSEmmanuel Vadot        nvidia,function:
88*8bab661aSEmmanuel Vadot          enum: [ blink, cec, cldvfs, clk12, cpu, dap, dap1, dap2, dev3,
89*8bab661aSEmmanuel Vadot                  displaya, displaya_alt, displayb, dtv, emc_dll, extperiph1,
90*8bab661aSEmmanuel Vadot                  extperiph2, extperiph3, gmi, gmi_alt, hda, hsi, i2c1, i2c2,
91*8bab661aSEmmanuel Vadot                  i2c3, i2c4, i2cpwr, i2s0, i2s1, i2s2, i2s3, i2s4, irda, kbc,
92*8bab661aSEmmanuel Vadot                  nand, nand_alt, owr, pmi, pwm0, pwm1, pwm2, pwm3, pwron,
93*8bab661aSEmmanuel Vadot                  reset_out_n, rsvd1, rsvd2, rsvd3, rsvd4, sdmmc1, sdmmc2,
94*8bab661aSEmmanuel Vadot                  sdmmc3, sdmmc4, soc, spdif, spi1, spi2, spi3, spi4, spi5,
95*8bab661aSEmmanuel Vadot                  spi6, sysclk, trace, uarta, uartb, uartc, uartd, ulpi, usb,
96*8bab661aSEmmanuel Vadot                  vgp1, vgp2, vgp3, vgp4, vgp5, vgp6, vi, vi_alt1, vi_alt3 ]
97*8bab661aSEmmanuel Vadot
98*8bab661aSEmmanuel Vadot        nvidia,pull: true
99*8bab661aSEmmanuel Vadot        nvidia,tristate: true
100*8bab661aSEmmanuel Vadot        nvidia,schmitt: true
101*8bab661aSEmmanuel Vadot        nvidia,pull-down-strength: true
102*8bab661aSEmmanuel Vadot        nvidia,pull-up-strength: true
103*8bab661aSEmmanuel Vadot        nvidia,high-speed-mode: true
104*8bab661aSEmmanuel Vadot        nvidia,low-power-mode: true
105*8bab661aSEmmanuel Vadot        nvidia,enable-input: true
106*8bab661aSEmmanuel Vadot        nvidia,open-drain: true
107*8bab661aSEmmanuel Vadot        nvidia,lock: true
108*8bab661aSEmmanuel Vadot        nvidia,io-reset: true
109*8bab661aSEmmanuel Vadot        nvidia,rcv-sel: true
110*8bab661aSEmmanuel Vadot        nvidia,drive-type: true
111*8bab661aSEmmanuel Vadot        nvidia,slew-rate-rising: true
112*8bab661aSEmmanuel Vadot        nvidia,slew-rate-falling: true
113*8bab661aSEmmanuel Vadot
114*8bab661aSEmmanuel Vadot      required:
115*8bab661aSEmmanuel Vadot        - nvidia,pins
116*8bab661aSEmmanuel Vadot
117*8bab661aSEmmanuel VadotadditionalProperties: false
118*8bab661aSEmmanuel Vadot
119*8bab661aSEmmanuel Vadotrequired:
120*8bab661aSEmmanuel Vadot  - compatible
121*8bab661aSEmmanuel Vadot  - reg
122*8bab661aSEmmanuel Vadot
123*8bab661aSEmmanuel Vadotexamples:
124*8bab661aSEmmanuel Vadot  - |
125*8bab661aSEmmanuel Vadot    pinmux@70000868 {
126*8bab661aSEmmanuel Vadot        compatible = "nvidia,tegra114-pinmux";
127*8bab661aSEmmanuel Vadot        reg = <0x70000868 0x148>, /* Pad control registers */
128*8bab661aSEmmanuel Vadot              <0x70003000 0x40c>; /* PinMux registers */
129*8bab661aSEmmanuel Vadot
130*8bab661aSEmmanuel Vadot        pinmux {
131*8bab661aSEmmanuel Vadot            sdmmc4_clk_pcc4 {
132*8bab661aSEmmanuel Vadot                nvidia,pins = "sdmmc4_clk_pcc4";
133*8bab661aSEmmanuel Vadot                nvidia,function = "sdmmc4";
134*8bab661aSEmmanuel Vadot                nvidia,pull = <0>;
135*8bab661aSEmmanuel Vadot                nvidia,tristate = <0>;
136*8bab661aSEmmanuel Vadot            };
137*8bab661aSEmmanuel Vadot
138*8bab661aSEmmanuel Vadot            sdmmc4_dat0_paa0 {
139*8bab661aSEmmanuel Vadot                nvidia,pins = "sdmmc4_dat0_paa0",
140*8bab661aSEmmanuel Vadot                              "sdmmc4_dat1_paa1",
141*8bab661aSEmmanuel Vadot                              "sdmmc4_dat2_paa2",
142*8bab661aSEmmanuel Vadot                              "sdmmc4_dat3_paa3",
143*8bab661aSEmmanuel Vadot                              "sdmmc4_dat4_paa4",
144*8bab661aSEmmanuel Vadot                              "sdmmc4_dat5_paa5",
145*8bab661aSEmmanuel Vadot                              "sdmmc4_dat6_paa6",
146*8bab661aSEmmanuel Vadot                              "sdmmc4_dat7_paa7";
147*8bab661aSEmmanuel Vadot                nvidia,function = "sdmmc4";
148*8bab661aSEmmanuel Vadot                nvidia,pull = <2>;
149*8bab661aSEmmanuel Vadot                nvidia,tristate = <0>;
150*8bab661aSEmmanuel Vadot            };
151*8bab661aSEmmanuel Vadot        };
152*8bab661aSEmmanuel Vadot    };
153*8bab661aSEmmanuel Vadot...
154