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
WIP FPC-III support
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
i2c
/
i2c-litex.txt
blob
e78a87155a954418e4b6d4186c1bb7d920a3833d
1
LiteX I2C controller
2
3
Required properties:
4
- compatible: should be "litex,i2c"
5
- reg: base address of configuration registers with length
6
7
Examples:
8
9
i2c@f0003000 {
10
compatible = "litex,i2c";
11
reg = <0x0 0xf0003000 0x0 0x5>;
12
};