2018-05-06 21:58:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2015-03-17 11:55:14 +00:00
|
|
|
/*
|
2016-08-04 11:35:01 +00:00
|
|
|
* Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
|
2015-03-17 11:55:14 +00:00
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "skeleton.dtsi"
|
|
|
|
|
|
|
|
/ {
|
2018-10-02 08:37:25 +00:00
|
|
|
model = "snps,nsim";
|
|
|
|
|
2015-03-17 11:55:14 +00:00
|
|
|
aliases {
|
|
|
|
console = &arcuart0;
|
|
|
|
};
|
|
|
|
|
2017-03-21 11:49:48 +00:00
|
|
|
cpu_card {
|
|
|
|
core_clk: core_clk {
|
|
|
|
#clock-cells = <0>;
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
clock-frequency = <70000000>;
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2015-03-17 11:55:14 +00:00
|
|
|
arcuart0: serial@0xc0fc1000 {
|
|
|
|
compatible = "snps,arc-uart";
|
|
|
|
reg = <0xc0fc1000 0x100>;
|
2017-03-21 11:49:48 +00:00
|
|
|
clock-frequency = <70000000>;
|
2015-03-17 11:55:14 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
};
|