zephyr/boards/arc/iotdk/iotdk.dts
Wayne Ren 6b5dea578e board: iotdk: bug fixes and remove unsupported drivers config
* i2c, spi, gpio are not tested, remove them now.
* fix the license issue in openocd.cfg
* fix the shell related setting

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2019-01-10 07:05:51 -05:00

32 lines
447 B
Plaintext

/*
* Copyright (c) 2018, Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <arc_iot.dtsi>
#include "board.dtsi"
/ {
model = "iotdk";
compatible = "snps,iotdk", "snps,iotdk";
aliases {
uart-0 = &uart0;
};
chosen {
zephyr,sram = &dccm0;
zephyr,flash = &flash0;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
};
};
&uart0 {
status = "ok";
current-speed = <115200>;
};