* Maxim (Dallas) DS26522 Octal T1/E1/J1 Transceiver

Required properties:
- compatible: Should contain "maxim,ds26522".
- reg: SPI CS
- spi-max-frequency: SPI bus max frequency.

Example:
	slic@2 {
		compatible = "maxim,ds26522";
		reg = <2>;
		spi-max-frequency = <2000000>;
	};
