|
| 1 | +/* |
| 2 | + * Copyright (c) 2024 Nordic Semiconductor ASA |
| 3 | + * |
| 4 | + * SPDX-License-Identifier: Apache-2.0 |
| 5 | + */ |
| 6 | + |
| 7 | +#include <nordic/nrf54l20.dtsi> |
| 8 | + |
| 9 | +cpu: &cpuapp {}; |
| 10 | +systick: &cpuapp_systick {}; |
| 11 | +nvic: &cpuapp_nvic {}; |
| 12 | + |
| 13 | +/delete-node/ &cpuflpr; |
| 14 | +/delete-node/ &cpuflpr_rram; |
| 15 | +/delete-node/ &cpuflpr_sram; |
| 16 | +/delete-node/ &cpuflpr_clic; |
| 17 | + |
| 18 | +/ { |
| 19 | + chosen { |
| 20 | + zephyr,entropy = &prng; |
| 21 | + }; |
| 22 | + |
| 23 | + soc { |
| 24 | + compatible = "simple-bus"; |
| 25 | + interrupt-parent = <&cpuapp_nvic>; |
| 26 | + ranges; |
| 27 | + }; |
| 28 | + |
| 29 | + psa_rng: psa-rng { |
| 30 | + compatible = "zephyr,psa-crypto-rng"; |
| 31 | + status = "disabled"; |
| 32 | + }; |
| 33 | + |
| 34 | + prng: prng { |
| 35 | + compatible = "nordic,entropy-prng"; |
| 36 | + status = "okay"; |
| 37 | + }; |
| 38 | +}; |
| 39 | + |
| 40 | +&cpuflpr_vpr { |
| 41 | + cpuapp_vevif_rx: mailbox@1 { |
| 42 | + compatible = "nordic,nrf-vevif-event-rx"; |
| 43 | + reg = <0x0 0x1000>; |
| 44 | + status = "disabled"; |
| 45 | + interrupts = <76 NRF_DEFAULT_IRQ_PRIORITY>; |
| 46 | + #mbox-cells = <1>; |
| 47 | + nordic,events = <1>; |
| 48 | + nordic,events-mask = <0x00100000>; |
| 49 | + }; |
| 50 | + |
| 51 | + cpuapp_vevif_tx: mailbox@0 { |
| 52 | + compatible = "nordic,nrf-vevif-task-tx"; |
| 53 | + reg = <0x0 0x1000>; |
| 54 | + #mbox-cells = <1>; |
| 55 | + nordic,tasks = <7>; |
| 56 | + nordic,tasks-mask = <0x007f0000>; |
| 57 | + status = "disabled"; |
| 58 | + }; |
| 59 | +}; |
| 60 | + |
| 61 | +&cpuapp_ppb { |
| 62 | + compatible = "simple-bus"; |
| 63 | + ranges; |
| 64 | +}; |
| 65 | + |
| 66 | +&grtc { |
| 67 | + interrupts = <228 NRF_DEFAULT_IRQ_PRIORITY>, |
| 68 | + <229 NRF_DEFAULT_IRQ_PRIORITY>; /* reserved for Zero Latency IRQs */ |
| 69 | +}; |
| 70 | + |
| 71 | +&gpiote20 { |
| 72 | + interrupts = <219 NRF_DEFAULT_IRQ_PRIORITY>; |
| 73 | +}; |
| 74 | + |
| 75 | +&gpiote30 { |
| 76 | + interrupts = <269 NRF_DEFAULT_IRQ_PRIORITY>; |
| 77 | +}; |
| 78 | + |
| 79 | +&dppic00 { |
| 80 | + status = "okay"; |
| 81 | +}; |
| 82 | + |
| 83 | +&dppic10 { |
| 84 | + status = "okay"; |
| 85 | +}; |
| 86 | + |
| 87 | +&dppic20 { |
| 88 | + status = "okay"; |
| 89 | +}; |
| 90 | + |
| 91 | +&dppic30 { |
| 92 | + status = "okay"; |
| 93 | +}; |
| 94 | + |
| 95 | +&ppib00 { |
| 96 | + status = "okay"; |
| 97 | +}; |
| 98 | + |
| 99 | +&ppib01 { |
| 100 | + status = "okay"; |
| 101 | +}; |
| 102 | + |
| 103 | +&ppib10 { |
| 104 | + status = "okay"; |
| 105 | +}; |
| 106 | + |
| 107 | +&ppib11 { |
| 108 | + status = "okay"; |
| 109 | +}; |
| 110 | + |
| 111 | +&ppib20 { |
| 112 | + status = "okay"; |
| 113 | +}; |
| 114 | + |
| 115 | +&ppib21 { |
| 116 | + status = "okay"; |
| 117 | +}; |
| 118 | + |
| 119 | +&ppib22 { |
| 120 | + status = "okay"; |
| 121 | +}; |
| 122 | + |
| 123 | +&ppib30 { |
| 124 | + status = "okay"; |
| 125 | +}; |
0 commit comments