^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) LPC32XX PWM controller
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - compatible: should be "nxp,lpc3220-pwm"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - reg: physical base address and length of the controller's registers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Examples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) pwm@4005c000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) compatible = "nxp,lpc3220-pwm";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) reg = <0x4005c000 0x4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) pwm@4005c004 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) compatible = "nxp,lpc3220-pwm";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) reg = <0x4005c004 0x4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) };