Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.10-rc2 16 lines 456 B view raw
1Altera FPGA To SDRAM Bridge Driver 2 3Required properties: 4- compatible : Should contain "altr,socfpga-fpga2sdram-bridge" 5 6Optional properties: 7- bridge-enable : 0 if driver should disable bridge at startup 8 1 if driver should enable bridge at startup 9 Default is to leave bridge in current state. 10 11Example: 12 fpga_bridge3: fpga-bridge@ffc25080 { 13 compatible = "altr,socfpga-fpga2sdram-bridge"; 14 reg = <0xffc25080 0x4>; 15 bridge-enable = <0>; 16 };