/* * Copyright (c) 2017 Piotr Mienkowski * Copyright (c) 2017 Justin Watson * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include / { model = "Atmel SAM E70 Xplained board"; compatible = "atmel,sam_e70_xplained", "atmel,same70q21", "atmel,same70"; chosen { zephyr,console = &usart1; zephyr,sram = &sram0; zephyr,flash = &flash0; }; }; &usart1 { current-speed = <115200>; status = "ok"; };