gro: Allow tunnel stacking in the case of FOU/GUE
[linux/fpc-iii.git] / Documentation / devicetree / bindings / memory-controllers / synopsys.txt
blobf9c6454146b6bee1a33514c5c01e6955d04b8499
1 Binding for Synopsys IntelliDDR Multi Protocol Memory Controller
3 Required properties:
4  - compatible: Should be 'xlnx,zynq-ddrc-a05'
5  - reg: Base address and size of the controllers memory area
7 Example:
8         memory-controller@f8006000 {
9                 compatible = "xlnx,zynq-ddrc-a05";
10                 reg = <0xf8006000 0x1000>;
11         };