/* * Copyright (c) 2024 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ /* This file is common to the secure and non-secure domain */ #include "nrf54l15dk_common.dtsi" / { chosen { zephyr,console = &uart20; zephyr,shell-uart = &uart20; zephyr,uart-mcumgr = &uart20; zephyr,bt-mon-uart = &uart20; zephyr,bt-c2h-uart = &uart20; zephyr,flash-controller = &rram_controller; zephyr,flash = &cpuapp_rram; zephyr,ieee802154 = &ieee802154; }; }; &cpuapp_sram { status = "okay"; }; &lfxo { load-capacitors = "internal"; load-capacitance-femtofarad = <15500>; }; &hfxo { load-capacitors = "internal"; load-capacitance-femtofarad = <15000>; }; ®ulators { status = "okay"; }; &vregmain { status = "okay"; regulator-initial-mode = ; }; &grtc { owned-channels = <0 1 2 3 4 5 6 7 8 9 10 11>; /* Channels 7-11 reserved for Zero Latency IRQs, 3-4 for FLPR */ child-owned-channels = <3 4 7 8 9 10 11>; status = "okay"; }; &uart20 { status = "okay"; }; &gpio0 { status = "okay"; }; &gpio1 { status = "okay"; }; &gpio2 { status = "okay"; }; &gpiote20 { status = "okay"; }; &gpiote30 { status = "okay"; }; &radio { status = "okay"; }; &ieee802154 { status = "okay"; }; &temp { status = "okay"; }; &clock { status = "okay"; }; &spi00 { status = "okay"; cs-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; pinctrl-0 = <&spi00_default>; pinctrl-1 = <&spi00_sleep>; pinctrl-names = "default", "sleep"; mx25r64: mx25r6435f@0 { compatible = "jedec,spi-nor"; status = "okay"; reg = <0>; spi-max-frequency = <8000000>; jedec-id = [c2 28 17]; sfdp-bfp = [ e5 20 f1 ff ff ff ff 03 44 eb 08 6b 08 3b 04 bb ee ff ff ff ff ff 00 ff ff ff 00 ff 0c 20 0f 52 10 d8 00 ff 23 72 f5 00 82 ed 04 cc 44 83 48 44 30 b0 30 b0 f7 c4 d5 5c 00 be 29 ff f0 d0 ff ff ]; size = <67108864>; has-dpd; t-enter-dpd = <10000>; t-exit-dpd = <35000>; }; }; &adc { status = "okay"; };