Back to home page

OSCL-LXR

 
 

    


0001 Altera Arria10 Partial Reconfiguration IP
0002 
0003 Required properties:
0004 - compatible : should contain "altr,a10-pr-ip"
0005 - reg        : base address and size for memory mapped io.
0006 
0007 Example:
0008 
0009         fpga_mgr: fpga-mgr@ff20c000 {
0010                 compatible = "altr,a10-pr-ip";
0011                 reg = <0xff20c000 0x10>;
0012         };