aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt
blob: cfe1db3bb6e979987361b1c194ecdbf04ddc9349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>;
};