Searched +full:nrf +full:- +full:hsfll +full:- +full:global (Results 1 – 5 of 5) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.05 Nordic Global HSFLL clock.13 compatible = "nordic,nrf-hsfll-global";15 #clock-cells = <0>;16 clock-frequency = <320000000>;17 supported-clock-frequencies = <6400000023 compatible: "nordic,nrf-hsfll-global"26 - "base.yaml"27 - "clock-controller.yaml"33 "#clock-cells":[all …]
4 # SPDX-License-Identifier: Apache-2.014 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 will222 int "Init priority of global HSFLL device driver"
4 * SPDX-License-Identifier: Apache-2.010 #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 …]
4 * SPDX-License-Identifier: Apache-2.09 #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 …]
2 * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA4 * SPDX-License-Identifier: Apache-2.017 #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 …]