Merge tag 'for-5.1-part1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / at91sam9g20.dtsi
1 /*
2  * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
3  *
4  *  Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5  *
6  * Licensed under GPLv2.
7  */
8
9 #include "at91sam9260.dtsi"
10
11 / {
12         model = "Atmel AT91SAM9G20 family SoC";
13         compatible = "atmel,at91sam9g20";
14
15         memory {
16                 reg = <0x20000000 0x08000000>;
17         };
18
19         sram0: sram@2ff000 {
20                 status = "disabled";
21         };
22
23         sram1: sram@2fc000 {
24                 compatible = "mmio-sram";
25                 reg = <0x002fc000 0x8000>;
26         };
27
28         ahb {
29                 apb {
30                         i2c0: i2c@fffac000 {
31                                 compatible = "atmel,at91sam9g20-i2c";
32                         };
33
34                         ssc0: ssc@fffbc000 {
35                                 compatible = "atmel,at91sam9rl-ssc";
36                         };
37
38                         adc0: adc@fffe0000 {
39                                 atmel,adc-startup-time = <40>;
40                         };
41
42                         pmc: pmc@fffffc00 {
43                                 compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon";
44                         };
45                 };
46         };
47 };