Searched +full:tmu +full:- +full:r8a7779 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/timer/renesas,tmu.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas R-Mobile/R-Car Timer Unit (TMU)10 - Geert Uytterhoeven <geert+renesas@glider.be>11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>14 The TMU is a 32-bit timer/counter with configurable clock inputs and18 are independent. The TMU hardware supports up to three channels.23 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H1 (R8A77790) SoC9 #include <dt-bindings/clock/r8a7779-clock.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/power/r8a7779-sysc.h>15 compatible = "renesas,r8a7779";16 interrupt-parent = <&gic>;17 #address-cells = <1>;18 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M1A (R8A77781) SoC8 * based on r8a777914 #include <dt-bindings/clock/r8a7778-clock.h>15 #include <dt-bindings/interrupt-controller/arm-gic.h>16 #include <dt-bindings/interrupt-controller/irq.h>20 interrupt-parent = <&gic>;21 #address-cells = <1>;22 #size-cells = <1>;25 #address-cells = <1>;[all …]