Searched +full:mps2 +full:- +full:timer (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/arm,mps2-timer.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ARM MPS2 timer10 - Vladimir Murzin <vladimir.murzin@arm.com>13 The MPS2 platform has simple general-purpose 32 bits timers.17 const: arm,mps2-timer28 clock-frequency:29 description: Rate in Hz of the timer input clock[all …]
6 * This file is dual-licensed: you can use it either under the terms45 #include "../armv7-m.dtsi"48 #address-cells = <1>;49 #size-cells = <1>;51 oscclk0: clock-50000000 {52 compatible = "fixed-clock";53 #clock-cells = <0>;54 clock-frequency = <50000000>;57 oscclk1: clock-24576000 {58 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.0-only51 writel_relaxed(val, to_mps2_clkevt(c)->reg + offset); in clockevent_mps2_writel()72 u32 clock_count_per_tick = to_mps2_clkevt(ce)->clock_count_per_tick; in mps2_timer_set_periodic()84 u32 status = readl_relaxed(ce->reg + TIMER_INT); in mps2_timer_interrupt()91 writel_relaxed(1, ce->reg + TIMER_INT); in mps2_timer_interrupt()93 ce->clkevt.event_handler(&ce->clkevt); in mps2_timer_interrupt()105 const char *name = "mps2-clkevt"; in mps2_clockevent_init()107 ret = of_property_read_u32(np, "clock-frequency", &rate); in mps2_clockevent_init()127 ret = -EADDRNOTAVAIL; in mps2_clockevent_init()134 ret = -ENOENT; in mps2_clockevent_init()[all …]
1 # SPDX-License-Identifier: GPL-2.049 # https://github.com/llvm/llvm-project/commit/d130f402642fba3d065aacb506cb061c899558de166 The ARM series is a line of low-power-consumption RISC chip designs168 handhelds such as the Compaq IPAQ. ARM-based PCs are no longer169 manufactured, but legacy ARM-based PC hardware remains popular in177 relocations. The combined range is -/+ 256 MiB, which is usually270 Patch phys-to-virt and virt-to-phys translation functions at274 This can only be used with non-XIP MMU kernels where the base320 bool "MMU-based Paged Memory Management Support"323 Select if you want MMU-based virtualised addressing space[all …]
5 ----------[all...]