• Sean Anderson's avatar
    dt-bindings: pwm: Add Xilinx AXI Timer · f643490e
    Sean Anderson authored
    This adds a binding for the Xilinx LogiCORE IP AXI Timer. This device is a
    "soft" block, so it has some parameters which would not be configurable in
    most hardware. This binding is usually automatically generated by Xilinx's
    tools, so the names and values of some properties should be kept as they
    are, if possible. In addition, this binding is already in the kernel at
    arch/microblaze/boot/dts/system.dts, and in user software such as QEMU.
    
    The existing driver uses the clock-frequency property, or alternatively the
    /cpus/timebase-frequency property as its frequency input. Because these
    properties are deprecated, they have not been included with this schema.
    All new bindings should use the clocks/clock-names properties to specify
    the parent clock.
    
    Because we need to init timer devices so early in boot, we determine if we
    should use the PWM driver or the clocksource/clockevent driver by the
    presence/absence, respectively, of #pwm-cells. Because both counters are
    used by the PWM, there is no need for a separate property specifying which
    counters are to be used for the PWM.
    Signed-off-by: default avatarSean Anderson <sean.anderson@seco.com>
    Reviewed-by: default avatarRob Herring <robh@kernel.org>
    Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
    f643490e
xlnx,xps-timer.yaml 1.8 KB