drm/radeon: Always flush the VM
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / armada-370-mirabox.dts
1 /*
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                 };
36                 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                         status = "okay";
47                         phy = <&phy0>;
48                         phy-mode = "rgmii-id";
49                 };
50                 ethernet@d0074000 {
51                         status = "okay";
52                         phy = <&phy1>;
53                         phy-mode = "rgmii-id";
54                 };
55
56                 mvsdio@d00d4000 {
57                         pinctrl-0 = <&sdio_pins2>;
58                         pinctrl-names = "default";
59                         status = "okay";
60                         /*
61                          * No CD or WP GPIOs: SDIO interface used for
62                          * Wifi/Bluetooth chip
63                          */
64                 };
65
66                 usb@d0050000 {
67                         status = "okay";
68                 };
69
70                 usb@d0051000 {
71                         status = "okay";
72                 };
73         };
74 };