* Mellanox BlueField TMFIFO driver

Required properties:
- compatible: Should be "mellanox,bf-tmfifo".
- reg: External SMB bus chip select number, address and length for the Rx-FIFO
  and Tx-FIFO registers of this device.
- interrupts: Should contain the interrupt numbers. The parent node should
  have interrupt-cells set to 1.

Examples:

bluefield-tmfifo-net@7,1 {
	compatible = "mellanox,bf-tmfifo";
	reg = <0x7 0x00000a20 0x00000018
	       0x7 0x00000a40 0x00000018>;
	interrupts = <9 10 11 12>;
};
