Hi,
We would like to use a PCIe x2 switch on the PCIE0 port. Is it possible?
Lane0 and Lane1 are planned to be used in our design. But we are sure if they can work or not.
We discovered that the PCIe driver does not seem to support PCIe x2.
We didn’t find “pcie-x2” setting in the kernel/kernel-4.9/drivers/phy/tegra/xusb-tegra210.c.
static const char *tegra210_pcie_functions[] = {
"pcie-x1",
"xusb",
"sata",
"pcie-x4",
};
PCIe x4 switch is already verified under our test. To save our cost, we would like to lower the number of used lanes because we only need two PCIe end points in some of our products. Please kindly help us check the possibility.