Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / evk-pro3.dts
1 /*
2  * evk-pro3.dts - Device Tree file for Telit EVK-PRO3 with Telit GE863-PRO3
3  *
4  * Copyright (C) 2012 Telit,
5  *               2012 Fabio Porcedda <fabio.porcedda@gmail.com>
6  *
7  * Licensed under GPLv2 or later.
8  */
9
10 /dts-v1/;
11
12 /include/ "ge863-pro3.dtsi"
13
14 / {
15         model = "Telit EVK-PRO3 for Telit GE863-PRO3";
16         compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9";
17
18         ahb {
19                 apb {
20                         macb0: ethernet@fffc4000 {
21                                 phy-mode = "rmii";
22                                 status = "okay";
23                         };
24
25                         usb1: gadget@fffa4000 {
26                                 atmel,vbus-gpio = <&pioC 5 0>;
27                                 status = "okay";
28                         };
29                 };
30
31                 usb0: ohci@00500000 {
32                         num-ports = <2>;
33                         status = "okay";
34                 };
35         };
36
37         i2c@0 {
38                 status = "okay";
39         };
40
41 };