Skip to content
Snippets Groups Projects
Commit 172e9087 authored by Sugaya Taichi's avatar Sugaya Taichi Committed by Arnd Bergmann
Browse files

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
No related branches found
No related tags found
No related merge requests found
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>;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment