Device tree generation

I`m trying to add msgdma controller to my ADC_SoC Cyclone V project and generate .dts file. But msgdma controller in .dts file is missing. I’m doing the following

  1. Adding msgdma controller in QSys, assigning base adress, generate HDL and compile project.
  2. Using cjmmand sopc2dts --input soc_system.sopcinfo --output soc_system.dts --board hps_common_board_info.xml --bridge-removal all --clocks to generate .dts file.

But in .dts file msgdma controller is missing. Why I`m doing wrong?