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.3-rc1 16 lines 365 B view raw
1Error location module 2 3Required properties: 4- compatible: Must be "ti,am3352-elm" 5- reg: physical base address and size of the registers map. 6- interrupts: Interrupt number for the elm. 7 8Optional properties: 9- ti,hwmods: Name of the hwmod associated to the elm 10 11Example: 12elm: elm@0 { 13 compatible = "ti,am3352-elm"; 14 reg = <0x48080000 0x2000>; 15 interrupts = <4>; 16};