]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arc/boot/dts/nsim_hs.dts
Merge remote-tracking branch 'userns/for-next'
[karo-tx-linux.git] / arch / arc / boot / dts / nsim_hs.dts
1 /*
2  * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  */
8 /dts-v1/;
9
10 /include/ "skeleton.dtsi"
11
12 / {
13         compatible = "snps,nsim_hs";
14         #address-cells = <2>;
15         #size-cells = <2>;
16         interrupt-parent = <&core_intc>;
17
18         memory {
19                 device_type = "memory";
20                 reg = <0x0 0x80000000 0x0 0x40000000    /* 1 GB low mem */
21                        0x1 0x00000000 0x0 0x40000000>;  /* 1 GB highmem */
22         };
23
24         chosen {
25                 bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8";
26         };
27
28         aliases {
29                 serial0 = &arcuart0;
30         };
31
32         fpga {
33                 compatible = "simple-bus";
34                 #address-cells = <1>;
35                 #size-cells = <1>;
36
37                 /* only perip space at end of low mem accessible */
38                 ranges = <0x80000000 0x0 0x80000000 0x80000000>;
39
40                 core_intc: core-interrupt-controller {
41                         compatible = "snps,archs-intc";
42                         interrupt-controller;
43                         #interrupt-cells = <1>;
44                 };
45
46                 arcuart0: serial@c0fc1000 {
47                         compatible = "snps,arc-uart";
48                         reg = <0xc0fc1000 0x100>;
49                         interrupts = <24>;
50                         clock-frequency = <80000000>;
51                         current-speed = <115200>;
52                         status = "okay";
53                 };
54
55                 arcpct0: pct {
56                         compatible = "snps,archs-pct";
57                         #interrupt-cells = <1>;
58                         interrupts = <20>;
59                 };
60         };
61 };