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 v4.3 12 lines 247 B view raw
1LPC32XX PWM controller 2 3Required properties: 4- compatible: should be "nxp,lpc3220-pwm" 5- reg: physical base address and length of the controller's registers 6 7Examples: 8 9pwm@0x4005C000 { 10 compatible = "nxp,lpc3220-pwm"; 11 reg = <0x4005C000 0x8>; 12};