mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Following device-tree overlays for Orin Hope Developer Kit
are added:
1. M.2 Key E header
2. M.2 Key B header
2. Jetson 20-pin GPIO header
And header defining the compatible string is also added
Bug 3966930
Change-Id: I40012c496316f93eff5789fd441f42c96b1d35f0
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2953681
Signed-off-by: Asha Talambedu <atalambedu@nvidia.com>
(cherry picked from commit 41d6987300)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3080901
Reviewed-by: Viswanath L <viswanathl@nvidia.com>
Reviewed-by: Dara Ramesh <dramesh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
72 lines
1.8 KiB
Devicetree
72 lines
1.8 KiB
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
//Device-tree overlay for tegra234-p3740-0002-p3701-0008 M.2 Key E Slot.
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/pinctrl/pinctrl-tegra.h>
|
|
#include <dt-bindings/tegra234-p3740-0002-p3701-0008.h>
|
|
|
|
/ {
|
|
overlay-name = "Jetson M.2 Key E Slot";
|
|
compatible = JETSON_COMPATIBLE;
|
|
|
|
p3740-0000_p3701-0000-m2ke@0 {
|
|
target = <&pinmux>;
|
|
__overlay__ {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&jetson_io_pinmux>;
|
|
jetson_io_pinmux: exp-header-pinmux {
|
|
m2ke-pin8 {
|
|
nvidia,pins = "soc_gpio45_pad0";
|
|
nvidia,function = "i2s1";
|
|
nvidia,pin-label = "i2s1_sclk";
|
|
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
|
nvidia,enable-input = <TEGRA_PIN_ENABLE>;
|
|
};
|
|
m2ke-pin10 {
|
|
nvidia,pins = "soc_gpio48_pad3";
|
|
nvidia,function = "i2s1";
|
|
nvidia,pin-label = "i2s1_fs";
|
|
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
|
nvidia,enable-input = <TEGRA_PIN_ENABLE>;
|
|
};
|
|
m2ke-pin12 {
|
|
nvidia,pins = "soc_gpio47_pad2";
|
|
nvidia,function = "i2s1";
|
|
nvidia,pin-label = "i2s1_din";
|
|
nvidia,tristate = <TEGRA_PIN_ENABLE>;
|
|
nvidia,enable-input = <TEGRA_PIN_ENABLE>;
|
|
};
|
|
m2ke-pin14 {
|
|
nvidia,pins = "soc_gpio46_pad1";
|
|
nvidia,function = "i2s1";
|
|
nvidia,pin-label = "i2s1_dout";
|
|
nvidia,tristate = <TEGRA_PIN_DISABLE>;
|
|
nvidia,enable-input = <TEGRA_PIN_DISABLE>;
|
|
};
|
|
m2ke-pin22 {
|
|
nvidia,pins = "uart2_rx_px5";
|
|
};
|
|
m2ke-pin32 {
|
|
nvidia,pins = "uart2_tx_px4";
|
|
};
|
|
m2ke-pin34 {
|
|
nvidia,pins = "uart2_cts_px7";
|
|
};
|
|
m2ke-pin36 {
|
|
nvidia,pins = "uart2_rts_px6";
|
|
};
|
|
m2ke-pin58 {
|
|
nvidia,pins = "dp_aux_ch2_n_pn6";
|
|
};
|
|
m2ke-pin60 {
|
|
nvidia,pins = "dp_aux_ch2_p_pn5";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|