Newer
Older
barebox / dts / Bindings / pwm / lpc32xx-pwm.txt
@Sascha Hauer Sascha Hauer on 28 Apr 2014 247 bytes Add devicetree source files as of Linux-3.15-rc2
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>;
};