Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [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@0x4005C000 { | ||||
10 | compatible = "nxp,lpc3220-pwm"; | ||||
11 | reg = <0x4005C000 0x8>; | ||||
12 | }; |