Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | LPC32XX PWM controller |
2 | |||||
3 | Required properties: | ||||
4 | - compatible: should be "nxp,lpc3220-pwm" | ||||
5 | - reg: physical base address and length of the controller's registers | ||||
6 | |||||
7 | Examples: | ||||
8 | |||||
9 | pwm@4005c000 { | ||||
10 | compatible = "nxp,lpc3220-pwm"; | ||||
11 | reg = <0x4005c000 0x4>; | ||||
12 | }; | ||||
13 | |||||
14 | pwm@4005c004 { | ||||
15 | compatible = "nxp,lpc3220-pwm"; | ||||
16 | reg = <0x4005c004 0x4>; | ||||
17 | }; |