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
/
fpga
/
litex-fpga.txt
blob
5e9c4893ddc4537673055b2c35b700c8bf5f31e6
1
LiteX ICAPBitstream fpga manager
2
3
Required properties:
4
- compatible: should be "litex,fpga-icap"
5
- reg: base address of configuration registers with length
6
7
Examples:
8
9
fpga_man: icap@f0007000 {
10
compatible = "litex,fpga-icap";
11
reg = <0x0 0xf0007000 0x0 0x14>;
12
};