blob: 1ab1abca8bccbd58bc75bbde416262e40e46a681 (
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@4005c000 {
compatible = "nxp,lpc3220-pwm";
reg = <0x4005c000 0x8>;
};
|