/* * Copyright (c) 2024 Norik Systems * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include #include "octopus_io_board_common.dtsi" / { chosen { zephyr,sram = &sram0_s; zephyr,flash = &flash0; zephyr,code-partition = &slot0_partition; zephyr,sram-secure-partition = &sram0_s; zephyr,sram-non-secure-partition = &sram0_ns; }; }; &uart0 { status = "okay"; current-speed = <115200>; };