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
ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git]
/
Documentation
/
devicetree
/
bindings
/
fpga
/
altera-pr-ip.txt
blob
52a294cf2730537c0b925cb16b0845b85c0195b1
1
Altera Arria10 Partial Reconfiguration IP
2
3
Required properties:
4
- compatible : should contain "altr,a10-pr-ip"
5
- reg : base address and size for memory mapped io.
6
7
Example:
8
9
fpga_mgr: fpga-mgr@ff20c000 {
10
compatible = "altr,a10-pr-ip";
11
reg = <0xff20c000 0x10>;
12
};