4 - compatible: should be one of:
5 - "atmel,at91sam9rl-pwm"
8 - "microchip,sam9x60-pwm"
9 - reg: physical base address and length of the controller's registers
10 - #pwm-cells: Should be 3. See pwm.yaml in this directory for a
11 description of the cells format.
16 compatible = "atmel,at91sam9rl-pwm";
17 reg = <0xf8034000 0x400>;
22 compatible = "pwm-leds";
26 pwms = <&pwm0 3 5000 0>
27 max-brightness = <255>;
32 pwms = <&pwm0 1 5000 1>
33 max-brightness = <255>;