M7350/kernel/Documentation/devicetree/bindings/memory-controllers/synopsys.txt

12 lines
304 B
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
Binding for Synopsys IntelliDDR Multi Protocol Memory Controller
Required properties:
- compatible: Should be 'xlnx,zynq-ddrc-a05'
- reg: Base address and size of the controllers memory area
Example:
memory-controller@f8006000 {
compatible = "xlnx,zynq-ddrc-a05";
reg = <0xf8006000 0x1000>;
};