1b2441318SGreg Kroah-Hartman// SPDX-License-Identifier: GPL-2.0
20e91ba42SLaxman Dewangan#include <dt-bindings/input/input.h>
30e91ba42SLaxman Dewangan
42e634057SThierry Reding/ {
52e634057SThierry Reding	model = "NVIDIA Tegra210 P2597 I/O board";
62e634057SThierry Reding	compatible = "nvidia,p2597", "nvidia,tegra210";
72e634057SThierry Reding
834993594SThierry Reding	host1x@50000000 {
934993594SThierry Reding		dpaux@54040000 {
1034993594SThierry Reding			status = "okay";
1134993594SThierry Reding		};
1234993594SThierry Reding
1334993594SThierry Reding		sor@54580000 {
1434993594SThierry Reding			status = "okay";
1534993594SThierry Reding
1634993594SThierry Reding			avdd-io-supply = <&avdd_1v05>;
1734993594SThierry Reding			vdd-pll-supply = <&vdd_1v8>;
1834993594SThierry Reding			hdmi-supply = <&vdd_hdmi>;
1934993594SThierry Reding
2034993594SThierry Reding			nvidia,ddc-i2c-bus = <&hdmi_ddc>;
2134993594SThierry Reding			nvidia,hpd-gpio = <&gpio TEGRA_GPIO(CC, 1)
2234993594SThierry Reding					   GPIO_ACTIVE_LOW>;
2334993594SThierry Reding		};
2434993594SThierry Reding	};
2534993594SThierry Reding
26be70771dSThierry Reding	pinmux: pinmux@700008d4 {
272e634057SThierry Reding		pinctrl-names = "boot";
282e634057SThierry Reding		pinctrl-0 = <&state_boot>;
292e634057SThierry Reding
302e634057SThierry Reding		state_boot: pinmux {
312e634057SThierry Reding			pex_l0_rst_n_pa0 {
322e634057SThierry Reding				nvidia,pins = "pex_l0_rst_n_pa0";
332e634057SThierry Reding				nvidia,function = "pe0";
342e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
352e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
362e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
372e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
382e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
392e634057SThierry Reding			};
402e634057SThierry Reding			pex_l0_clkreq_n_pa1 {
412e634057SThierry Reding				nvidia,pins = "pex_l0_clkreq_n_pa1";
422e634057SThierry Reding				nvidia,function = "pe0";
432e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
442e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
452e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
462e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
472e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
482e634057SThierry Reding			};
492e634057SThierry Reding			pex_wake_n_pa2 {
502e634057SThierry Reding				nvidia,pins = "pex_wake_n_pa2";
512e634057SThierry Reding				nvidia,function = "pe";
522e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
532e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
542e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
552e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
562e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
572e634057SThierry Reding			};
582e634057SThierry Reding			pex_l1_rst_n_pa3 {
592e634057SThierry Reding				nvidia,pins = "pex_l1_rst_n_pa3";
602e634057SThierry Reding				nvidia,function = "pe1";
612e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
622e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
632e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
642e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
652e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
662e634057SThierry Reding			};
672e634057SThierry Reding			pex_l1_clkreq_n_pa4 {
682e634057SThierry Reding				nvidia,pins = "pex_l1_clkreq_n_pa4";
692e634057SThierry Reding				nvidia,function = "pe1";
702e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
712e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
722e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
732e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
742e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
752e634057SThierry Reding			};
762e634057SThierry Reding			sata_led_active_pa5 {
772e634057SThierry Reding				nvidia,pins = "sata_led_active_pa5";
782e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
792e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
802e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
812e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
822e634057SThierry Reding			};
832e634057SThierry Reding			pa6 {
842e634057SThierry Reding				nvidia,pins = "pa6";
852e634057SThierry Reding				nvidia,function = "sata";
862e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
872e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
882e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
892e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
902e634057SThierry Reding			};
912e634057SThierry Reding			dap1_fs_pb0 {
922e634057SThierry Reding				nvidia,pins = "dap1_fs_pb0";
932e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
942e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
952e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
962e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
972e634057SThierry Reding			};
982e634057SThierry Reding			dap1_din_pb1 {
992e634057SThierry Reding				nvidia,pins = "dap1_din_pb1";
1002e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1012e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1022e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1032e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1042e634057SThierry Reding			};
1052e634057SThierry Reding			dap1_dout_pb2 {
1062e634057SThierry Reding				nvidia,pins = "dap1_dout_pb2";
1072e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1082e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1092e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1102e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1112e634057SThierry Reding			};
1122e634057SThierry Reding			dap1_sclk_pb3 {
1132e634057SThierry Reding				nvidia,pins = "dap1_sclk_pb3";
1142e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1152e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1162e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1172e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1182e634057SThierry Reding			};
1192e634057SThierry Reding			spi2_mosi_pb4 {
1202e634057SThierry Reding				nvidia,pins = "spi2_mosi_pb4";
1212e634057SThierry Reding				nvidia,function = "spi2";
1222e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1232e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1242e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1252e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1262e634057SThierry Reding			};
1272e634057SThierry Reding			spi2_miso_pb5 {
1282e634057SThierry Reding				nvidia,pins = "spi2_miso_pb5";
1292e634057SThierry Reding				nvidia,function = "spi2";
1302e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1312e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1322e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1332e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1342e634057SThierry Reding			};
1352e634057SThierry Reding			spi2_sck_pb6 {
1362e634057SThierry Reding				nvidia,pins = "spi2_sck_pb6";
1372e634057SThierry Reding				nvidia,function = "spi2";
1382e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
1392e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1402e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1412e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1422e634057SThierry Reding			};
1432e634057SThierry Reding			spi2_cs0_pb7 {
1442e634057SThierry Reding				nvidia,pins = "spi2_cs0_pb7";
1452e634057SThierry Reding				nvidia,function = "spi2";
1462e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1472e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1482e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1492e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1502e634057SThierry Reding			};
1512e634057SThierry Reding			spi1_mosi_pc0 {
1522e634057SThierry Reding				nvidia,pins = "spi1_mosi_pc0";
1532e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1542e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1552e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1562e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1572e634057SThierry Reding			};
1582e634057SThierry Reding			spi1_miso_pc1 {
1592e634057SThierry Reding				nvidia,pins = "spi1_miso_pc1";
1602e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1612e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1622e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1632e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1642e634057SThierry Reding			};
1652e634057SThierry Reding			spi1_sck_pc2 {
1662e634057SThierry Reding				nvidia,pins = "spi1_sck_pc2";
1672e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1682e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1692e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1702e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1712e634057SThierry Reding			};
1722e634057SThierry Reding			spi1_cs0_pc3 {
1732e634057SThierry Reding				nvidia,pins = "spi1_cs0_pc3";
1742e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1752e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1762e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1772e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1782e634057SThierry Reding			};
1792e634057SThierry Reding			spi1_cs1_pc4 {
1802e634057SThierry Reding				nvidia,pins = "spi1_cs1_pc4";
1812e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1822e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1832e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1842e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1852e634057SThierry Reding			};
1862e634057SThierry Reding			spi4_sck_pc5 {
1872e634057SThierry Reding				nvidia,pins = "spi4_sck_pc5";
1882e634057SThierry Reding				nvidia,function = "spi4";
1892e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
1902e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1912e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
1922e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
1932e634057SThierry Reding			};
1942e634057SThierry Reding			spi4_cs0_pc6 {
1952e634057SThierry Reding				nvidia,pins = "spi4_cs0_pc6";
1962e634057SThierry Reding				nvidia,function = "spi4";
1972e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
1982e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1992e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2002e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2012e634057SThierry Reding			};
2022e634057SThierry Reding			spi4_mosi_pc7 {
2032e634057SThierry Reding				nvidia,pins = "spi4_mosi_pc7";
2042e634057SThierry Reding				nvidia,function = "spi4";
2052e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
2062e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2072e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2082e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2092e634057SThierry Reding			};
2102e634057SThierry Reding			spi4_miso_pd0 {
2112e634057SThierry Reding				nvidia,pins = "spi4_miso_pd0";
2122e634057SThierry Reding				nvidia,function = "spi4";
2132e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
2142e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2152e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2162e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2172e634057SThierry Reding			};
2182e634057SThierry Reding			uart3_tx_pd1 {
2192e634057SThierry Reding				nvidia,pins = "uart3_tx_pd1";
2202e634057SThierry Reding				nvidia,function = "uartc";
2212e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
2222e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2232e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
2242e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2252e634057SThierry Reding			};
2262e634057SThierry Reding			uart3_rx_pd2 {
2272e634057SThierry Reding				nvidia,pins = "uart3_rx_pd2";
2282e634057SThierry Reding				nvidia,function = "uartc";
2292e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
2302e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2312e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2322e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2332e634057SThierry Reding			};
2342e634057SThierry Reding			uart3_rts_pd3 {
2352e634057SThierry Reding				nvidia,pins = "uart3_rts_pd3";
2362e634057SThierry Reding				nvidia,function = "uartc";
2372e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
2382e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2392e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
2402e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2412e634057SThierry Reding			};
2422e634057SThierry Reding			uart3_cts_pd4 {
2432e634057SThierry Reding				nvidia,pins = "uart3_cts_pd4";
2442e634057SThierry Reding				nvidia,function = "uartc";
2452e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
2462e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2472e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2482e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2492e634057SThierry Reding			};
2502e634057SThierry Reding			dmic1_clk_pe0 {
2512e634057SThierry Reding				nvidia,pins = "dmic1_clk_pe0";
2522e634057SThierry Reding				nvidia,function = "i2s3";
2532e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
2542e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2552e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2562e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2572e634057SThierry Reding			};
2582e634057SThierry Reding			dmic1_dat_pe1 {
2592e634057SThierry Reding				nvidia,pins = "dmic1_dat_pe1";
2602e634057SThierry Reding				nvidia,function = "i2s3";
2612e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
2622e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2632e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2642e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2652e634057SThierry Reding			};
2662e634057SThierry Reding			dmic2_clk_pe2 {
2672e634057SThierry Reding				nvidia,pins = "dmic2_clk_pe2";
2682e634057SThierry Reding				nvidia,function = "i2s3";
2692e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
2702e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2712e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2722e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2732e634057SThierry Reding			};
2742e634057SThierry Reding			dmic2_dat_pe3 {
2752e634057SThierry Reding				nvidia,pins = "dmic2_dat_pe3";
2762e634057SThierry Reding				nvidia,function = "i2s3";
2772e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
2782e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2792e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2802e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2812e634057SThierry Reding			};
2822e634057SThierry Reding			dmic3_clk_pe4 {
2832e634057SThierry Reding				nvidia,pins = "dmic3_clk_pe4";
2842e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
2852e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2862e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2872e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2882e634057SThierry Reding			};
2892e634057SThierry Reding			dmic3_dat_pe5 {
2902e634057SThierry Reding				nvidia,pins = "dmic3_dat_pe5";
2912e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
2922e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
2932e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
2942e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
2952e634057SThierry Reding			};
2962e634057SThierry Reding			pe6 {
2972e634057SThierry Reding				nvidia,pins = "pe6";
2982e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
2992e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3002e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
3012e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3022e634057SThierry Reding			};
3032e634057SThierry Reding			pe7 {
3042e634057SThierry Reding				nvidia,pins = "pe7";
3052e634057SThierry Reding				nvidia,function = "pwm3";
3062e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
3072e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3082e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
3092e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3102e634057SThierry Reding			};
3112e634057SThierry Reding			gen3_i2c_scl_pf0 {
3122e634057SThierry Reding				nvidia,pins = "gen3_i2c_scl_pf0";
3132e634057SThierry Reding				nvidia,function = "i2c3";
3142e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
3152e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3162e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
3172e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3182e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
3192e634057SThierry Reding			};
3202e634057SThierry Reding			gen3_i2c_sda_pf1 {
3212e634057SThierry Reding				nvidia,pins = "gen3_i2c_sda_pf1";
3222e634057SThierry Reding				nvidia,function = "i2c3";
3232e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
3242e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3252e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
3262e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3272e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
3282e634057SThierry Reding			};
3292e634057SThierry Reding			uart2_tx_pg0 {
3302e634057SThierry Reding				nvidia,pins = "uart2_tx_pg0";
3312e634057SThierry Reding				nvidia,function = "uartb";
3322e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
3332e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3342e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
3352e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3362e634057SThierry Reding			};
3372e634057SThierry Reding			uart2_rx_pg1 {
3382e634057SThierry Reding				nvidia,pins = "uart2_rx_pg1";
3392e634057SThierry Reding				nvidia,function = "uartb";
3402e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
3412e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3422e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
3432e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3442e634057SThierry Reding			};
3452e634057SThierry Reding			uart2_rts_pg2 {
3462e634057SThierry Reding				nvidia,pins = "uart2_rts_pg2";
3472e634057SThierry Reding				nvidia,function = "uartb";
3482e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
3492e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3502e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
3512e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3522e634057SThierry Reding			};
3532e634057SThierry Reding			uart2_cts_pg3 {
3542e634057SThierry Reding				nvidia,pins = "uart2_cts_pg3";
3552e634057SThierry Reding				nvidia,function = "uartb";
3562e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
3572e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3582e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
3592e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3602e634057SThierry Reding			};
3612e634057SThierry Reding			wifi_en_ph0 {
3622e634057SThierry Reding				nvidia,pins = "wifi_en_ph0";
3632e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
3642e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3652e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
3662e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3672e634057SThierry Reding			};
3682e634057SThierry Reding			wifi_rst_ph1 {
3692e634057SThierry Reding				nvidia,pins = "wifi_rst_ph1";
3702e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
3712e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3722e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
3732e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3742e634057SThierry Reding			};
3752e634057SThierry Reding			wifi_wake_ap_ph2 {
3762e634057SThierry Reding				nvidia,pins = "wifi_wake_ap_ph2";
3772e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
3782e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3792e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
3802e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3812e634057SThierry Reding			};
3822e634057SThierry Reding			ap_wake_bt_ph3 {
3832e634057SThierry Reding				nvidia,pins = "ap_wake_bt_ph3";
3842e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
3852e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3862e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
3872e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3882e634057SThierry Reding			};
3892e634057SThierry Reding			bt_rst_ph4 {
3902e634057SThierry Reding				nvidia,pins = "bt_rst_ph4";
3912e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
3922e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
3932e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
3942e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
3952e634057SThierry Reding			};
3962e634057SThierry Reding			bt_wake_ap_ph5 {
3972e634057SThierry Reding				nvidia,pins = "bt_wake_ap_ph5";
3982e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
3992e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4002e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
4012e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4022e634057SThierry Reding			};
4032e634057SThierry Reding			ph6 {
4042e634057SThierry Reding				nvidia,pins = "ph6";
4052e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
4062e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4072e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
4082e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4092e634057SThierry Reding			};
4102e634057SThierry Reding			ap_wake_nfc_ph7 {
4112e634057SThierry Reding				nvidia,pins = "ap_wake_nfc_ph7";
4122e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
4132e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4142e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
4152e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4162e634057SThierry Reding			};
4172e634057SThierry Reding			nfc_en_pi0 {
4182e634057SThierry Reding				nvidia,pins = "nfc_en_pi0";
4192e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
4202e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4212e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
4222e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4232e634057SThierry Reding			};
4242e634057SThierry Reding			nfc_int_pi1 {
4252e634057SThierry Reding				nvidia,pins = "nfc_int_pi1";
4262e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
4272e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4282e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
4292e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4302e634057SThierry Reding			};
4312e634057SThierry Reding			gps_en_pi2 {
4322e634057SThierry Reding				nvidia,pins = "gps_en_pi2";
4332e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
4342e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4352e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
4362e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4372e634057SThierry Reding			};
4382e634057SThierry Reding			gps_rst_pi3 {
4392e634057SThierry Reding				nvidia,pins = "gps_rst_pi3";
4402e634057SThierry Reding				nvidia,function = "rsvd0";
4412e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
4422e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
4432e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
4442e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4452e634057SThierry Reding			};
4462e634057SThierry Reding			uart4_tx_pi4 {
4472e634057SThierry Reding				nvidia,pins = "uart4_tx_pi4";
4482e634057SThierry Reding				nvidia,function = "uartd";
4492e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
4502e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4512e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
4522e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4532e634057SThierry Reding			};
4542e634057SThierry Reding			uart4_rx_pi5 {
4552e634057SThierry Reding				nvidia,pins = "uart4_rx_pi5";
4562e634057SThierry Reding				nvidia,function = "uartd";
4572e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
4582e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4592e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
4602e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4612e634057SThierry Reding			};
4622e634057SThierry Reding			uart4_rts_pi6 {
4632e634057SThierry Reding				nvidia,pins = "uart4_rts_pi6";
4642e634057SThierry Reding				nvidia,function = "uartd";
4652e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
4662e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4672e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
4682e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4692e634057SThierry Reding			};
4702e634057SThierry Reding			uart4_cts_pi7 {
4712e634057SThierry Reding				nvidia,pins = "uart4_cts_pi7";
4722e634057SThierry Reding				nvidia,function = "uartd";
4732e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
4742e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4752e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
4762e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4772e634057SThierry Reding			};
4782e634057SThierry Reding			gen1_i2c_sda_pj0 {
4792e634057SThierry Reding				nvidia,pins = "gen1_i2c_sda_pj0";
4802e634057SThierry Reding				nvidia,function = "i2c1";
4812e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
4822e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4832e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
4842e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4852e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
4862e634057SThierry Reding			};
4872e634057SThierry Reding			gen1_i2c_scl_pj1 {
4882e634057SThierry Reding				nvidia,pins = "gen1_i2c_scl_pj1";
4892e634057SThierry Reding				nvidia,function = "i2c1";
4902e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
4912e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
4922e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
4932e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
4942e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
4952e634057SThierry Reding			};
4962e634057SThierry Reding			gen2_i2c_scl_pj2 {
4972e634057SThierry Reding				nvidia,pins = "gen2_i2c_scl_pj2";
4982e634057SThierry Reding				nvidia,function = "i2c2";
4992e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5002e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5012e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5022e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5032e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
5042e634057SThierry Reding			};
5052e634057SThierry Reding			gen2_i2c_sda_pj3 {
5062e634057SThierry Reding				nvidia,pins = "gen2_i2c_sda_pj3";
5072e634057SThierry Reding				nvidia,function = "i2c2";
5082e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5092e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5102e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5112e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5122e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
5132e634057SThierry Reding			};
5142e634057SThierry Reding			dap4_fs_pj4 {
5152e634057SThierry Reding				nvidia,pins = "dap4_fs_pj4";
5162e634057SThierry Reding				nvidia,function = "i2s4b";
5172e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5182e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5192e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5202e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5212e634057SThierry Reding			};
5222e634057SThierry Reding			dap4_din_pj5 {
5232e634057SThierry Reding				nvidia,pins = "dap4_din_pj5";
5242e634057SThierry Reding				nvidia,function = "i2s4b";
5252e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5262e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5272e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5282e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5292e634057SThierry Reding			};
5302e634057SThierry Reding			dap4_dout_pj6 {
5312e634057SThierry Reding				nvidia,pins = "dap4_dout_pj6";
5322e634057SThierry Reding				nvidia,function = "i2s4b";
5332e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5342e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5352e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5362e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5372e634057SThierry Reding			};
5382e634057SThierry Reding			dap4_sclk_pj7 {
5392e634057SThierry Reding				nvidia,pins = "dap4_sclk_pj7";
5402e634057SThierry Reding				nvidia,function = "i2s4b";
5412e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5422e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5432e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5442e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5452e634057SThierry Reding			};
5462e634057SThierry Reding			pk0 {
5472e634057SThierry Reding				nvidia,pins = "pk0";
5482e634057SThierry Reding				nvidia,function = "i2s5b";
5492e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5502e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5512e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5522e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5532e634057SThierry Reding			};
5542e634057SThierry Reding			pk1 {
5552e634057SThierry Reding				nvidia,pins = "pk1";
5562e634057SThierry Reding				nvidia,function = "i2s5b";
5572e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5582e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5592e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5602e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5612e634057SThierry Reding			};
5622e634057SThierry Reding			pk2 {
5632e634057SThierry Reding				nvidia,pins = "pk2";
5642e634057SThierry Reding				nvidia,function = "i2s5b";
5652e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5662e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5672e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5682e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5692e634057SThierry Reding			};
5702e634057SThierry Reding			pk3 {
5712e634057SThierry Reding				nvidia,pins = "pk3";
5722e634057SThierry Reding				nvidia,function = "i2s5b";
5732e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5742e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5752e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5762e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5772e634057SThierry Reding			};
5782e634057SThierry Reding			pk4 {
5792e634057SThierry Reding				nvidia,pins = "pk4";
5802e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
5812e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5822e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5832e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5842e634057SThierry Reding			};
5852e634057SThierry Reding			pk5 {
5862e634057SThierry Reding				nvidia,pins = "pk5";
5872e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
5882e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5892e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
5902e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5912e634057SThierry Reding			};
5922e634057SThierry Reding			pk6 {
5932e634057SThierry Reding				nvidia,pins = "pk6";
5942e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
5952e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
5962e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
5972e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
5982e634057SThierry Reding			};
5992e634057SThierry Reding			pk7 {
6002e634057SThierry Reding				nvidia,pins = "pk7";
6012e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6022e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6032e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6042e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6052e634057SThierry Reding			};
6062e634057SThierry Reding			pl0 {
6072e634057SThierry Reding				nvidia,pins = "pl0";
6082e634057SThierry Reding				nvidia,function = "rsvd0";
6092e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
6102e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
6112e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
6122e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6132e634057SThierry Reding			};
6142e634057SThierry Reding			pl1 {
6152e634057SThierry Reding				nvidia,pins = "pl1";
6162e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6172e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6182e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6192e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6202e634057SThierry Reding			};
6212e634057SThierry Reding			sdmmc1_clk_pm0 {
6222e634057SThierry Reding				nvidia,pins = "sdmmc1_clk_pm0";
6232e634057SThierry Reding				nvidia,function = "sdmmc1";
6242e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
6252e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6262e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6272e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6282e634057SThierry Reding			};
6292e634057SThierry Reding			sdmmc1_cmd_pm1 {
6302e634057SThierry Reding				nvidia,pins = "sdmmc1_cmd_pm1";
6312e634057SThierry Reding				nvidia,function = "sdmmc1";
6322e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6332e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6342e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6352e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6362e634057SThierry Reding			};
6372e634057SThierry Reding			sdmmc1_dat3_pm2 {
6382e634057SThierry Reding				nvidia,pins = "sdmmc1_dat3_pm2";
6392e634057SThierry Reding				nvidia,function = "sdmmc1";
6402e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6412e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6422e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6432e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6442e634057SThierry Reding			};
6452e634057SThierry Reding			sdmmc1_dat2_pm3 {
6462e634057SThierry Reding				nvidia,pins = "sdmmc1_dat2_pm3";
6472e634057SThierry Reding				nvidia,function = "sdmmc1";
6482e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6492e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6502e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6512e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6522e634057SThierry Reding			};
6532e634057SThierry Reding			sdmmc1_dat1_pm4 {
6542e634057SThierry Reding				nvidia,pins = "sdmmc1_dat1_pm4";
6552e634057SThierry Reding				nvidia,function = "sdmmc1";
6562e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6572e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6582e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6592e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6602e634057SThierry Reding			};
6612e634057SThierry Reding			sdmmc1_dat0_pm5 {
6622e634057SThierry Reding				nvidia,pins = "sdmmc1_dat0_pm5";
6632e634057SThierry Reding				nvidia,function = "sdmmc1";
6642e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6652e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6662e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6672e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6682e634057SThierry Reding			};
6692e634057SThierry Reding			sdmmc3_clk_pp0 {
6702e634057SThierry Reding				nvidia,pins = "sdmmc3_clk_pp0";
6712e634057SThierry Reding				nvidia,function = "sdmmc3";
6722e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
6732e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6742e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6752e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6762e634057SThierry Reding			};
6772e634057SThierry Reding			sdmmc3_cmd_pp1 {
6782e634057SThierry Reding				nvidia,pins = "sdmmc3_cmd_pp1";
6792e634057SThierry Reding				nvidia,function = "sdmmc3";
6802e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6812e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6822e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6832e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6842e634057SThierry Reding			};
6852e634057SThierry Reding			sdmmc3_dat3_pp2 {
6862e634057SThierry Reding				nvidia,pins = "sdmmc3_dat3_pp2";
6872e634057SThierry Reding				nvidia,function = "sdmmc3";
6882e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6892e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6902e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6912e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
6922e634057SThierry Reding			};
6932e634057SThierry Reding			sdmmc3_dat2_pp3 {
6942e634057SThierry Reding				nvidia,pins = "sdmmc3_dat2_pp3";
6952e634057SThierry Reding				nvidia,function = "sdmmc3";
6962e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
6972e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
6982e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
6992e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7002e634057SThierry Reding			};
7012e634057SThierry Reding			sdmmc3_dat1_pp4 {
7022e634057SThierry Reding				nvidia,pins = "sdmmc3_dat1_pp4";
7032e634057SThierry Reding				nvidia,function = "sdmmc3";
7042e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
7052e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7062e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
7072e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7082e634057SThierry Reding			};
7092e634057SThierry Reding			sdmmc3_dat0_pp5 {
7102e634057SThierry Reding				nvidia,pins = "sdmmc3_dat0_pp5";
7112e634057SThierry Reding				nvidia,function = "sdmmc3";
7122e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
7132e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7142e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
7152e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7162e634057SThierry Reding			};
7172e634057SThierry Reding			cam1_mclk_ps0 {
7182e634057SThierry Reding				nvidia,pins = "cam1_mclk_ps0";
7192e634057SThierry Reding				nvidia,function = "extperiph3";
7202e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7212e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7222e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
7232e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7242e634057SThierry Reding			};
7252e634057SThierry Reding			cam2_mclk_ps1 {
7262e634057SThierry Reding				nvidia,pins = "cam2_mclk_ps1";
7272e634057SThierry Reding				nvidia,function = "extperiph3";
7282e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7292e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7302e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
7312e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7322e634057SThierry Reding			};
7332e634057SThierry Reding			cam_i2c_scl_ps2 {
7342e634057SThierry Reding				nvidia,pins = "cam_i2c_scl_ps2";
7352e634057SThierry Reding				nvidia,function = "i2cvi";
7362e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7372e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7382e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
7392e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7402e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
7412e634057SThierry Reding			};
7422e634057SThierry Reding			cam_i2c_sda_ps3 {
7432e634057SThierry Reding				nvidia,pins = "cam_i2c_sda_ps3";
7442e634057SThierry Reding				nvidia,function = "i2cvi";
7452e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7462e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7472e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
7482e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7492e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
7502e634057SThierry Reding			};
7512e634057SThierry Reding			cam_rst_ps4 {
7522e634057SThierry Reding				nvidia,pins = "cam_rst_ps4";
7532e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7542e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7552e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
7562e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7572e634057SThierry Reding			};
7582e634057SThierry Reding			cam_af_en_ps5 {
7592e634057SThierry Reding				nvidia,pins = "cam_af_en_ps5";
7602e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7612e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7622e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
7632e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7642e634057SThierry Reding			};
7652e634057SThierry Reding			cam_flash_en_ps6 {
7662e634057SThierry Reding				nvidia,pins = "cam_flash_en_ps6";
7672e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7682e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7692e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
7702e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7712e634057SThierry Reding			};
7722e634057SThierry Reding			cam1_pwdn_ps7 {
7732e634057SThierry Reding				nvidia,pins = "cam1_pwdn_ps7";
7742e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7752e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7762e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
7772e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7782e634057SThierry Reding			};
7792e634057SThierry Reding			cam2_pwdn_pt0 {
7802e634057SThierry Reding				nvidia,pins = "cam2_pwdn_pt0";
7812e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7822e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7832e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
7842e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7852e634057SThierry Reding			};
7862e634057SThierry Reding			cam1_strobe_pt1 {
7872e634057SThierry Reding				nvidia,pins = "cam1_strobe_pt1";
7882e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7892e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7902e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
7912e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
7922e634057SThierry Reding			};
7932e634057SThierry Reding			uart1_tx_pu0 {
7942e634057SThierry Reding				nvidia,pins = "uart1_tx_pu0";
7952e634057SThierry Reding				nvidia,function = "uarta";
7962e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
7972e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
7982e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
7992e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8002e634057SThierry Reding			};
8012e634057SThierry Reding			uart1_rx_pu1 {
8022e634057SThierry Reding				nvidia,pins = "uart1_rx_pu1";
8032e634057SThierry Reding				nvidia,function = "uarta";
8042e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
8052e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8062e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
8072e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8082e634057SThierry Reding			};
8092e634057SThierry Reding			uart1_rts_pu2 {
8102e634057SThierry Reding				nvidia,pins = "uart1_rts_pu2";
8112e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
8122e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8132e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
8142e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8152e634057SThierry Reding			};
8162e634057SThierry Reding			uart1_cts_pu3 {
8172e634057SThierry Reding				nvidia,pins = "uart1_cts_pu3";
8182e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
8192e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8202e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
8212e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8222e634057SThierry Reding			};
8232e634057SThierry Reding			lcd_bl_pwm_pv0 {
8242e634057SThierry Reding				nvidia,pins = "lcd_bl_pwm_pv0";
8252e634057SThierry Reding				nvidia,function = "pwm0";
8262e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
8272e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8282e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
8292e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8302e634057SThierry Reding			};
8312e634057SThierry Reding			lcd_bl_en_pv1 {
8322e634057SThierry Reding				nvidia,pins = "lcd_bl_en_pv1";
8332e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
8342e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8352e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
8362e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8372e634057SThierry Reding			};
8382e634057SThierry Reding			lcd_rst_pv2 {
8392e634057SThierry Reding				nvidia,pins = "lcd_rst_pv2";
8402e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
8412e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8422e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
8432e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8442e634057SThierry Reding			};
8452e634057SThierry Reding			lcd_gpio1_pv3 {
8462e634057SThierry Reding				nvidia,pins = "lcd_gpio1_pv3";
8472e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
8482e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8492e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
8502e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8512e634057SThierry Reding			};
8522e634057SThierry Reding			lcd_gpio2_pv4 {
8532e634057SThierry Reding				nvidia,pins = "lcd_gpio2_pv4";
8542e634057SThierry Reding				nvidia,function = "pwm1";
8552e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
8562e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8572e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
8582e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8592e634057SThierry Reding			};
8602e634057SThierry Reding			ap_ready_pv5 {
8612e634057SThierry Reding				nvidia,pins = "ap_ready_pv5";
8622e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
8632e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8642e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
8652e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8662e634057SThierry Reding			};
8672e634057SThierry Reding			touch_rst_pv6 {
8682e634057SThierry Reding				nvidia,pins = "touch_rst_pv6";
8692e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
8702e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8712e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
8722e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8732e634057SThierry Reding			};
8742e634057SThierry Reding			touch_clk_pv7 {
8752e634057SThierry Reding				nvidia,pins = "touch_clk_pv7";
8762e634057SThierry Reding				nvidia,function = "touch";
8772e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
8782e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8792e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
8802e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8812e634057SThierry Reding			};
8822e634057SThierry Reding			modem_wake_ap_px0 {
8832e634057SThierry Reding				nvidia,pins = "modem_wake_ap_px0";
8842e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
8852e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8862e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
8872e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8882e634057SThierry Reding			};
8892e634057SThierry Reding			touch_int_px1 {
8902e634057SThierry Reding				nvidia,pins = "touch_int_px1";
8912e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
8922e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
8932e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
8942e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
8952e634057SThierry Reding			};
8962e634057SThierry Reding			motion_int_px2 {
8972e634057SThierry Reding				nvidia,pins = "motion_int_px2";
8982e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
8992e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9002e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9012e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9022e634057SThierry Reding			};
9032e634057SThierry Reding			als_prox_int_px3 {
9042e634057SThierry Reding				nvidia,pins = "als_prox_int_px3";
9052e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
9062e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9072e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9082e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9092e634057SThierry Reding			};
9102e634057SThierry Reding			temp_alert_px4 {
9112e634057SThierry Reding				nvidia,pins = "temp_alert_px4";
9122e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
9132e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9142e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9152e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9162e634057SThierry Reding			};
9172e634057SThierry Reding			button_power_on_px5 {
9182e634057SThierry Reding				nvidia,pins = "button_power_on_px5";
9192e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
9202e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9212e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9222e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9232e634057SThierry Reding			};
9242e634057SThierry Reding			button_vol_up_px6 {
9252e634057SThierry Reding				nvidia,pins = "button_vol_up_px6";
9262e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
9272e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9282e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9292e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9302e634057SThierry Reding			};
9312e634057SThierry Reding			button_vol_down_px7 {
9322e634057SThierry Reding				nvidia,pins = "button_vol_down_px7";
9332e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
9342e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9352e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9362e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9372e634057SThierry Reding			};
9382e634057SThierry Reding			button_slide_sw_py0 {
9392e634057SThierry Reding				nvidia,pins = "button_slide_sw_py0";
9402e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
9412e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9422e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9432e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9442e634057SThierry Reding			};
9452e634057SThierry Reding			button_home_py1 {
9462e634057SThierry Reding				nvidia,pins = "button_home_py1";
9472e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
9482e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9492e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9502e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9512e634057SThierry Reding			};
9522e634057SThierry Reding			lcd_te_py2 {
9532e634057SThierry Reding				nvidia,pins = "lcd_te_py2";
9542e634057SThierry Reding				nvidia,function = "displaya";
9552e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
9562e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9572e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9582e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9592e634057SThierry Reding			};
9602e634057SThierry Reding			pwr_i2c_scl_py3 {
9612e634057SThierry Reding				nvidia,pins = "pwr_i2c_scl_py3";
9622e634057SThierry Reding				nvidia,function = "i2cpmu";
9632e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
9642e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9652e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9662e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9672e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
9682e634057SThierry Reding			};
9692e634057SThierry Reding			pwr_i2c_sda_py4 {
9702e634057SThierry Reding				nvidia,pins = "pwr_i2c_sda_py4";
9712e634057SThierry Reding				nvidia,function = "i2cpmu";
9722e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
9732e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9742e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9752e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9762e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
9772e634057SThierry Reding			};
9782e634057SThierry Reding			clk_32k_out_py5 {
9792e634057SThierry Reding				nvidia,pins = "clk_32k_out_py5";
9802e634057SThierry Reding				nvidia,function = "soc";
9812e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
9822e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9832e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9842e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9852e634057SThierry Reding			};
9862e634057SThierry Reding			pz0 {
9872e634057SThierry Reding				nvidia,pins = "pz0";
9882e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
9892e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9902e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9912e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
9922e634057SThierry Reding			};
9932e634057SThierry Reding			pz1 {
9942e634057SThierry Reding				nvidia,pins = "pz1";
9952e634057SThierry Reding				nvidia,function = "sdmmc1";
9962e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
9972e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
9982e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
9992e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10002e634057SThierry Reding			};
10012e634057SThierry Reding			pz2 {
10022e634057SThierry Reding				nvidia,pins = "pz2";
10032e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
10042e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10052e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
10062e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10072e634057SThierry Reding			};
10082e634057SThierry Reding			pz3 {
10092e634057SThierry Reding				nvidia,pins = "pz3";
10102e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
10112e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10122e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
10132e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10142e634057SThierry Reding			};
10152e634057SThierry Reding			pz4 {
10162e634057SThierry Reding				nvidia,pins = "pz4";
10172e634057SThierry Reding				nvidia,function = "sdmmc1";
10182e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
10192e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10202e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
10212e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10222e634057SThierry Reding			};
10232e634057SThierry Reding			pz5 {
10242e634057SThierry Reding				nvidia,pins = "pz5";
10252e634057SThierry Reding				nvidia,function = "soc";
10262e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
10272e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10282e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
10292e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10302e634057SThierry Reding			};
10312e634057SThierry Reding			dap2_fs_paa0 {
10322e634057SThierry Reding				nvidia,pins = "dap2_fs_paa0";
10332e634057SThierry Reding				nvidia,function = "i2s2";
10342e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
10352e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10362e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
10372e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10382e634057SThierry Reding			};
10392e634057SThierry Reding			dap2_sclk_paa1 {
10402e634057SThierry Reding				nvidia,pins = "dap2_sclk_paa1";
10412e634057SThierry Reding				nvidia,function = "i2s2";
10422e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
10432e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10442e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
10452e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10462e634057SThierry Reding			};
10472e634057SThierry Reding			dap2_din_paa2 {
10482e634057SThierry Reding				nvidia,pins = "dap2_din_paa2";
10492e634057SThierry Reding				nvidia,function = "i2s2";
10502e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
10512e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10522e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
10532e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10542e634057SThierry Reding			};
10552e634057SThierry Reding			dap2_dout_paa3 {
10562e634057SThierry Reding				nvidia,pins = "dap2_dout_paa3";
10572e634057SThierry Reding				nvidia,function = "i2s2";
10582e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
10592e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10602e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
10612e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10622e634057SThierry Reding			};
10632e634057SThierry Reding			aud_mclk_pbb0 {
10642e634057SThierry Reding				nvidia,pins = "aud_mclk_pbb0";
10652e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
10662e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10672e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
10682e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10692e634057SThierry Reding			};
10702e634057SThierry Reding			dvfs_pwm_pbb1 {
10712e634057SThierry Reding				nvidia,pins = "dvfs_pwm_pbb1";
10722e634057SThierry Reding				nvidia,function = "cldvfs";
10732e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
10742e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
10752e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
10762e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10772e634057SThierry Reding			};
10782e634057SThierry Reding			dvfs_clk_pbb2 {
10792e634057SThierry Reding				nvidia,pins = "dvfs_clk_pbb2";
10802e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
10812e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10822e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
10832e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10842e634057SThierry Reding			};
10852e634057SThierry Reding			gpio_x1_aud_pbb3 {
10862e634057SThierry Reding				nvidia,pins = "gpio_x1_aud_pbb3";
10872e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
10882e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
10892e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
10902e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10912e634057SThierry Reding			};
10922e634057SThierry Reding			gpio_x3_aud_pbb4 {
10932e634057SThierry Reding				nvidia,pins = "gpio_x3_aud_pbb4";
10942e634057SThierry Reding				nvidia,function = "rsvd0";
10952e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
10962e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
10972e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
10982e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
10992e634057SThierry Reding			};
11002e634057SThierry Reding			hdmi_cec_pcc0 {
11012e634057SThierry Reding				nvidia,pins = "hdmi_cec_pcc0";
11022e634057SThierry Reding				nvidia,function = "cec";
11032e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
11042e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
11052e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
11062e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11072e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
11082e634057SThierry Reding			};
11092e634057SThierry Reding			hdmi_int_dp_hpd_pcc1 {
11102e634057SThierry Reding				nvidia,pins = "hdmi_int_dp_hpd_pcc1";
11112e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
11122e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
11132e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
11142e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11152e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
11162e634057SThierry Reding			};
11172e634057SThierry Reding			spdif_out_pcc2 {
11182e634057SThierry Reding				nvidia,pins = "spdif_out_pcc2";
11192e634057SThierry Reding				nvidia,function = "rsvd1";
11202e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
11212e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
11222e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
11232e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11242e634057SThierry Reding			};
11252e634057SThierry Reding			spdif_in_pcc3 {
11262e634057SThierry Reding				nvidia,pins = "spdif_in_pcc3";
11272e634057SThierry Reding				nvidia,function = "rsvd1";
11282e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
11292e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
11302e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
11312e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11322e634057SThierry Reding			};
11332e634057SThierry Reding			usb_vbus_en0_pcc4 {
11342e634057SThierry Reding				nvidia,pins = "usb_vbus_en0_pcc4";
11352e634057SThierry Reding				nvidia,function = "usb";
11362e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
11372e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
11382e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
11392e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11402e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
11412e634057SThierry Reding			};
11422e634057SThierry Reding			usb_vbus_en1_pcc5 {
11432e634057SThierry Reding				nvidia,pins = "usb_vbus_en1_pcc5";
11442e634057SThierry Reding				nvidia,function = "usb";
11452e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
11462e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
11472e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
11482e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11492e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_ENABLE>;
11502e634057SThierry Reding			};
11512e634057SThierry Reding			dp_hpd0_pcc6 {
11522e634057SThierry Reding				nvidia,pins = "dp_hpd0_pcc6";
11532e634057SThierry Reding				nvidia,function = "dp";
11542e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
11552e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
11562e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
11572e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11582e634057SThierry Reding			};
11592e634057SThierry Reding			pcc7 {
11602e634057SThierry Reding				nvidia,pins = "pcc7";
11612e634057SThierry Reding				nvidia,function = "rsvd0";
11622e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
11632e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
11642e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
11652e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11662e634057SThierry Reding				nvidia,io-hv = <TEGRA_PIN_DISABLE>;
11672e634057SThierry Reding			};
11682e634057SThierry Reding			spi2_cs1_pdd0 {
11692e634057SThierry Reding				nvidia,pins = "spi2_cs1_pdd0";
11702e634057SThierry Reding				nvidia,function = "spi2";
11712e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
11722e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
11732e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
11742e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11752e634057SThierry Reding			};
11762e634057SThierry Reding			qspi_sck_pee0 {
11772e634057SThierry Reding				nvidia,pins = "qspi_sck_pee0";
11782e634057SThierry Reding				nvidia,function = "rsvd1";
11792e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
11802e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
11812e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
11822e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11832e634057SThierry Reding			};
11842e634057SThierry Reding			qspi_cs_n_pee1 {
11852e634057SThierry Reding				nvidia,pins = "qspi_cs_n_pee1";
11862e634057SThierry Reding				nvidia,function = "rsvd1";
11872e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
11882e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
11892e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
11902e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11912e634057SThierry Reding			};
11922e634057SThierry Reding			qspi_io0_pee2 {
11932e634057SThierry Reding				nvidia,pins = "qspi_io0_pee2";
11942e634057SThierry Reding				nvidia,function = "rsvd1";
11952e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
11962e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
11972e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
11982e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
11992e634057SThierry Reding			};
12002e634057SThierry Reding			qspi_io1_pee3 {
12012e634057SThierry Reding				nvidia,pins = "qspi_io1_pee3";
12022e634057SThierry Reding				nvidia,function = "rsvd1";
12032e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
12042e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
12052e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
12062e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12072e634057SThierry Reding			};
12082e634057SThierry Reding			qspi_io2_pee4 {
12092e634057SThierry Reding				nvidia,pins = "qspi_io2_pee4";
12102e634057SThierry Reding				nvidia,function = "rsvd1";
12112e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
12122e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
12132e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
12142e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12152e634057SThierry Reding			};
12162e634057SThierry Reding			qspi_io3_pee5 {
12172e634057SThierry Reding				nvidia,pins = "qspi_io3_pee5";
12182e634057SThierry Reding				nvidia,function = "rsvd1";
12192e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
12202e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
12212e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
12222e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12232e634057SThierry Reding			};
12242e634057SThierry Reding			core_pwr_req {
12252e634057SThierry Reding				nvidia,pins = "core_pwr_req";
12262e634057SThierry Reding				nvidia,function = "core";
12272e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
12282e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
12292e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
12302e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12312e634057SThierry Reding			};
12322e634057SThierry Reding			cpu_pwr_req {
12332e634057SThierry Reding				nvidia,pins = "cpu_pwr_req";
12342e634057SThierry Reding				nvidia,function = "cpu";
12352e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
12362e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
12372e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
12382e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12392e634057SThierry Reding			};
12402e634057SThierry Reding			pwr_int_n {
12412e634057SThierry Reding				nvidia,pins = "pwr_int_n";
12422e634057SThierry Reding				nvidia,function = "pmi";
12432e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_UP>;
12442e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
12452e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
12462e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12472e634057SThierry Reding			};
12482e634057SThierry Reding			clk_32k_in {
12492e634057SThierry Reding				nvidia,pins = "clk_32k_in";
12502e634057SThierry Reding				nvidia,function = "clk";
12512e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
12522e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
12532e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_ENABLE>;
12542e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12552e634057SThierry Reding			};
12562e634057SThierry Reding			jtag_rtck {
12572e634057SThierry Reding				nvidia,pins = "jtag_rtck";
12582e634057SThierry Reding				nvidia,function = "jtag";
12592e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
12602e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
12612e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
12622e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12632e634057SThierry Reding			};
12642e634057SThierry Reding			clk_req {
12652e634057SThierry Reding				nvidia,pins = "clk_req";
12662e634057SThierry Reding				nvidia,function = "rsvd1";
12672e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_DOWN>;
12682e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_ENABLE>;
12692e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
12702e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12712e634057SThierry Reding			};
12722e634057SThierry Reding			shutdown {
12732e634057SThierry Reding				nvidia,pins = "shutdown";
12742e634057SThierry Reding				nvidia,function = "shutdown";
12752e634057SThierry Reding				nvidia,pull = <TEGRA_PIN_PULL_NONE>;
12762e634057SThierry Reding				nvidia,tristate = <TEGRA_PIN_DISABLE>;
12772e634057SThierry Reding				nvidia,enable-input = <TEGRA_PIN_DISABLE>;
12782e634057SThierry Reding				nvidia,open-drain = <TEGRA_PIN_DISABLE>;
12792e634057SThierry Reding			};
12802e634057SThierry Reding		};
1281a5e98b0bSJoseph Lo
1282a5e98b0bSJoseph Lo		dvfs_pwm_active_state: dvfs_pwm_active {
1283a5e98b0bSJoseph Lo			dvfs_pwm_pbb1 {
1284a5e98b0bSJoseph Lo				nvidia,pins = "dvfs_pwm_pbb1";
1285a5e98b0bSJoseph Lo				nvidia,tristate = <TEGRA_PIN_DISABLE>;
1286a5e98b0bSJoseph Lo			};
1287a5e98b0bSJoseph Lo		};
1288a5e98b0bSJoseph Lo
1289a5e98b0bSJoseph Lo		dvfs_pwm_inactive_state: dvfs_pwm_inactive {
1290a5e98b0bSJoseph Lo			dvfs_pwm_pbb1 {
1291a5e98b0bSJoseph Lo				nvidia,pins = "dvfs_pwm_pbb1";
1292a5e98b0bSJoseph Lo				nvidia,tristate = <TEGRA_PIN_ENABLE>;
1293a5e98b0bSJoseph Lo			};
1294a5e98b0bSJoseph Lo		};
12952e634057SThierry Reding	};
12962e634057SThierry Reding
12977596723eSThierry Reding	pwm@7000a000 {
12987596723eSThierry Reding		status = "okay";
12997596723eSThierry Reding	};
13007596723eSThierry Reding
13017596723eSThierry Reding	i2c@7000c400 {
13027596723eSThierry Reding		status = "okay";
13037596723eSThierry Reding		clock-frequency = <100000>;
13047596723eSThierry Reding
13057596723eSThierry Reding		exp1: gpio@74 {
13067596723eSThierry Reding			compatible = "ti,tca9539";
13077596723eSThierry Reding			reg = <0x74>;
13087596723eSThierry Reding
13097596723eSThierry Reding			#gpio-cells = <2>;
13107596723eSThierry Reding			gpio-controller;
13117596723eSThierry Reding		};
13127596723eSThierry Reding	};
13137596723eSThierry Reding
131434993594SThierry Reding	/* HDMI DDC */
131534993594SThierry Reding	hdmi_ddc: i2c@7000c700 {
131634993594SThierry Reding		status = "okay";
131734993594SThierry Reding		clock-frequency = <100000>;
131834993594SThierry Reding	};
131934993594SThierry Reding
1320be4f0dd3SThierry Reding	sata@70020000 {
1321be4f0dd3SThierry Reding		status = "okay";
1322be4f0dd3SThierry Reding		phys = <&{/padctl@7009f000/pads/sata/lanes/sata-0}>;
1323be4f0dd3SThierry Reding	};
1324be4f0dd3SThierry Reding
1325be4f0dd3SThierry Reding	hda@70030000 {
1326da2577feSLinus Torvalds		nvidia,model = "jetson-tx1-hda";
1327be4f0dd3SThierry Reding		status = "okay";
1328be4f0dd3SThierry Reding	};
1329be4f0dd3SThierry Reding
1330d23e054cSThierry Reding	usb@70090000 {
1331d23e054cSThierry Reding		phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>,
1332d23e054cSThierry Reding		       <&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>,
1333d23e054cSThierry Reding		       <&{/padctl@7009f000/pads/usb2/lanes/usb2-2}>,
1334d23e054cSThierry Reding		       <&{/padctl@7009f000/pads/usb2/lanes/usb2-3}>,
1335d23e054cSThierry Reding		       <&{/padctl@7009f000/pads/pcie/lanes/pcie-6}>,
1336d23e054cSThierry Reding		       <&{/padctl@7009f000/pads/pcie/lanes/pcie-5}>;
1337d23e054cSThierry Reding		phy-names = "usb2-0", "usb2-1", "usb2-2", "usb2-3", "usb3-0",
1338d23e054cSThierry Reding			    "usb3-1";
1339d23e054cSThierry Reding		dvddio-pex-supply = <&vdd_pex_1v05>;
1340d23e054cSThierry Reding		hvddio-pex-supply = <&vdd_1v8>;
1341d23e054cSThierry Reding		avdd-usb-supply = <&vdd_3v3_sys>;
1342d23e054cSThierry Reding		/* XXX what are these? */
1343d23e054cSThierry Reding		avdd-pll-utmip-supply = <&vdd_1v8>;
1344d23e054cSThierry Reding		avdd-pll-uerefe-supply = <&vdd_pex_1v05>;
1345d23e054cSThierry Reding		dvdd-usb-ss-pll-supply = <&vdd_pex_1v05>;
1346d23e054cSThierry Reding		hvdd-usb-ss-pll-e-supply = <&vdd_1v8>;
1347d23e054cSThierry Reding
1348d23e054cSThierry Reding		status = "okay";
1349d23e054cSThierry Reding	};
1350d23e054cSThierry Reding
1351d23e054cSThierry Reding	padctl@7009f000 {
1352d23e054cSThierry Reding		status = "okay";
1353d23e054cSThierry Reding
13548f68dcd7SThierry Reding		avdd-pll-utmip-supply = <&vdd_1v8>;
13558f68dcd7SThierry Reding		avdd-pll-uerefe-supply = <&avdd_1v05_pll>;
13568f68dcd7SThierry Reding		dvdd-pex-pll-supply = <&vdd_pex_1v05>;
13578f68dcd7SThierry Reding		hvdd-pex-pll-e-supply = <&vdd_1v8>;
13588f68dcd7SThierry Reding
1359d23e054cSThierry Reding		pads {
1360d23e054cSThierry Reding			usb2 {
1361d23e054cSThierry Reding				status = "okay";
1362d23e054cSThierry Reding
1363d23e054cSThierry Reding				lanes {
1364d23e054cSThierry Reding					usb2-0 {
1365d23e054cSThierry Reding						nvidia,function = "xusb";
1366d23e054cSThierry Reding						status = "okay";
1367d23e054cSThierry Reding					};
1368d23e054cSThierry Reding
1369d23e054cSThierry Reding					usb2-1 {
1370d23e054cSThierry Reding						nvidia,function = "xusb";
1371d23e054cSThierry Reding						status = "okay";
1372d23e054cSThierry Reding					};
1373d23e054cSThierry Reding
1374d23e054cSThierry Reding					usb2-2 {
1375d23e054cSThierry Reding						nvidia,function = "xusb";
1376d23e054cSThierry Reding						status = "okay";
1377d23e054cSThierry Reding					};
1378d23e054cSThierry Reding
1379d23e054cSThierry Reding					usb2-3 {
1380d23e054cSThierry Reding						nvidia,function = "xusb";
1381d23e054cSThierry Reding						status = "okay";
1382d23e054cSThierry Reding					};
1383d23e054cSThierry Reding				};
1384d23e054cSThierry Reding			};
1385d23e054cSThierry Reding
1386d23e054cSThierry Reding			pcie {
1387d23e054cSThierry Reding				status = "okay";
1388d23e054cSThierry Reding
1389d23e054cSThierry Reding				lanes {
1390d23e054cSThierry Reding					pcie-0 {
1391d23e054cSThierry Reding						nvidia,function = "pcie-x1";
1392d23e054cSThierry Reding						status = "okay";
1393d23e054cSThierry Reding					};
1394d23e054cSThierry Reding
1395d23e054cSThierry Reding					pcie-1 {
1396d23e054cSThierry Reding						nvidia,function = "pcie-x4";
1397d23e054cSThierry Reding						status = "okay";
1398d23e054cSThierry Reding					};
1399d23e054cSThierry Reding
1400d23e054cSThierry Reding					pcie-2 {
1401d23e054cSThierry Reding						nvidia,function = "pcie-x4";
1402d23e054cSThierry Reding						status = "okay";
1403d23e054cSThierry Reding					};
1404d23e054cSThierry Reding
1405d23e054cSThierry Reding					pcie-3 {
1406d23e054cSThierry Reding						nvidia,function = "pcie-x4";
1407d23e054cSThierry Reding						status = "okay";
1408d23e054cSThierry Reding					};
1409d23e054cSThierry Reding
1410d23e054cSThierry Reding					pcie-4 {
1411d23e054cSThierry Reding						nvidia,function = "pcie-x4";
1412d23e054cSThierry Reding						status = "okay";
1413d23e054cSThierry Reding					};
1414d23e054cSThierry Reding
1415d23e054cSThierry Reding					pcie-5 {
1416d23e054cSThierry Reding						nvidia,function = "usb3-ss";
1417d23e054cSThierry Reding						status = "okay";
1418d23e054cSThierry Reding					};
1419d23e054cSThierry Reding
1420d23e054cSThierry Reding					pcie-6 {
1421d23e054cSThierry Reding						nvidia,function = "usb3-ss";
1422d23e054cSThierry Reding						status = "okay";
1423d23e054cSThierry Reding					};
1424d23e054cSThierry Reding				};
1425d23e054cSThierry Reding			};
1426d23e054cSThierry Reding
1427d23e054cSThierry Reding			sata {
1428d23e054cSThierry Reding				status = "okay";
1429d23e054cSThierry Reding
1430d23e054cSThierry Reding				lanes {
1431d23e054cSThierry Reding					sata-0 {
1432d23e054cSThierry Reding						nvidia,function = "sata";
1433d23e054cSThierry Reding						status = "okay";
1434d23e054cSThierry Reding					};
1435d23e054cSThierry Reding				};
1436d23e054cSThierry Reding			};
1437d23e054cSThierry Reding		};
1438d23e054cSThierry Reding
1439d23e054cSThierry Reding		ports {
1440d23e054cSThierry Reding			usb2-0 {
1441d23e054cSThierry Reding				status = "okay";
1442dbf91ff0SNagarjuna Kristam				vbus-supply = <&vdd_usb_vbus_otg>;
1443d23e054cSThierry Reding				mode = "otg";
1444dbf91ff0SNagarjuna Kristam
1445dbf91ff0SNagarjuna Kristam				usb-role-switch;
1446dbf91ff0SNagarjuna Kristam				connector {
1447dbf91ff0SNagarjuna Kristam					compatible = "usb-b-connector",
1448dbf91ff0SNagarjuna Kristam						     "gpio-usb-b-connector";
1449dbf91ff0SNagarjuna Kristam					label = "micro-USB";
1450dbf91ff0SNagarjuna Kristam					type = "micro";
1451dbf91ff0SNagarjuna Kristam					vbus-gpio = <&gpio TEGRA_GPIO(Z, 0)
1452dbf91ff0SNagarjuna Kristam						     GPIO_ACTIVE_LOW>;
1453dbf91ff0SNagarjuna Kristam					id-gpio = <&pmic 0 0>;
1454dbf91ff0SNagarjuna Kristam				};
1455d23e054cSThierry Reding			};
1456d23e054cSThierry Reding
1457d23e054cSThierry Reding			usb2-1 {
1458d23e054cSThierry Reding				status = "okay";
1459d23e054cSThierry Reding				vbus-supply = <&vdd_5v0_rtl>;
1460d23e054cSThierry Reding				mode = "host";
1461d23e054cSThierry Reding			};
1462d23e054cSThierry Reding
1463d23e054cSThierry Reding			usb2-2 {
1464d23e054cSThierry Reding				status = "okay";
1465d23e054cSThierry Reding				vbus-supply = <&vdd_usb_vbus>;
1466d23e054cSThierry Reding				mode = "host";
1467d23e054cSThierry Reding			};
1468d23e054cSThierry Reding
1469d23e054cSThierry Reding			usb2-3 {
1470d23e054cSThierry Reding				status = "okay";
1471d23e054cSThierry Reding				mode = "host";
1472d23e054cSThierry Reding			};
1473d23e054cSThierry Reding
1474d23e054cSThierry Reding			usb3-0 {
1475d23e054cSThierry Reding				nvidia,usb2-companion = <1>;
1476d23e054cSThierry Reding				status = "okay";
1477d23e054cSThierry Reding			};
1478d23e054cSThierry Reding
1479d23e054cSThierry Reding			usb3-1 {
1480d23e054cSThierry Reding				nvidia,usb2-companion = <2>;
1481d23e054cSThierry Reding				status = "okay";
1482d23e054cSThierry Reding			};
1483d23e054cSThierry Reding		};
1484d23e054cSThierry Reding	};
1485d23e054cSThierry Reding
14862e634057SThierry Reding	/* MMC/SD */
1487be70771dSThierry Reding	sdhci@700b0000 {
14882e634057SThierry Reding		status = "okay";
14892e634057SThierry Reding		bus-width = <4>;
14902e634057SThierry Reding
14912e634057SThierry Reding		cd-gpios = <&gpio TEGRA_GPIO(Z, 1) GPIO_ACTIVE_LOW>;
14926d5aef5bSThierry Reding
14936d5aef5bSThierry Reding		vqmmc-supply = <&vddio_sdmmc>;
14946d5aef5bSThierry Reding		vmmc-supply = <&vdd_3v3_sd>;
14952e634057SThierry Reding	};
14960e91ba42SLaxman Dewangan
149777934269SThierry Reding	regulators {
149877934269SThierry Reding		compatible = "simple-bus";
149977934269SThierry Reding		#address-cells = <1>;
150077934269SThierry Reding		#size-cells = <0>;
150177934269SThierry Reding
150277934269SThierry Reding		vdd_sys_mux: regulator@0 {
150377934269SThierry Reding			compatible = "regulator-fixed";
150477934269SThierry Reding			reg = <0>;
150577934269SThierry Reding			regulator-name = "VDD_SYS_MUX";
150677934269SThierry Reding			regulator-min-microvolt = <5000000>;
150777934269SThierry Reding			regulator-max-microvolt = <5000000>;
150877934269SThierry Reding			regulator-always-on;
150977934269SThierry Reding			regulator-boot-on;
151077934269SThierry Reding		};
151177934269SThierry Reding
151277934269SThierry Reding		vdd_5v0_sys: regulator@1 {
151377934269SThierry Reding			compatible = "regulator-fixed";
151477934269SThierry Reding			reg = <1>;
151577934269SThierry Reding			regulator-name = "VDD_5V0_SYS";
151677934269SThierry Reding			regulator-min-microvolt = <5000000>;
151777934269SThierry Reding			regulator-max-microvolt = <5000000>;
151877934269SThierry Reding			regulator-always-on;
151977934269SThierry Reding			regulator-boot-on;
152077934269SThierry Reding			gpio = <&pmic 1 GPIO_ACTIVE_HIGH>;
152177934269SThierry Reding			enable-active-high;
152277934269SThierry Reding			vin-supply = <&vdd_sys_mux>;
152377934269SThierry Reding		};
152477934269SThierry Reding
152577934269SThierry Reding		vdd_3v3_sys: regulator@2 {
152677934269SThierry Reding			compatible = "regulator-fixed";
152777934269SThierry Reding			reg = <2>;
152877934269SThierry Reding			regulator-name = "VDD_3V3_SYS";
152977934269SThierry Reding			regulator-min-microvolt = <3300000>;
153077934269SThierry Reding			regulator-max-microvolt = <3300000>;
153177934269SThierry Reding			regulator-always-on;
153277934269SThierry Reding			regulator-boot-on;
153377934269SThierry Reding			gpio = <&pmic 3 GPIO_ACTIVE_HIGH>;
153477934269SThierry Reding			enable-active-high;
153577934269SThierry Reding			vin-supply = <&vdd_sys_mux>;
153677934269SThierry Reding
153777934269SThierry Reding			regulator-enable-ramp-delay = <160>;
153877934269SThierry Reding			regulator-disable-ramp-delay = <10000>;
153977934269SThierry Reding		};
154077934269SThierry Reding
154177934269SThierry Reding		vdd_5v0_io: regulator@3 {
154277934269SThierry Reding			compatible = "regulator-fixed";
154377934269SThierry Reding			reg = <3>;
154477934269SThierry Reding			regulator-name = "VDD_5V0_IO_SYS";
154577934269SThierry Reding			regulator-min-microvolt = <5000000>;
154677934269SThierry Reding			regulator-max-microvolt = <5000000>;
154777934269SThierry Reding			regulator-always-on;
154877934269SThierry Reding			regulator-boot-on;
154977934269SThierry Reding		};
15506d5aef5bSThierry Reding
15516d5aef5bSThierry Reding		vdd_3v3_sd: regulator@4 {
15526d5aef5bSThierry Reding			compatible = "regulator-fixed";
15536d5aef5bSThierry Reding			reg = <4>;
15546d5aef5bSThierry Reding			regulator-name = "VDD_3V3_SD";
15556d5aef5bSThierry Reding			regulator-min-microvolt = <3300000>;
15566d5aef5bSThierry Reding			regulator-max-microvolt = <3300000>;
15576d5aef5bSThierry Reding			gpio = <&gpio TEGRA_GPIO(Z, 4) GPIO_ACTIVE_HIGH>;
15586d5aef5bSThierry Reding			enable-active-high;
15596d5aef5bSThierry Reding			vin-supply = <&vdd_3v3_sys>;
15606d5aef5bSThierry Reding
15616d5aef5bSThierry Reding			regulator-enable-ramp-delay = <472>;
15626d5aef5bSThierry Reding			regulator-disable-ramp-delay = <4880>;
15636d5aef5bSThierry Reding		};
15647596723eSThierry Reding
15657596723eSThierry Reding		vdd_dsi_csi: regulator@5 {
15667596723eSThierry Reding			compatible = "regulator-fixed";
15677596723eSThierry Reding			reg = <5>;
15687596723eSThierry Reding			regulator-name = "AVDD_DSI_CSI_1V2";
15697596723eSThierry Reding			regulator-min-microvolt = <1200000>;
15707596723eSThierry Reding			regulator-max-microvolt = <1200000>;
15717596723eSThierry Reding			vin-supply = <&vdd_sys_1v2>;
15727596723eSThierry Reding		};
15737596723eSThierry Reding
15747596723eSThierry Reding		vdd_3v3_dis: regulator@6 {
15757596723eSThierry Reding			compatible = "regulator-fixed";
15767596723eSThierry Reding			reg = <6>;
15777596723eSThierry Reding			regulator-name = "VDD_DIS_3V3_LCD";
15787596723eSThierry Reding			regulator-min-microvolt = <3300000>;
15797596723eSThierry Reding			regulator-max-microvolt = <3300000>;
15807596723eSThierry Reding			regulator-always-on;
15817596723eSThierry Reding			gpio = <&exp1 3 GPIO_ACTIVE_HIGH>;
15827596723eSThierry Reding			enable-active-high;
15837596723eSThierry Reding			vin-supply = <&vdd_3v3_sys>;
15847596723eSThierry Reding		};
15857596723eSThierry Reding
15867596723eSThierry Reding		vdd_1v8_dis: regulator@7 {
15877596723eSThierry Reding			compatible = "regulator-fixed";
15887596723eSThierry Reding			reg = <7>;
15897596723eSThierry Reding			regulator-name = "VDD_LCD_1V8_DIS";
15907596723eSThierry Reding			regulator-min-microvolt = <1800000>;
15917596723eSThierry Reding			regulator-max-microvolt = <1800000>;
15927596723eSThierry Reding			regulator-always-on;
15937596723eSThierry Reding			gpio = <&exp1 14 GPIO_ACTIVE_HIGH>;
15947596723eSThierry Reding			enable-active-high;
15957596723eSThierry Reding			vin-supply = <&vdd_1v8>;
15967596723eSThierry Reding		};
1597d23e054cSThierry Reding
1598d23e054cSThierry Reding		vdd_5v0_rtl: regulator@8 {
1599d23e054cSThierry Reding			compatible = "regulator-fixed";
1600d23e054cSThierry Reding			reg = <8>;
1601d23e054cSThierry Reding			regulator-name = "RTL_5V";
1602d23e054cSThierry Reding			regulator-min-microvolt = <5000000>;
1603d23e054cSThierry Reding			regulator-max-microvolt = <5000000>;
1604d23e054cSThierry Reding			gpio = <&gpio TEGRA_GPIO(H, 1) GPIO_ACTIVE_HIGH>;
1605d23e054cSThierry Reding			enable-active-high;
1606d23e054cSThierry Reding			vin-supply = <&vdd_5v0_sys>;
1607d23e054cSThierry Reding		};
1608d23e054cSThierry Reding
1609d23e054cSThierry Reding		vdd_usb_vbus: regulator@9 {
1610d23e054cSThierry Reding			compatible = "regulator-fixed";
1611d23e054cSThierry Reding			reg = <9>;
1612d23e054cSThierry Reding			regulator-name = "USB_VBUS_EN1";
1613d23e054cSThierry Reding			regulator-min-microvolt = <5000000>;
1614d23e054cSThierry Reding			regulator-max-microvolt = <5000000>;
1615d23e054cSThierry Reding			gpio = <&gpio TEGRA_GPIO(CC, 5) GPIO_ACTIVE_HIGH>;
1616d23e054cSThierry Reding			enable-active-high;
1617d23e054cSThierry Reding			vin-supply = <&vdd_5v0_sys>;
1618d23e054cSThierry Reding		};
161934993594SThierry Reding
1620dbf91ff0SNagarjuna Kristam		vdd_usb_vbus_otg: regulator@11 {
1621dbf91ff0SNagarjuna Kristam			compatible = "regulator-fixed";
1622dbf91ff0SNagarjuna Kristam			reg = <9>;
1623dbf91ff0SNagarjuna Kristam			regulator-name = "USB_VBUS_EN0";
1624dbf91ff0SNagarjuna Kristam			regulator-min-microvolt = <5000000>;
1625dbf91ff0SNagarjuna Kristam			regulator-max-microvolt = <5000000>;
1626dbf91ff0SNagarjuna Kristam			gpio = <&gpio TEGRA_GPIO(CC, 4) GPIO_ACTIVE_HIGH>;
1627dbf91ff0SNagarjuna Kristam			enable-active-high;
1628dbf91ff0SNagarjuna Kristam			vin-supply = <&vdd_5v0_sys>;
1629dbf91ff0SNagarjuna Kristam		};
1630dbf91ff0SNagarjuna Kristam
163134993594SThierry Reding		vdd_hdmi: regulator@10 {
163234993594SThierry Reding			compatible = "regulator-fixed";
163334993594SThierry Reding			reg = <10>;
163434993594SThierry Reding			regulator-name = "VDD_HDMI_5V0";
163534993594SThierry Reding			regulator-min-microvolt = <5000000>;
163634993594SThierry Reding			regulator-max-microvolt = <5000000>;
16371e5e929cSJon Hunter			gpio = <&exp1 12 GPIO_ACTIVE_HIGH>;
163834993594SThierry Reding			enable-active-high;
163934993594SThierry Reding			vin-supply = <&vdd_5v0_sys>;
164034993594SThierry Reding		};
164177934269SThierry Reding	};
164277934269SThierry Reding
16430e91ba42SLaxman Dewangan	gpio-keys {
16440e91ba42SLaxman Dewangan		compatible = "gpio-keys";
16450e91ba42SLaxman Dewangan		label = "gpio-keys";
16460e91ba42SLaxman Dewangan
16470e91ba42SLaxman Dewangan		power {
16480e91ba42SLaxman Dewangan			label = "Power";
16490e91ba42SLaxman Dewangan			gpios = <&gpio TEGRA_GPIO(X, 5) GPIO_ACTIVE_LOW>;
16500e91ba42SLaxman Dewangan			linux,code = <KEY_POWER>;
16510e91ba42SLaxman Dewangan			wakeup-source;
16520e91ba42SLaxman Dewangan		};
16530e91ba42SLaxman Dewangan
16540e91ba42SLaxman Dewangan		volume_down {
16550e91ba42SLaxman Dewangan			label = "Volume Down";
16560e91ba42SLaxman Dewangan			gpios = <&gpio TEGRA_GPIO(Y, 0) GPIO_ACTIVE_LOW>;
16570e91ba42SLaxman Dewangan			linux,code = <KEY_VOLUMEDOWN>;
16580e91ba42SLaxman Dewangan		};
16590e91ba42SLaxman Dewangan
16600e91ba42SLaxman Dewangan		volume_up {
16610e91ba42SLaxman Dewangan			label = "Volume Up";
16620e91ba42SLaxman Dewangan			gpios = <&gpio TEGRA_GPIO(X, 6) GPIO_ACTIVE_LOW>;
16630e91ba42SLaxman Dewangan			linux,code = <KEY_VOLUMEUP>;
16640e91ba42SLaxman Dewangan		};
16650e91ba42SLaxman Dewangan	};
16662e634057SThierry Reding};
1667