I found mismatched entries in DTS:
In armada-388-clearfog.dts:
        pcie-controller {
            status = "okay";
But in armada-385.dtsi we have:
        pciec: pcie {
            compatible = "marvell,armada-370-pcie";
After fixing it, PCIE does show up as expected.