]> git.sur5r.net Git - u-boot/blob - arch/arc/dts/nsim.dts
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arc / dts / nsim.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
4  */
5 /dts-v1/;
6
7 #include "skeleton.dtsi"
8
9 / {
10         aliases {
11                 console = &arcuart0;
12         };
13
14         cpu_card {
15                 core_clk: core_clk {
16                         #clock-cells = <0>;
17                         compatible = "fixed-clock";
18                         clock-frequency = <70000000>;
19                         u-boot,dm-pre-reloc;
20                 };
21         };
22
23         arcuart0: serial@0xc0fc1000 {
24                 compatible = "snps,arc-uart";
25                 reg = <0xc0fc1000 0x100>;
26                 clock-frequency = <70000000>;
27         };
28
29 };