Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 237bcad1 authored by Thierry Reding's avatar Thierry Reding Committed by Stephen Warren
Browse files

ARM: tegra: tec: Add PCIe support



Enable the first PCIe root port which is connected to an FPGA on the
Tamonten Evaluation Carrier and add device nodes for each of the PCI
endpoints available in the standard configuration.

Signed-off-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 1b2d6b84
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -32,6 +32,14 @@
		};
	};

	pcie-controller {
		status = "okay";

		pci@1,0 {
			status = "okay";
		};
	};

	sound {
		compatible = "ad,tegra-audio-wm8903-tec",
			     "nvidia,tegra-audio-wm8903";