Searched +full:r7s72100 +full:- +full:ostm (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/timer/renesas,ostm.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas OS Timer (OSTM)10 - Chris Brandt <chris.brandt@renesas.com>11 - Geert Uytterhoeven <geert+renesas@glider.be>14 The OSTM is a multi-channel 32-bit timer/counter with fixed clock source that15 can operate in either interval count down timer or free-running compare match23 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the r7s72100 SoC5 * Copyright (C) 2013-14 Renesas Solutions Corp.6 * Copyright (C) 2014 Wolfram Sang, Sang Engineering <wsa@sang-engineering.com>9 #include <dt-bindings/clock/r7s72100-clock.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>14 compatible = "renesas,r7s72100";15 #address-cells = <1>;16 #size-cells = <1>;[all …]