]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - Documentation/devicetree/bindings/fpga/altera-fpga2sdram-bridge.txt
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm...
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / fpga / altera-fpga2sdram-bridge.txt
1 Altera FPGA To SDRAM Bridge Driver
2
3 Required properties:
4 - compatible : Should contain "altr,socfpga-fpga2sdram-bridge"
5
6 Optional 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
11 Example:
12 fpga_bridge3: fpga-bridge@ffc25080 {
13 compatible = "altr,socfpga-fpga2sdram-bridge";
14 reg = <0xffc25080 0x4>;
15 bridge-enable = <0>;
16 };