blob: 8554dbee2640fe003e01a3be5ae3e3ece833b130 [file] [log] [blame]
Gregory CLEMENTe3e37bc2012-10-27 18:22:45 +02001/*
2 * Device Tree file for Globalscale Mirabox
3 *
4 * Gregory CLEMENT <gregory.clement@free-electrons.com>
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
10
11/dts-v1/;
12/include/ "armada-370.dtsi"
13
14/ {
15 model = "Globalscale Mirabox";
16 compatible = "globalscale,mirabox", "marvell,armada370", "marvell,armada-370-xp";
17
18 chosen {
19 bootargs = "console=ttyS0,115200 earlyprintk";
20 };
21
22 memory {
23 device_type = "memory";
24 reg = <0x00000000 0x20000000>; /* 512 MB */
25 };
26
27 soc {
28 serial@d0012000 {
29 clock-frequency = <200000000>;
30 status = "okay";
31 };
32 timer@d0020300 {
33 clock-frequency = <600000000>;
34 status = "okay";
35 };
Thomas Petazzoni9f32ccc2012-11-12 15:22:54 +010036 mdio {
37 phy0: ethernet-phy@0 {
38 reg = <0>;
39 };
40
41 phy1: ethernet-phy@1 {
42 reg = <1>;
43 };
44 };
45 ethernet@d0070000 {
46 clock-frequency = <200000000>;
47 status = "okay";
48 phy = <&phy0>;
49 phy-mode = "rgmii-id";
50 };
51 ethernet@d0074000 {
52 clock-frequency = <200000000>;
53 status = "okay";
54 phy = <&phy1>;
55 phy-mode = "rgmii-id";
56 };
Gregory CLEMENTe3e37bc2012-10-27 18:22:45 +020057 };
58};