WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / fpga / litex-fpga.txt
blob5e9c4893ddc4537673055b2c35b700c8bf5f31e6
1 LiteX ICAPBitstream fpga manager
3 Required properties:
4 - compatible: should be "litex,fpga-icap"
5 - reg: base address of configuration registers with length
7 Examples:
9 fpga_man: icap@f0007000 {
10         compatible = "litex,fpga-icap";
11         reg = <0x0 0xf0007000 0x0 0x14>;