18 lines
248 B
Plaintext
18 lines
248 B
Plaintext
|
/* Copyright (c) 2024 sensry.io */
|
||
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include <sensry/ganymed-sy1xx.dtsi>
|
||
|
|
||
|
/ {
|
||
|
|
||
|
chosen {
|
||
|
zephyr,code-partition = &l2_ram_text;
|
||
|
zephyr,sram = &l2_ram_data;
|
||
|
|
||
|
zephyr,console = &uart0;
|
||
|
};
|
||
|
|
||
|
};
|