| * Copyright (c) 2018 Nordic Semiconductor ASA |
| * SPDX-License-Identifier: Apache-2.0 |
| #include <arm/armv8-m.dtsi> |
| #include <nordic/nrf_common.dtsi> |
| compatible = "arm,cortex-m33f"; |
| compatible = "arm,armv8m-mpu"; |
| zephyr,entropy = &psa_rng; |
| zephyr,flash-controller = &flash_controller; |
| compatible = "mmio-sram"; |
| ranges = <0x0 0x40000000 0x10000000>; |
| /* Common nRF91 peripherals description. */ |
| #include "nrf91_peripherals.dtsi" |
| * GPIOTE1 is always accessible as a non-secure peripheral, |
| * so we give it the 'gpiote' label for use when building |
| gpiote: gpiote1: gpiote@40031000 { |
| compatible = "nordic,nrf-gpiote"; |
| reg = <0x40031000 0x1000>; |
| compatible = "zephyr,psa-crypto-rng"; |
| arm,num-irq-priority-bits = <3>; |
| /* Use RTC for system clock, instead of SysTick. */ |