Searched +full:nuclei +full:- +full:systimer (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.4.0/dts/bindings/timer/ |
D | nuclei,systimer.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Nuclei System Timer 7 The Nuclei system timer provides RISC-V privileged mtime and mtimecmp 10 compatible: "nuclei,systimer" 21 clk-divider: 24 clk-divider specifies the division ratio to the CPU frequency that 35 clock-frequency = <108000000>; 44 Setting clk-divider to 2 specifies the system timer uses the clock 48 dt-bindings/timer/nuclei-systimer.h header file.
|
/Zephyr-Core-3.4.0/dts/riscv/gigadevice/ |
D | gd32vf103.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <zephyr/dt-bindings/adc/adc.h> 9 #include <zephyr/dt-bindings/gpio/gpio.h> 10 #include <zephyr/dt-bindings/timer/nuclei-systimer.h> 11 #include <zephyr/dt-bindings/i2c/i2c.h> 12 #include <zephyr/dt-bindings/pwm/pwm.h> 13 #include <zephyr/dt-bindings/clock/gd32vf103-clocks.h> 14 #include <zephyr/dt-bindings/reset/gd32vf103.h> 17 #address-cells = <1>; 18 #size-cells = <1>; [all …]
|
/Zephyr-Core-3.4.0/drivers/timer/ |
D | riscv_machine_timer.c | 2 * Copyright (c) 2018-2023 Intel Corporation 4 * SPDX-License-Identifier: Apache-2.0 16 /* andestech,machine-timer */ 23 /* neorv32-machine-timer */ 30 /* nuclei,systimer */ 44 /* telink,machine-timer */ 51 /* lowrisc,machine-timer */ 58 /* niosv-machine-timer */ 65 /* scr,machine-timer*/ 103 /* Per spec, the RISC-V MTIME/MTIMECMP registers are 64 bit, in set_mtimecmp() [all …]
|
/Zephyr-Core-3.4.0/doc/releases/ |
D | release-notes-3.2.rst | 13 * Added support for :ref:`bin-blobs` (also see :ref:`west-blobs`). 15 * Converted all supported boards from ``pinmux`` to :ref:`pinctrl-guide`. 31 * CVE-2022-2993: Under embargo until 2022-11-03 33 * CVE-2022-2741: Under embargo until 2022-10-14 56 This definition can be used by third-party code to compile code conditional 58 Therefore, any third-party code integrated using the Zephyr build system will 91 changed from ``-ENETDOWN`` to ``-ENETUNREACH``. A return value of ``-ENETDOWN`` now indicates 129 * Removed support for configuring the CAN-FD maximum DLC value via Kconfig 156 valid for specific bindings to specify like :dtcompatible:`gpio-leds` and 157 :dtcompatible:`fixed-partitions`. [all …]
|