blob: 98a6b26a7dc8a4019cb65d6aeba4dbf804e6b764 [file] [log] [blame]
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +02001/*
2 * Device Tree Include file for Marvell Armada 370 and Armada XP SoC
3 *
4 * Copyright (C) 2012 Marvell
5 *
6 * Lior Amsalem <alior@marvell.com>
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 * Ben Dooks <ben.dooks@codethink.co.uk>
10 *
11 * This file is licensed under the terms of the GNU General Public
12 * License version 2. This program is licensed "as is" without any
13 * warranty of any kind, whether express or implied.
14 *
15 * This file contains the definitions that are common to the Armada
16 * 370 and Armada XP SoC.
17 */
18
19/include/ "skeleton.dtsi"
20
21/ {
22 model = "Marvell Armada 370 and XP SoC";
23 compatible = "marvell,armada_370_xp";
24
25 cpus {
26 cpu@0 {
27 compatible = "marvell,sheeva-v7";
28 };
29 };
30
31 mpic: interrupt-controller@d0020000 {
32 compatible = "marvell,mpic";
33 #interrupt-cells = <1>;
34 #address-cells = <1>;
35 #size-cells = <1>;
36 interrupt-controller;
37 };
38
Gregory CLEMENT009f1312012-08-02 11:16:29 +030039 coherency-fabric@d0020200 {
40 compatible = "marvell,coherency-fabric";
Gregory CLEMENTe60304f2012-10-12 19:20:36 +020041 reg = <0xd0020200 0xb0>,
42 <0xd0021810 0x1c>;
Gregory CLEMENT009f1312012-08-02 11:16:29 +030043 };
44
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020045 soc {
46 #address-cells = <1>;
47 #size-cells = <1>;
48 compatible = "simple-bus";
49 interrupt-parent = <&mpic>;
50 ranges;
51
52 serial@d0012000 {
53 compatible = "ns16550";
54 reg = <0xd0012000 0x100>;
55 reg-shift = <2>;
56 interrupts = <41>;
57 status = "disabled";
58 };
59 serial@d0012100 {
60 compatible = "ns16550";
61 reg = <0xd0012100 0x100>;
62 reg-shift = <2>;
63 interrupts = <42>;
64 status = "disabled";
65 };
66
67 timer@d0020300 {
68 compatible = "marvell,armada-370-xp-timer";
69 reg = <0xd0020300 0x30>;
70 interrupts = <37>, <38>, <39>, <40>;
Gregory CLEMENT307c2bf2012-11-17 15:22:25 +010071 clocks = <&coreclk 2>;
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020072 };
Thomas Petazzoni5b40bae2012-09-11 14:27:30 +020073
74 addr-decoding@d0020000 {
75 compatible = "marvell,armada-addr-decoding-controller";
76 reg = <0xd0020000 0x258>;
77 };
Thomas Petazzoni9ae6f742012-06-13 19:01:28 +020078 };
79};
80