]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: tegra: Enable PCIe for Jetson AGX Thor
authorJon Hunter <jonathanh@nvidia.com>
Tue, 19 May 2026 08:47:07 +0000 (09:47 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 26 May 2026 14:57:41 +0000 (16:57 +0200)
Enable the PCIe controllers on the Jetson AGX Thor Developer Kit that
are used for ethernet and NVMe.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra264-p4071-0000+p3834-0008.dts

index df6555b6d0e0a6b8bc84bc4e08224f6847b1486b..3bd4c4cf287147e8278f6e821d2cc1711bc0f6ff 100644 (file)
@@ -8,4 +8,16 @@
 / {
        model = "NVIDIA Jetson AGX Thor Developer Kit";
        compatible = "nvidia,p4071-0000+p3834-0008", "nvidia,p3834-0008", "nvidia,tegra264";
+
+       bus@a800000000 {
+               /* PCIe C2 to enable Ethernet */
+               pci@8420000 {
+                       status = "okay";
+               };
+
+               /* PCIe C5 to enable NVME */
+               pci@8480000 {
+                       status = "okay";
+               };
+       };
 };