Searched +full:nomadik +full:- +full:mtu (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/timer/st,nomadik-mtu.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: ST Microelectronics Nomadik Multi-Timer Unit MTU Timer11 - Linus Walleij <linus.walleij@linaro.org>13 description: This timer is found in the ST Microelectronics Nomadik14 SoCs STn8800, STn8810 and STn8815 as well as in ST-Ericsson DB8500.19 - const: st,nomadik-mtu32 clock-names:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree for the ST-Ericsson Nomadik 8815 STn8815 SoC6 #include <dt-bindings/gpio/gpio.h>9 #address-cells = <1>;10 #size-cells = <1>;18 L2: cache-controller {19 compatible = "arm,l210-cache";21 interrupt-parent = <&vica>;23 cache-unified;24 cache-level = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/clock/ste-db8500-clkout.h>9 #include <dt-bindings/reset/stericsson,db8500-prcc-reset.h>10 #include <dt-bindings/mfd/dbx500-prcmu.h>11 #include <dt-bindings/arm/ux500_pm_domains.h>12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/thermal/thermal.h>16 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (C) 2010 Linus Walleij for ST-Ericsson24 * The MTU device hosts four different counters, with 4 set of33 /* per-timer registers take 0..3 as argument */41 #define MTU_CRn_PERIODIC 0x40 /* if 0 = free-running */66 static u32 nmdk_cycle; /* write-once */79 return -readl(mtu_base + MTU_VAL(0)); in nomadik_read_sched_clock()87 /* Clockevent device: use one-shot mode */103 /* Timer: configure load and background-load, and fire it up */ in nmdk_clkevt_reset()145 /* ClockSource: configure load and background-load, and fire it up */ in nmdk_clksrc_reset()[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_TIMER_OF) += timer-of.o3 obj-$(CONFIG_TIMER_PROBE) += timer-probe.o4 obj-$(CONFIG_ATMEL_PIT) += timer-atmel-pit.o5 obj-$(CONFIG_ATMEL_ST) += timer-atmel-st.o6 obj-$(CONFIG_ATMEL_TCB_CLKSRC) += timer-atmel-tcb.o7 obj-$(CONFIG_X86_PM_TIMER) += acpi_pm.o8 obj-$(CONFIG_SCx200HR_TIMER) += scx200_hrt.o9 obj-$(CONFIG_CS5535_CLOCK_EVENT_SRC) += timer-cs5535.o10 obj-$(CONFIG_CLKSRC_JCORE_PIT) += jcore-pit.o[all …]