xref: /openbmc/u-boot/arch/arc/dts/nsim.dts (revision 6f94fa21cc7552dae9bf452e12eaa85c8897fcbb)
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 };
25