/* * Copyright (c) 2022 Benjamin Björnsson . * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include #include #include "arduino_portenta_h7-common.dtsi" / { model = "Arduino Portenta H7 board"; compatible = "arduino,portenta-h7"; /* HW resources are split between CM7 and CM4 */ chosen { zephyr,console = &usart1; zephyr,shell-uart = &usart1; zephyr,sram = &sram1; zephyr,flash = &flash1; }; }; &rcc { clock-frequency = ; }; &usart1 { status = "okay"; };