Good day!
I've configured SRDS2 as 0x8888 and expect to have PCIe.1 x4 on my custom ls1046 board.
I've confugured RCW with this settings and see that my settings are successfully implemented in Uboot:

In Uboot I configure all the PCi stuff, also I configured dts:
&pcie1 {
status = "okay";
};
I've installed Intel 10GB card in my PCI slot, but I can't see it:

I see only PCI controller root.
The same situation in Linux:
I've configured all the ls1046 PCI stuff in kernel,enabled PCI in DTS:
&pcie1 {
status = "okay";
};
pcie@3400000 {
/delete-property/ iommu-map;
};
pcie@3500000 {
/delete-property/ iommu-map;
};
pcie@3600000 {
/delete-property/ iommu-map;
};
As I understand PCI controller successfully loads:

But it also can't see my NIC card:

Please tell me should I do any other actions in addition to mentioned above to bring the PCI bus up? Maybe some additional dts fixes or whatever?