Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > 3fdc3c48a4b2f4850b60dad6acba4ccb > files > 2455

kernel-linus-doc-4.4.105-1.mga5.noarch.rpm

LPC32XX PWM controller

Required properties:
- compatible: should be "nxp,lpc3220-pwm"
- reg: physical base address and length of the controller's registers

Examples:

pwm@0x4005C000 {
	compatible = "nxp,lpc3220-pwm";
	reg = <0x4005C000 0x8>;
};