Skip to content

Commit f369289

Browse files
committed
arm64: tegra: Add Jetson AGX Thor Developer Kit support
Add basic support for the Jetson AGX Thor Developer Kit. It's quite similar to the existing reference platform but has a slightly different carrier board with different mass storage options and I/O. Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 06c3b6c commit f369289

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

arch/arm64/boot/dts/nvidia/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ DTC_FLAGS_tegra234-p3740-0002+p3701-0008 := -@
1414
DTC_FLAGS_tegra234-p3768-0000+p3767-0000 := -@
1515
DTC_FLAGS_tegra234-p3768-0000+p3767-0005 := -@
1616
DTC_FLAGS_tegra264-p3971-0089+p3834-0008 := -@
17+
DTC_FLAGS_tegra264-p4071-0000+p3834-0008 := -@
1718

1819
dtb-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra132-norrin.dtb
1920
dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-0000.dtb
@@ -35,3 +36,4 @@ dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3740-0002+p3701-0008.dtb
3536
dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3768-0000+p3767-0000.dtb
3637
dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3768-0000+p3767-0005.dtb
3738
dtb-$(CONFIG_ARCH_TEGRA_264_SOC) += tegra264-p3971-0089+p3834-0008.dtb
39+
dtb-$(CONFIG_ARCH_TEGRA_264_SOC) += tegra264-p4071-0000+p3834-0008.dtb
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
/dts-v1/;
3+
4+
// module files must be included first
5+
#include "tegra264-p3834-0008.dtsi"
6+
#include "tegra264-p4071-0000+p3834.dtsi"
7+
8+
/ {
9+
model = "NVIDIA Jetson AGX Thor Developer Kit";
10+
compatible = "nvidia,p4071-0000+p3834-0008", "nvidia,p3834-0008", "nvidia,tegra264";
11+
};
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
3+
/ {
4+
aliases {
5+
serial0 = &{/bus@0/serial@c4e0000};
6+
serial1 = &{/bus@0/serial@c5a0000};
7+
};
8+
9+
chosen {
10+
stdout-path = "serial0:115200n8";
11+
};
12+
};

0 commit comments

Comments
 (0)