Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-or-later
0002 /*
0003  * evk-pro3.dts - Device Tree file for Telit EVK-PRO3 with Telit GE863-PRO3
0004  *
0005  * Copyright (C) 2012 Telit,
0006  *               2012 Fabio Porcedda <fabio.porcedda@gmail.com>
0007  */
0008 
0009 /dts-v1/;
0010 
0011 #include "ge863-pro3.dtsi"
0012 
0013 / {
0014         model = "Telit EVK-PRO3 for Telit GE863-PRO3";
0015         compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9";
0016 
0017         clocks {
0018                 slow_xtal {
0019                         clock-frequency = <32768>;
0020                 };
0021         };
0022 
0023         ahb {
0024                 apb {
0025                         macb0: ethernet@fffc4000 {
0026                                 phy-mode = "rmii";
0027                                 status = "okay";
0028                         };
0029 
0030                         usart0: serial@fffb0000 {
0031                                 status = "okay";
0032                         };
0033 
0034                         usart2: serial@fffb8000 {
0035                                 status = "okay";
0036                         };
0037 
0038                         usb1: gadget@fffa4000 {
0039                                 atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>;
0040                                 status = "okay";
0041                         };
0042 
0043                         watchdog@fffffd40 {
0044                                 status = "okay";
0045                         };
0046                 };
0047 
0048                 usb0: ohci@500000 {
0049                         num-ports = <2>;
0050                         status = "okay";
0051                 };
0052         };
0053 
0054         i2c-gpio-0 {
0055                 status = "okay";
0056         };
0057 
0058 };