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 v5.15 13 lines 353 B view raw
1Altera FPGA To SDRAM Bridge Driver 2 3Required properties: 4- compatible : Should contain "altr,socfpga-fpga2sdram-bridge" 5 6See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings. 7 8Example: 9 fpga_bridge3: fpga-bridge@ffc25080 { 10 compatible = "altr,socfpga-fpga2sdram-bridge"; 11 reg = <0xffc25080 0x4>; 12 bridge-enable = <0>; 13 };