blob: ddfb4d17ff4cc323cc5fe5142d9933c6933418dc [file] [log] [blame]
Thomas Petazzoni5c697662014-04-22 23:26:17 +02001/*
2 * Copyright (C) 2014 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 *
4 * This file is licensed under the terms of the GNU General Public
5 * License version 2. This program is licensed "as is" without any
6 * warranty of any kind, whether express or implied.
7 */
8
9#include "orion5x.dtsi"
10
11/ {
12 compatible = "marvell,orion5x-88f5182", "marvell,orion5x";
13
14 soc {
15 compatible = "marvell,orion5x-88f5182-mbus", "simple-bus";
16
17 internal-regs {
18 mbusc: mbus-controller@20000 {
19 compatible = "marvell,mbus-controller";
20 reg = <0x20000 0x100>, <0x1500 0x20>;
21 };
22 };
23 };
24};