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.18-rc4 17 lines 380 B view raw
1Allwinner sunxi-sid 2 3Required properties: 4- compatible: "allwinner,sun4i-a10-sid" or "allwinner,sun7i-a20-sid" 5- reg: Should contain registers location and length 6 7Example for sun4i: 8 sid@01c23800 { 9 compatible = "allwinner,sun4i-a10-sid"; 10 reg = <0x01c23800 0x10> 11 }; 12 13Example for sun7i: 14 sid@01c23800 { 15 compatible = "allwinner,sun7i-a20-sid"; 16 reg = <0x01c23800 0x200> 17 };