Home
last modified time | relevance | path

Searched +full:nrf +full:- +full:hsfll +full:- +full:global (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/clock/
Dnordic,nrf-hsfll-global.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Nordic Global HSFLL clock.
13 compatible = "nordic,nrf-hsfll-global";
15 #clock-cells = <0>;
16 clock-frequency = <320000000>;
17 supported-clock-frequencies = <64000000
23 compatible: "nordic,nrf-hsfll-global"
26 - "base.yaml"
27 - "clock-controller.yaml"
33 "#clock-cells":
[all …]
/Zephyr-latest/drivers/clock_control/
DKconfig.nrf4 # SPDX-License-Identifier: Apache-2.0
14 bool "NRF Clock controller support"
177 bool "nRF clock control support"
184 Support for nRF clock control devices.
197 bool "Clock control for global HSFLL"
218 unnecessary HIGH -> LOW -> HIGH cycle given some module will
222 int "Init priority of global HSFLL device driver"
/Zephyr-latest/dts/common/nordic/
Dnrf54h20.dtsi4 * SPDX-License-Identifier: Apache-2.0
10 #include <zephyr/dt-bindings/adc/nrf-saadc.h>
11 #include <zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf54h20.h>
12 #include <zephyr/dt-bindings/misc/nordic-domain-id-nrf54h20.h>
13 #include <zephyr/dt-bindings/misc/nordic-owner-id-nrf54h20.h>
14 #include <zephyr/dt-bindings/misc/nordic-tddconf.h>
15 #include <zephyr/dt-bindings/reserved-memory/nordic-owned-memory.h>
16 #include <zephyr/dt-bindings/power/nordic-nrf-gpd.h>
18 /delete-node/ &sw_pwm;
21 #address-cells = <1>;
[all …]
Dnrf9280.dtsi4 * SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/adc/nrf-saadc.h>
10 #include <zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf9230-engb.h>
11 #include <zephyr/dt-bindings/misc/nordic-domain-id-nrf9230.h>
12 #include <zephyr/dt-bindings/misc/nordic-owner-id-nrf9230.h>
13 #include <zephyr/dt-bindings/reserved-memory/nordic-owned-memory.h>
15 /delete-node/ &sw_pwm;
18 #address-cells = <1>;
19 #size-cells = <1>;
22 #address-cells = <1>;
[all …]
/Zephyr-latest/drivers/spi/
Dspi_nrfx_spim.c2 * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
17 #include <nrf/gpd.h>
102 struct spi_nrfx_data *dev_data = dev->data; in request_clock()
103 const struct spi_nrfx_config *dev_config = dev->config; in request_clock()
106 if (!dev_config->clk_dev) { in request_clock()
111 dev_config->clk_dev, &dev_config->clk_spec, in request_clock()
118 dev_data->clock_requested = true; in request_clock()
129 struct spi_nrfx_data *dev_data = dev->data; in release_clock()
130 const struct spi_nrfx_config *dev_config = dev->config; in release_clock()
[all …]