From 2359ccddc1c3f4752f43cc19b3db189710b15791 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Wed, 25 Apr 2018 14:24:59 -0500 Subject: dt-bindings: move various timer bindings to timer/ directory Bindings are supposed to be organized by device class/function. Move bindings for various timers to timer/ binding directory. Cc: Linus Walleij Acked-by: Thierry Reding Signed-off-by: Rob Herring --- Documentation/devicetree/bindings/c6x/timer64.txt | 26 ----------------------- 1 file changed, 26 deletions(-) delete mode 100644 Documentation/devicetree/bindings/c6x/timer64.txt (limited to 'Documentation/devicetree/bindings/c6x') diff --git a/Documentation/devicetree/bindings/c6x/timer64.txt b/Documentation/devicetree/bindings/c6x/timer64.txt deleted file mode 100644 index 95911fe70224..000000000000 --- a/Documentation/devicetree/bindings/c6x/timer64.txt +++ /dev/null @@ -1,26 +0,0 @@ -Timer64 -------- - -The timer64 node describes C6X event timers. - -Required properties: - -- compatible: must be "ti,c64x+timer64" -- reg: base address and size of register region -- interrupt-parent: interrupt controller -- interrupts: interrupt id - -Optional properties: - -- ti,dscr-dev-enable: Device ID used to enable timer IP through DSCR interface. - -- ti,core-mask: on multi-core SoCs, bitmask of cores allowed to use this timer. - -Example: - timer0: timer@25e0000 { - compatible = "ti,c64x+timer64"; - ti,core-mask = < 0x01 >; - reg = <0x25e0000 0x40>; - interrupt-parent = <&megamod_pic>; - interrupts = < 16 >; - }; -- cgit v1.2.3