About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / arm / calxeda / mem-ctrlr.txt


Based on kernel version 4.3. Page generated on 2015-11-02 12:44 EST.

1	Calxeda DDR memory controller
2	
3	Properties:
4	- compatible : Should be:
5	  - "calxeda,hb-ddr-ctrl" for ECX-1000
6	  - "calxeda,ecx-2000-ddr-ctrl" for ECX-2000
7	- reg : Address and size for DDR controller registers.
8	- interrupts : Interrupt for DDR controller.
9	
10	Example:
11	
12		memory-controller@fff00000 {
13			compatible = "calxeda,hb-ddr-ctrl";
14			reg = <0xfff00000 0x1000>;
15			interrupts = <0 91 4>;
16		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog