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 v5.5-rc1 16 lines 390 B view raw
1Calxeda DDR memory controller 2 3Properties: 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 10Example: 11 12 memory-controller@fff00000 { 13 compatible = "calxeda,hb-ddr-ctrl"; 14 reg = <0xfff00000 0x1000>; 15 interrupts = <0 91 4>; 16 };