mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 20:22:08 +02:00
arm64: tegra: Enable PCIe for Jetson AGX Thor
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>
This commit is contained in:
parent
7f2eeae126
commit
36532a9a22
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user