69e16c2a1b4a6a85ce22b8a0122ec34b5f00a8b2
[platform/kernel/u-boot.git] / arch / arc / dts / nsim.dts
1 /*
2  * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6 /dts-v1/;
7
8 #include "skeleton.dtsi"
9
10 / {
11         #address-cells = <1>;
12         #size-cells = <1>;
13
14         aliases {
15                 console = &arcuart0;
16         };
17
18         arcuart0: serial@0xc0fc1000 {
19                 compatible = "snps,arc-uart";
20                 reg = <0xc0fc1000 0x100>;
21                 clock-frequency = <80000000>;
22         };
23
24 };