Back to home page

OSCL-LXR

 
 

    


0001 Altera Freeze Bridge Controller Driver
0002 
0003 The Altera Freeze Bridge Controller manages one or more freeze bridges.
0004 The controller can freeze/disable the bridges which prevents signal
0005 changes from passing through the bridge.  The controller can also
0006 unfreeze/enable the bridges which allows traffic to pass through the
0007 bridge normally.
0008 
0009 Required properties:
0010 - compatible            : Should contain "altr,freeze-bridge-controller"
0011 - regs                  : base address and size for freeze bridge module
0012 
0013 See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings.
0014 
0015 Example:
0016         freeze-controller@100000450 {
0017                 compatible = "altr,freeze-bridge-controller";
0018                 regs = <0x1000 0x10>;
0019                 bridge-enable = <0>;
0020         };