Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
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>;
};