The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/evk-pro3.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0-or-later
    2 /*
    3  * evk-pro3.dts - Device Tree file for Telit EVK-PRO3 with Telit GE863-PRO3
    4  *
    5  * Copyright (C) 2012 Telit,
    6  *               2012 Fabio Porcedda <fabio.porcedda@gmail.com>
    7  */
    8 
    9 /dts-v1/;
   10 
   11 #include "ge863-pro3.dtsi"
   12 
   13 / {
   14         model = "Telit EVK-PRO3 for Telit GE863-PRO3";
   15         compatible = "telit,evk-pro3", "atmel,at91sam9260", "atmel,at91sam9";
   16 
   17         clocks {
   18                 slow_xtal {
   19                         clock-frequency = <32768>;
   20                 };
   21         };
   22 
   23         ahb {
   24                 apb {
   25                         macb0: ethernet@fffc4000 {
   26                                 phy-mode = "rmii";
   27                                 status = "okay";
   28                         };
   29 
   30                         usart0: serial@fffb0000 {
   31                                 status = "okay";
   32                         };
   33 
   34                         usart2: serial@fffb8000 {
   35                                 status = "okay";
   36                         };
   37 
   38                         usb1: gadget@fffa4000 {
   39                                 atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>;
   40                                 status = "okay";
   41                         };
   42 
   43                         watchdog@fffffd40 {
   44                                 status = "okay";
   45                         };
   46                 };
   47 
   48                 usb0: ohci@500000 {
   49                         num-ports = <2>;
   50                         status = "okay";
   51                 };
   52         };
   53 
   54         i2c-gpio-0 {
   55                 status = "okay";
   56         };
   57 
   58 };

Cache object: 7a8904f31cc8ffec25fe7faa3f4ea385


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.