1 Amlogic Meson PWM Controller
2 ============================
5 - compatible: Shall contain "amlogic,meson8b-pwm"
6 or "amlogic,meson-gxbb-pwm"
7 or "amlogic,meson-gxbb-ao-pwm"
8 - #pwm-cells: Should be 3. See pwm.txt in this directory for a description of
12 - clocks: Could contain one or two parents clocks phandle for each of the two
14 - clock-names: Could contain at least the "clkin0" and/or "clkin1" names.
19 compatible = "amlogic,meson-gxbb-pwm";
20 reg = <0x0 0x08550 0x0 0x10>;
22 clocks = <&xtal>, <&xtal>;
23 clock-names = "clkin0", "clkin1";