blob: 8ce35c5e72f7da29b73a012685004b8e49162809 [file] [log] [blame]
/*
* Copyright (c) 2017 Piotr Mienkowski
* Copyright (c) 2017 Justin Watson
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <atmel/same70.dtsi>
/ {
model = "Atmel SAM E70 Xplained board";
compatible = "atmel,sam_e70_xplained", "atmel,same70q21", "atmel,same70";
aliases {
i2c_0 = &i2c0;
i2c_1 = &i2c1;
i2c_2 = &i2c2;
};
chosen {
zephyr,console = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
};
&adc0 {
status = "ok";
};
&adc1 {
status = "ok";
};
&i2c0 {
status = "ok";
};
&i2c2 {
status = "ok";
};
&usart1 {
current-speed = <115200>;
status = "ok";
};