W5300 on Beaglebone Black

Hello,
I am trying to make the WIZ830MJ work with the Bealgebone BLack (BBB) board. The BBB has GPMC (General purpose Memory Controller) which is really well suite for W5300 or W5100 host interface. I have ported the ioLibrary_Driver example to BBB’s Linux using GPMC and it worked.
Now I want to make WIZ830MJ appear as a normal network adapter in Linux. Actually, there is available linux driver for w5300 (I am using kernel 3.8.13) but this is the platform device driver. This driver requires a platform data resource to work. Does any one have sample platform_device resource for w5300 in linux? This will be a big help.
Thank you!