/*
* Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
/*
* Device-tree overlay for tegra210-jetson-tx1-p2597-2180-a01-devkit
* 30-pin Expansion Header.
*/
/dts-v1/;
/plugin/;
#include
#include
/ {
overlay-name = "Jetson 30pin Header";
compatible = JETSON_COMPATIBLE;
fragment@0 {
target = <&pinmux>;
__overlay__ {
pinctrl-names = "default";
pinctrl-0 = <&jetson_io_pinmux>;
jetson_io_pinmux: exp-header-pinmux {
hdr30-pin23 {
nvidia,pins = "pk3";
nvidia,function = "i2s5b";
nvidia,pin-group = "i2s5";
nvidia,pin-label = "i2s5b_sclk";
nvidia,pull = ;
nvidia,tristate = ;
nvidia,enable-input = ;
};
hdr30-pin24 {
nvidia,pins = "pk2";
nvidia,function = "i2s5b";
nvidia,pin-group = "i2s5";
nvidia,pin-label = "i2s5b_dout";
nvidia,pull = ;
nvidia,tristate = ;
nvidia,enable-input = ;
};
hdr30-pin25 {
nvidia,pins = "pk1";
nvidia,function = "i2s5b";
nvidia,pin-group = "i2s5";
nvidia,pin-label = "i2s5b_din";
nvidia,pull = ;
nvidia,tristate = ;
nvidia,enable-input = ;
};
hdr30-pin26 {
nvidia,pins = "pk0";
nvidia,function = "i2s5b";
nvidia,pin-group = "i2s5";
nvidia,pin-label = "i2s5b_fs";
nvidia,pull = ;
nvidia,tristate = ;
nvidia,enable-input = ;
};
};
};
};
};