Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...
[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         ahb {
20                 apb {
21                         i2c0: i2c@fffac000 {
22                                 compatible = "atmel,at91sam9g20-i2c";
23                         };
24
25                         ssc0: ssc@fffbc000 {
26                                 compatible = "atmel,at91sam9rl-ssc";
27                         };
28
29                         adc0: adc@fffe0000 {
30                                 atmel,adc-startup-time = <40>;
31                         };
32
33                         pmc: pmc@fffffc00 {
34                                 plla: pllack {
35                                         atmel,clk-input-range = <2000000 32000000>;
36                                         atmel,pll-clk-output-ranges = <745000000 800000000 0 0>,
37                                                                 <695000000 750000000 1 0>,
38                                                                 <645000000 700000000 2 0>,
39                                                                 <595000000 650000000 3 0>,
40                                                                 <545000000 600000000 0 1>,
41                                                                 <495000000 550000000 1 1>,
42                                                                 <445000000 500000000 2 1>,
43                                                                 <400000000 450000000 3 1>;
44                                 };
45
46                                 pllb: pllbck {
47                                         compatible = "atmel,at91sam9g20-clk-pllb";
48                                         atmel,clk-input-range = <2000000 32000000>;
49                                         atmel,pll-clk-output-ranges = <30000000 100000000 0 0>;
50                                 };
51
52                                 mck: masterck {
53                                         atmel,clk-output-range = <0 133000000>;
54                                         atmel,clk-divisors = <1 2 4 6>;
55                                 };
56                         };
57                 };
58         };
59 };