boards: hsdk: add initial support of ARC HS Development Kit

This commit includes the initial support of ARC HS Development Kit:
* hsdk soc support
* hsdk board support
* no mmu support, so no userspace
* smp support

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
This commit is contained in:
Wayne Ren 2019-07-25 16:44:41 +08:00 committed by Ioannis Glaropoulos
commit dbc29fe77e
18 changed files with 828 additions and 0 deletions

29
boards/arc/hsdk/hsdk.dts Normal file
View file

@ -0,0 +1,29 @@
/*
* Copyright (c) 2019, Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <arc_hsdk.dtsi>
/ {
model = "hsdk";
compatible = "snps,hsdk";
aliases {
uart-0 = &uart0;
};
chosen {
zephyr,sram = &ddr0;
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
};
};
&uart0 {
status = "okay";
current-speed = <115200>;
};