Home
last modified time | relevance | path

Searched +full:ficr +full:- +full:names (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/dts/bindings/misc/
Dnordic-nrf-ficr-client.yaml2 # SPDX-License-Identifier: Apache-2.0
6 type: phandle-array
8 FICR entries, e.g. <&ficr OFFSET>. Available offsets (or FICR entries) are
9 available at <zephyr/dt-bindings/misc/nordic-nrf-ficr-*.h>.
11 nordic,ficr-names:
12 type: string-array
14 Names of each nordic,ficrs entry.
/Zephyr-latest/dts/bindings/clock/
Dnordic,nrf-hsfll-local.yaml2 # SPDX-License-Identifier: Apache-2.0
7 The local HSFLL mixed-mode IP generates several clock frequencies in the range
13 compatible = "nordic,nrf-hsfll-local";
16 clock-frequency = <DT_FREQ_M(320)>;
17 nordic,ficrs = <&ficr NRF_FICR_TRIM_APPLICATION_HSFLL_TRIM_VSUP>,
18 <&ficr NRF_FICR_TRIM_APPLICATION_HSFLL_TRIM_COARSE_0>,
19 <&ficr NRF_FICR_TRIM_APPLICATION_HSFLL_TRIM_FINE_0>;
20 nordic,ficr-names = "vsup", "coarse", "fine";
23 Required FICR entries are for VSUP, COARSE and FINE trim values.
25 compatible: "nordic,nrf-hsfll-local"
[all …]
/Zephyr-latest/dts/arm/nordic/
Dnrf5340_cpuapp.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <arm/armv8-m.dtsi>
9 #include <zephyr/dt-bindings/adc/nrf-saadc-v3.h>
13 #address-cells = <1>;
14 #size-cells = <0>;
18 compatible = "arm,cortex-m33f";
20 #address-cells = <1>;
21 #size-cells = <1>;
24 compatible = "arm,armv8m-itm";
26 swo-ref-frequency = <64000000>;
[all …]
Dnrf91.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <arm/armv8-m.dtsi>
9 #include <zephyr/dt-bindings/adc/nrf-saadc-v2.h>
13 #address-cells = <1>;
14 #size-cells = <0>;
18 compatible = "arm,cortex-m33f";
20 #address-cells = <1>;
21 #size-cells = <1>;
24 compatible = "arm,armv8m-mpu";
31 zephyr,flash-controller = &flash_controller;
[all …]
Dnrf5340_cpunet.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 #include <arm/armv8-m.dtsi>
12 zephyr,bt-hci = &bt_hci_controller;
14 zephyr,flash-controller = &flash_controller;
18 #address-cells = <1>;
19 #size-cells = <0>;
23 compatible = "arm,cortex-m33";
25 #address-cells = <1>;
26 #size-cells = <1>;
29 compatible = "arm,armv8m-mpu";
[all …]
Dnrf52840.dtsi1 /* SPDX-License-Identifier: Apache-2.0 */
3 #include <arm/armv7-m.dtsi>
5 #include <zephyr/dt-bindings/adc/nrf-saadc-v3.h>
6 #include <zephyr/dt-bindings/regulator/nrf5x.h>
10 zephyr,bt-hci = &bt_hci_controller;
12 zephyr,flash-controller = &flash_controller;
16 #address-cells = <1>;
17 #size-cells = <0>;
21 compatible = "arm,cortex-m4f";
23 #address-cells = <1>;
[all …]
/Zephyr-latest/dts/common/nordic/
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 …]
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 …]
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst27 * CVE-2021-3323: Under embargo until 2021-04-14
28 * CVE-2021-3321: Under embargo until 2021-04-14
29 * CVE-2021-3320: Under embargo until 2021-04-14
39 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.
56 * Changed vcnl4040 dts binding default for property 'proximity-trigger'.
63 * The :c:func:`mqtt_keepalive_time_left` function now returns -1 if keep alive
67 timeout usage must use the new-style k_timeout_t type and not the
87 GPIO-only regulators a devicetree property ``supply-gpios`` is defined as a
101 * ARM Musca-A board and SoC support deprecated and planned to be removed in 2.6.0.
146 sys_heap/k_heaps. Note that the new-style heap is a general
[all …]