I have my Vivado design for zc706 board with SFP included in my design for configuring PL ethernet using 10G Ethernet Subsystem.
Following the
https://github.com/RTSYork/zc706_10g_example
link successfully generated bitstream and exported the hardware and created a petalinux project based on the hdf generated.
Now in kernel configuration I have enabled PHY Device support and infrastructure and Drivers for xilinx PHY and disabled Xilinx AXI DMA engine support inorder to use ethernet on SFP following PL ethernet in
http://www.wiki.xilinx.com/Zynq+PL+Ethernet
But now how can i include my SFP into device tree? What has to be included in the system-user.dtsi file for including my SFP when booting linux on ZC706?