Skip to content

Commit d01e4f1

Browse files
committed
arm64: tegra: Add p3971-0089+p3834-0008 support
The P3971-0089+P3834-0008 is an engineering reference platform for the Tegra264 SoC. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thierry Reding <[email protected]>
1 parent b711791 commit d01e4f1

File tree

7 files changed

+71
-0
lines changed

7 files changed

+71
-0
lines changed

arch/arm64/boot/dts/nvidia/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ DTC_FLAGS_tegra234-p3737-0000+p3701-0000 := -@
1212
DTC_FLAGS_tegra234-p3740-0002+p3701-0008 := -@
1313
DTC_FLAGS_tegra234-p3768-0000+p3767-0000 := -@
1414
DTC_FLAGS_tegra234-p3768-0000+p3767-0005 := -@
15+
DTC_FLAGS_tegra264-p3971-0089+p3834-0008 := -@
1516

1617
dtb-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra132-norrin.dtb
1718
dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-0000.dtb
@@ -31,3 +32,4 @@ dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3737-0000+p3701-0008.dtb
3132
dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3740-0002+p3701-0008.dtb
3233
dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3768-0000+p3767-0000.dtb
3334
dtb-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-p3768-0000+p3767-0005.dtb
35+
dtb-$(CONFIG_ARCH_TEGRA_264_SOC) += tegra264-p3971-0089+p3834-0008.dtb
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
3+
#include "tegra264-p3834.dtsi"
4+
5+
/ {
6+
compatible = "nvidia,p3834-0008", "nvidia,tegra264";
7+
};
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
3+
#include "tegra264.dtsi"
4+
5+
/ {
6+
compatible = "nvidia,p3834", "nvidia,tegra264";
7+
8+
aliases {
9+
};
10+
11+
bus@0 {
12+
serial@c4e0000 {
13+
status = "okay";
14+
};
15+
16+
serial@c5a0000 {
17+
status = "okay";
18+
};
19+
};
20+
21+
bus@8100000000 {
22+
iommu@5000000 {
23+
status = "okay";
24+
};
25+
26+
iommu@6000000 {
27+
status = "okay";
28+
};
29+
};
30+
};
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-p3971-0089+p3834.dtsi"
7+
8+
/ {
9+
model = "NVIDIA P3971-0089+P3834-0008 Engineering Reference Platform";
10+
compatible = "nvidia,p3971-0089+p3834-0008", "nvidia,p3834-0008", "nvidia,tegra264";
11+
};
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
3+
#include "tegra264-p3971-0089.dtsi"
4+
5+
/ {
6+
aliases {
7+
serial0 = &{/bus@0/serial@c4e0000};
8+
serial1 = &{/bus@0/serial@c5a0000};
9+
};
10+
11+
chosen {
12+
stdout-path = "serial0:115200n8";
13+
};
14+
};
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
3+
#include "tegra264-p3971.dtsi"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
3+
/ {
4+
};

0 commit comments

Comments
 (0)