Part Number: AM5728
Other Parts Discussed in Thread: XIO2001,
Tool/software: Linux
Hi Sir,
we are using linux version of TI SDK linux is 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
TI SDK is ti-processor-sdk-linux-am57xx-evm-03.02.00.05-Linux-x86-Install
we want to use 2 lanes of PCIE so we modified the am57xx-evm-reva3.dts file as follows .
&pcie1_ep{
status="okay";
};
pcie2_ep: pcie_ep@51800000 {
compatible = "ti,dra7-pcie-ep";
reg = <0x51800000 0x28>, <0x51802000 0x14c>,
<0x51801000 0x28>, <0x1000 0x10000000>;
reg-names = "ep_dbics", "ti_conf", "ep_dbics2", "addr_space";
interrupts = <0 355 0x4>;
num-lanes = <1>;
num-ib-windows = <4>;
num-ob-windows = <16>;
ti,hwmods = "pcie2";
phys = <&pcie2_phy>;
phy-names = "pcie-phy1";
syscon-legacy-mode = <&scm_conf1 0x14 1>;
status = "okay";
&pcie1_rc{
status="okay";
};
&pcie2_rc{
status="okay";
};
after modification when we given the command lspci we were able to see the following
00:00.0 PCI bridge: Texas Instruments Device 8888 (rev 01)
01:00.0 PCI bridge: Texas Instruments XIO2001 PCI Express-to-PCI Bridge
02:00.0 Communication Controller: ILC Data Device Corp Device 1a00(rev 10)
what is this mean?
we were unable to see the device on the second lane .
suggest us how to proceed further.
Thank You,
Kumari