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.5-rc7 20 lines 662 B view raw
1ARM Versatile Application and Platform Baseboards 2------------------------------------------------- 3ARM's development hardware platform with connectors for customizable 4core tiles. The hardware configuration of the Versatile boards is 5highly customizable. 6 7Required properties (in root node): 8 compatible = "arm,versatile-ab"; /* Application baseboard */ 9 compatible = "arm,versatile-pb"; /* Platform baseboard */ 10 11Interrupt controllers: 12- VIC required properties: 13 compatible = "arm,versatile-vic"; 14 interrupt-controller; 15 #interrupt-cells = <1>; 16 17- SIC required properties: 18 compatible = "arm,versatile-sic"; 19 interrupt-controller; 20 #interrupt-cells = <1>;