repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
net
/
maxim,ds26522.txt
blob
ee8bb725f245a6d86dfa28992b1cc55ee30be001
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
};