blob: d1ed71c602096284ba3a802df9f5756e613d5259 [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 {
Thomas Petazzoni4e7bb112014-04-22 23:26:28 +020018 pinctrl: pinctrl@10000 {
19 compatible = "marvell,88f5182-pinctrl";
20 reg = <0x10000 0x8>, <0x10050 0x4>;
Thomas Petazzonia55f9b62014-04-22 23:26:31 +020021
22 pmx_sata0: pmx-sata0 {
23 marvell,pins = "mpp12", "mpp14";
24 marvell,function = "sata0";
25 };
26
27 pmx_sata1: pmx-sata1 {
28 marvell,pins = "mpp13", "mpp15";
29 marvell,function = "sata1";
30 };
Thomas Petazzoni4e7bb112014-04-22 23:26:28 +020031 };
32
Thomas Petazzoni98d4db22014-04-22 23:26:24 +020033 core_clk: core-clocks@10030 {
34 compatible = "marvell,mv88f5182-core-clock";
35 reg = <0x10010 0x4>;
36 #clock-cells = <1>;
37 };
38
Thomas Petazzoni5c697662014-04-22 23:26:17 +020039 mbusc: mbus-controller@20000 {
40 compatible = "marvell,mbus-controller";
41 reg = <0x20000 0x100>, <0x1500 0x20>;
42 };
43 };
44 };
45};