blob: 243ecb178e46319f1c36b03c806e7e22fc107b86 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Alexey Brodkine458cc12015-03-17 14:55:14 +03002/*
Alexey Brodkin1a116372016-08-04 14:35:01 +03003 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
Alexey Brodkine458cc12015-03-17 14:55:14 +03004 */
5/dts-v1/;
6
7#include "skeleton.dtsi"
8
9/ {
Alexey Brodkinb0150822018-10-02 11:37:25 +030010 model = "snps,nsim";
11
Alexey Brodkine458cc12015-03-17 14:55:14 +030012 aliases {
13 console = &arcuart0;
14 };
15
Vlad Zakharova7a67492017-03-21 14:49:48 +030016 cpu_card {
17 core_clk: core_clk {
18 #clock-cells = <0>;
19 compatible = "fixed-clock";
20 clock-frequency = <70000000>;
21 u-boot,dm-pre-reloc;
22 };
23 };
24
Alexey Brodkine458cc12015-03-17 14:55:14 +030025 arcuart0: serial@0xc0fc1000 {
26 compatible = "snps,arc-uart";
27 reg = <0xc0fc1000 0x100>;
Vlad Zakharova7a67492017-03-21 14:49:48 +030028 clock-frequency = <70000000>;
Alexey Brodkine458cc12015-03-17 14:55:14 +030029 };
30
31};