1 * Renesas R-Car PWM Timer Controller
4 - compatible: should be "renesas,pwm-rcar" and one of the following.
5 - "renesas,pwm-r8a7778": for R-Car M1A
6 - "renesas,pwm-r8a7779": for R-Car H1
7 - "renesas,pwm-r8a7790": for R-Car H2
8 - "renesas,pwm-r8a7791": for R-Car M2-W
9 - "renesas,pwm-r8a7794": for R-Car E2
10 - "renesas,pwm-r8a7795": for R-Car H3
11 - "renesas,pwm-r8a7796": for R-Car M3-W
12 - "renesas,pwm-r8a77995": for R-Car D3
13 - reg: base address and length of the registers block for the PWM.
14 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
16 - clocks: clock phandle and specifier pair.
17 - pinctrl-0: phandle, referring to a default pin configuration node.
18 - pinctrl-names: Set to "default".
20 Example: R8A7790 (R-Car H2) PWM Timer node
23 compatible = "renesas,pwm-r8a7790", "renesas,pwm-rcar";
24 reg = <0 0xe6e30000 0 0x8>;
26 clocks = <&mstp5_clks R8A7790_CLK_PWM>;
27 pinctrl-0 = <&pwm0_pins>;
28 pinctrl-names = "default";