mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 07:18:51 +01:00
11 lines
304 B
Text
11 lines
304 B
Text
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>;
|
|
};
|