Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / net / maxim,ds26522.txt
1 * Maxim (Dallas) DS26522 Dual T1/E1/J1 Transceiver
2
3 Required properties:
4 - compatible: Should contain "maxim,ds26522".
5 - reg: SPI CS.
6 - spi-max-frequency: SPI clock.
7
8 Example:
9         slic@1 {
10                 compatible = "maxim,ds26522";
11                 reg = <1>;
12                 spi-max-frequency = <2000000>; /* input clock */
13         };