* Xilinx Radio over Ethernet Traffic Generator driver

Required properties:
- compatible: must be "xlnx,roe-framer-1.0"
- reg: physical base address of the framer and length of memory mapped region
- clock-names: list of clock names
- clocks: list of clock sources corresponding to the clock names

Example:
	roe_radio_ctrl@a0060000 {
		compatible = "xlnx,roe-traffic-gen-1.0";
		reg = <0x0 0xa0060000 0x0 0x10000>;
		clock-names = "s_axis_fram_aclk", "s_axi_aclk";
		clocks = <0x44 0x43>;
	};
