dalzentwo_nrf9151.dts 393 B

12345678910111213141516171819
  1. /*
  2. * Copyright (c) 2023 Nordic Semiconductor ASA
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. /dts-v1/;
  7. #include <nordic/nrf9151_laca.dtsi>
  8. #include "dalzentwo_nrf9151_common.dtsi"
  9. / {
  10. chosen {
  11. zephyr,sram = &sram0_s;
  12. zephyr,flash = &flash0;
  13. zephyr,code-partition = &slot0_partition;
  14. zephyr,sram-secure-partition = &sram0_s;
  15. zephyr,sram-non-secure-partition = &sram0_ns;
  16. };
  17. };