Searched +full:milbeaut +full:- +full:timer (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/socionext,milbeaut-timer.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Milbeaut SoCs Timer Controller10 - Sugaya Taichi <sugaya.taichi@socionext.com>14 const: socionext,milbeaut-timer26 - compatible27 - reg28 - interrupts[all …]
1 Milbeaut SoCs Timer Controller5 - compatible : should be "socionext,milbeaut-timer".6 - reg : Specifies base physical address and size of the registers.7 - interrupts : The interrupt of the first timer.8 - clocks: phandle to the input clk.12 timer {13 compatible = "socionext,milbeaut-timer";
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/interrupt-controller/irq.h>3 #include <dt-bindings/input/input.h>4 #include <dt-bindings/gpio/gpio.h>5 #include <dt-bindings/interrupt-controller/arm-gic.h>9 interrupt-parent = <&gic>;10 #address-cells = <1>;11 #size-cells = <1>;14 #address-cells = <1>;15 #size-cells = <0>;[all …]