1/* Copyright (c) 2024 sensry.io */
2/* SPDX-License-Identifier: Apache-2.0 */
3
4/dts-v1/;
5
6#include <sensry/ganymed-sy1xx.dtsi>
7
8/ {
9
10	chosen {
11		zephyr,code-partition = &l2_ram_text;
12		zephyr,sram = &l2_ram_data;
13
14		zephyr,console = &uart0;
15	};
16
17};
18