Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.19-rc2 11 lines 304 B view raw
1Binding for Synopsys IntelliDDR Multi Protocol Memory Controller 2 3Required properties: 4 - compatible: Should be 'xlnx,zynq-ddrc-a05' 5 - reg: Base address and size of the controllers memory area 6 7Example: 8 memory-controller@f8006000 { 9 compatible = "xlnx,zynq-ddrc-a05"; 10 reg = <0xf8006000 0x1000>; 11 };