You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
456 B
17 lines
456 B
9 years ago
|
Altera FPGA To SDRAM Bridge Driver
|
||
|
|
||
|
Required properties:
|
||
|
- compatible : Should contain "altr,socfpga-fpga2sdram-bridge"
|
||
|
|
||
|
Optional properties:
|
||
|
- bridge-enable : 0 if driver should disable bridge at startup
|
||
|
1 if driver should enable bridge at startup
|
||
|
Default is to leave bridge in current state.
|
||
|
|
||
|
Example:
|
||
|
fpga_bridge3: fpga-bridge@ffc25080 {
|
||
|
compatible = "altr,socfpga-fpga2sdram-bridge";
|
||
|
reg = <0xffc25080 0x4>;
|
||
|
bridge-enable = <0>;
|
||
|
};
|