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/at91sam9g20.dtsi

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-only
    2 /*
    3  * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
    4  *
    5  *  Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
    6  */
    7 
    8 #include "at91sam9260.dtsi"
    9 
   10 / {
   11         model = "Atmel AT91SAM9G20 family SoC";
   12         compatible = "atmel,at91sam9g20";
   13 
   14         memory@20000000 {
   15                 reg = <0x20000000 0x08000000>;
   16         };
   17 
   18         sram0: sram@2ff000 {
   19                 status = "disabled";
   20         };
   21 
   22         sram1: sram@2fc000 {
   23                 compatible = "mmio-sram";
   24                 reg = <0x002fc000 0x8000>;
   25                 #address-cells = <1>;
   26                 #size-cells = <1>;
   27                 ranges = <0 0x002fc000 0x8000>;
   28         };
   29 
   30         ahb {
   31                 apb {
   32                         i2c0: i2c@fffac000 {
   33                                 compatible = "atmel,at91sam9g20-i2c";
   34                         };
   35 
   36                         ssc0: ssc@fffbc000 {
   37                                 compatible = "atmel,at91sam9rl-ssc";
   38                         };
   39 
   40                         adc0: adc@fffe0000 {
   41                                 atmel,adc-startup-time = <40>;
   42                         };
   43 
   44                         pmc: pmc@fffffc00 {
   45                                 compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon";
   46                         };
   47                 };
   48         };
   49 };

Cache object: 84120471827f9339e10db45f412f9218


[ 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.