Thank you for answer.
Memory translation is not possible with SMMU (errata)
What i can do: to configure ATU in PCIe and set correct SMMU S2CR configuration.
Can you describe more about SMMU configuration?
My current algorithm is:
1. Setup SMMU2 NSCR register, where clears "Client Port Disable" bit and clears "Memory Type Configuration" bit to set default memory attributes.
2. Setup SMMU2 SMR Stream ID number for PCIe
3. Setup SMMU2 S2CR register with Write&Read allocate, Bypass type, Cacheable memory attribute.
4. Setup PCIe1: setup link and configure iATU. (If MMU translation is enable, so I able to read PCIe WIFI card CFG0 data from mapped address).
5. Setup qDMA legacy channel in qDMA manager to copy 256 bytes from PCIe1 memory (0x4000000000) to DDR3 (0x80300000).
6. Check DLSR register in qDMA manager: DLSR_CB is set constantly. So copy cannot be completed.