Home
last modified time | relevance | path

Searched +full:owned +full:- +full:partitions (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/dts/bindings/mtd/
Dnordic,owned-partitions.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Nordic Owned Partitions
7 Memory partition table with permission attributes common to its partitions.
8 This is a special case of the Nordic Owned Memory binding.
11 listed partitions belong.
15 spanning the contained partitions will be recorded in the UICR. These regions
16 are allowed to contain gaps between the partitions, but this is discouraged.
25 rx-partitions {
26 compatible = "nordic,owned-partitions";
28 #address-cells = <1>;
[all …]
/Zephyr-latest/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20-memory_map.dtsi4 * SPDX-License-Identifier: Apache-2.0
6 #include <zephyr/dt-bindings/memory-attr/memory-attr.h>
9 reserved-memory {
11 compatible = "nordic,owned-memory";
15 #address-cells = <1>;
16 #size-cells = <1>;
29 compatible = "nordic,owned-memory";
33 #address-cells = <1>;
34 #size-cells = <1>;
51 compatible = "nordic,owned-memory";
[all …]
/Zephyr-latest/boards/nordic/nrf9280pdk/
Dnrf9280pdk_nrf9280-memory_map.dtsi4 * SPDX-License-Identifier: Apache-2.0
6 #include <zephyr/dt-bindings/memory-attr/memory-attr.h>
9 reserved-memory {
15 compatible = "nordic,owned-memory";
19 #address-cells = <1>;
20 #size-cells = <1>;
33 compatible = "nordic,owned-memory";
37 #address-cells = <1>;
38 #size-cells = <1>;
55 compatible = "nordic,owned-memory";
[all …]
/Zephyr-latest/boards/nordic/nrf54l20pdk/
Dnrf54l20_cpuapp_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 /* This file is common to the secure and non-secure domain */
10 #include "nrf54l20pdk_nrf54l20-common.dtsi"
15 zephyr,shell-uart = &uart20;
16 zephyr,uart-mcumgr = &uart20;
17 zephyr,bt-mon-uart = &uart20;
18 zephyr,bt-c2h-uart = &uart20;
19 zephyr,flash-controller = &rram_controller;
21 zephyr,bt-hci = &bt_hci_controller;
31 load-capacitors = "internal";
[all …]
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l15dk_nrf54l15_cpuflpr.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
13 compatible = "nordic,nrf54l15dk_nrf54l15-cpuflpr";
17 zephyr,shell-uart = &uart30;
18 zephyr,code-partition = &cpuflpr_code_partition;
32 partitions {
33 compatible = "fixed-partitions";
34 #address-cells = <1>;
35 #size-cells = <1>;
38 label = "image-0";
[all …]
/Zephyr-latest/tests/drivers/flash/common/
Dtestcase.yaml3 - drivers
4 - flash
10 - nrf52840dk/nrf52840
14 - EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_qspi_nor.conf
15 - DTC_OVERLAY_FILE=boards/nrf52840_size_in_bytes.overlay
17 - CONFIG_TEST_DRIVER_FLASH_SIZE=8388608
19 - nrf52840dk/nrf52840
23 - CONFIG_TEST_DRIVER_FLASH_SIZE=67108864
25 - EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_qspi_nor.conf
26 - DTC_OVERLAY_FILE=boards/nrf52840dk_mx25l51245g.overlay
[all …]
/Zephyr-latest/boards/native/nrf_bsim/
Dnrf54l15bsim_nrf54l15_cpuapp.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
11 #include <../boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l_05_10_15-pinctrl.dtsi>
15 compatible = "bsim,nrf54l15-bsim-nrf54l15-cpuapp", "bsim,nrf54";
19 zephyr,bt-c2h-uart = &uart20;
20 zephyr,flash-controller = &rram_controller;
24 /delete-node/ cpus;
25 /delete-node/ clocks;
26 /delete-node/ sw-pwm;
29 /delete-node/ memory@20000000;
[all …]
/Zephyr-latest/doc/kernel/usermode/
Doverview.rst15 Example use-cases of Zephyr's user mode features:
17 - The kernel can protect against many unintentional programming errors which
20 - The kernel can sandbox complex data parsers such as interpreters, network
21 protocols, and filesystems such that malicious third-party code or data
24 - The kernel can support the notion of multiple logical "applications", each
31 For threads running in a non-privileged CPU state (hereafter referred to as
34 - We prevent access to memory not specifically granted, or incorrect access to
36 read-only area.
38 - Access to thread stack buffers will be controlled with a policy which
41 - A user thread will by default have read/write access to its own stack
[all …]