dalzentwo_nrf9151_ns.dts 441 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Copyright (c) 2023 Nordic Semiconductor ASA
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. /dts-v1/;
  7. #include <nordic/nrf9151ns_laca.dtsi>
  8. #include "dalzentwo_nrf9151_common.dtsi"
  9. / {
  10. chosen {
  11. zephyr,flash = &flash0;
  12. zephyr,sram = &sram0_ns_app;
  13. zephyr,code-partition = &slot0_ns_partition;
  14. };
  15. };
  16. /* Disable UART1, because it is used by default in TF-M */
  17. &uart1 {
  18. status = "disabled";
  19. };
  20. &led2 {
  21. gpios = <&gpio0 4 0>;
  22. };