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.6-rc1 14 lines 284 B view raw
1* Energymicro efm32 UART 2 3Required properties: 4- compatible : Should be "efm32,uart" 5- reg : Address and length of the register set 6- interrupts : Should contain uart interrupt 7 8Example: 9 10uart@0x4000c400 { 11 compatible = "efm32,uart"; 12 reg = <0x4000c400 0x400>; 13 interrupts = <15>; 14};