Commit 172e9087 authored by Sugaya Taichi's avatar Sugaya Taichi Committed by Arnd Bergmann

dt-bindings: timer: Add Milbeaut M10V timer description

Add DT bindings document for Milbeaut M10V timer.
Signed-off-by: default avatarSugaya Taichi <sugaya.taichi@socionext.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 9fb29c73
Milbeaut SoCs Timer Controller
Required properties:
- compatible : should be "socionext,milbeaut-timer".
- reg : Specifies base physical address and size of the registers.
- interrupts : The interrupt of the first timer.
- clocks: phandle to the input clk.
Example:
timer {
compatible = "socionext,milbeaut-timer";
reg = <0x1e000050 0x20>
interrupts = <0 91 4>;
clocks = <&clk 4>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment