0001 Broadcom Kona PWM controller device tree bindings
0002
0003 This controller has 6 channels.
0004
0005 Required Properties :
0006 - compatible: should contain "brcm,kona-pwm"
0007 - reg: physical base address and length of the controller's registers
0008 - clocks: phandle + clock specifier pair for the external clock
0009 - #pwm-cells: Should be 3. See pwm.yaml in this directory for a
0010 description of the cells format.
0011
0012 Refer to clocks/clock-bindings.txt for generic clock consumer properties.
0013
0014 Example:
0015
0016 pwm: pwm@3e01a000 {
0017 compatible = "brcm,bcm11351-pwm", "brcm,kona-pwm";
0018 reg = <0x3e01a000 0xc4>;
0019 clocks = <&pwm_clk>;
0020 #pwm-cells = <3>;
0021 };