blob: ad4ee43bd2ac7700ee93d1c05ee7c84e474c4829 [file] [log] [blame]
Ruud Derwig2924cd12014-12-03 15:52:41 +01001/*
2 * Copyright (C) 2013, 2014 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
9/*
10 * Device tree for AXC003 CPU card: HS38x UP configuration (VDK version)
11 */
12
Vineet Gupta2e8cd932016-01-19 16:00:42 +053013/include/ "skeleton_hs.dtsi"
14
Ruud Derwig2924cd12014-12-03 15:52:41 +010015/ {
16 compatible = "snps,arc";
17 clock-frequency = <50000000>;
18 #address-cells = <1>;
19 #size-cells = <1>;
20
21 cpu_card {
22 compatible = "simple-bus";
23 #address-cells = <1>;
24 #size-cells = <1>;
25
26 ranges = <0x00000000 0xf0000000 0x10000000>;
27
Vineet Guptab3d6aba2016-01-01 18:48:40 +053028 core_clk: core_clk {
29 #clock-cells = <0>;
30 compatible = "fixed-clock";
31 clock-frequency = <50000000>;
32 };
33
Vineet Gupta9ba76482016-01-28 09:57:12 +053034 core_intc: archs-intc@cpu {
Ruud Derwig2924cd12014-12-03 15:52:41 +010035 compatible = "snps,archs-intc";
36 interrupt-controller;
37 #interrupt-cells = <1>;
38 };
39
40 debug_uart: dw-apb-uart@0x5000 {
41 compatible = "snps,dw-apb-uart";
42 reg = <0x5000 0x100>;
43 clock-frequency = <2403200>;
Vineet Gupta9ba76482016-01-28 09:57:12 +053044 interrupt-parent = <&core_intc>;
Ruud Derwig2924cd12014-12-03 15:52:41 +010045 interrupts = <19>;
46 baud = <115200>;
47 reg-shift = <2>;
48 reg-io-width = <4>;
49 };
50
51 };
52
53 mb_intc: dw-apb-ictl@0xe0012000 {
54 #interrupt-cells = <1>;
55 compatible = "snps,dw-apb-ictl";
56 reg = < 0xe0012000 0x200 >;
57 interrupt-controller;
Vineet Gupta9ba76482016-01-28 09:57:12 +053058 interrupt-parent = <&core_intc>;
Ruud Derwig2924cd12014-12-03 15:52:41 +010059 interrupts = < 18 >;
60 };
61
62 memory {
63 #address-cells = <1>;
64 #size-cells = <1>;
65 ranges = <0x00000000 0x80000000 0x40000000>;
66 device_type = "memory";
Vineet Guptaf759ee52015-01-23 18:10:26 +053067 reg = <0x80000000 0x20000000>; /* 512MiB */
Ruud Derwig2924cd12014-12-03 15:52:41 +010068 };
69};