blob: f5930161816371128530533b70ff298fa64cfb0a [file] [log] [blame]
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +08001/*
2 * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
3 *
Jean-Christophe PLAGNIOL-VILLARD5b6089c2012-04-09 19:26:33 +08004 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +08005 *
Jean-Christophe PLAGNIOL-VILLARD5b6089c2012-04-09 19:26:33 +08006 * Licensed under GPLv2.
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +08007 */
8
Jean-Christophe PLAGNIOL-VILLARD6db64d22013-05-15 01:21:50 +08009#include "at91sam9260.dtsi"
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +080010
11/ {
12 model = "Atmel AT91SAM9G20 family SoC";
13 compatible = "atmel,at91sam9g20";
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +080014
Ludovic Desrochesdcce6ce2012-04-02 20:44:20 +020015 memory {
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +080016 reg = <0x20000000 0x08000000>;
17 };
Nicolas Ferre73d68d92012-05-16 17:37:06 +020018
Alexandre Bellonif04660e2015-01-13 19:12:24 +010019 sram0: sram@002ff000 {
20 status = "disabled";
21 };
22
23 sram1: sram@002fc000 {
24 compatible = "mmio-sram";
25 reg = <0x002fc000 0x8000>;
26 };
27
Nicolas Ferre73d68d92012-05-16 17:37:06 +020028 ahb {
29 apb {
Ludovic Desroches05dcd362012-09-12 08:42:16 +020030 i2c0: i2c@fffac000 {
31 compatible = "atmel,at91sam9g20-i2c";
32 };
33
Bo Shen9bd27732014-06-11 18:14:42 +080034 ssc0: ssc@fffbc000 {
35 compatible = "atmel,at91sam9rl-ssc";
36 };
37
Nicolas Ferre73d68d92012-05-16 17:37:06 +020038 adc0: adc@fffe0000 {
39 atmel,adc-startup-time = <40>;
40 };
Alexandre Belloni09d773c2014-06-16 19:22:40 +020041
42 pmc: pmc@fffffc00 {
43 plla: pllack {
44 atmel,clk-input-range = <2000000 32000000>;
45 atmel,pll-clk-output-ranges = <745000000 800000000 0 0>,
46 <695000000 750000000 1 0>,
47 <645000000 700000000 2 0>,
48 <595000000 650000000 3 0>,
49 <545000000 600000000 0 1>,
50 <495000000 550000000 1 1>,
51 <445000000 500000000 2 1>,
52 <400000000 450000000 3 1>;
53 };
54
55 pllb: pllbck {
Gaƫl PORTAY650ca012014-09-01 23:29:46 +020056 compatible = "atmel,at91sam9g20-clk-pllb";
Alexandre Belloni09d773c2014-06-16 19:22:40 +020057 atmel,clk-input-range = <2000000 32000000>;
58 atmel,pll-clk-output-ranges = <30000000 100000000 0 0>;
59 };
60
61 mck: masterck {
62 atmel,clk-output-range = <0 133000000>;
63 atmel,clk-divisors = <1 2 4 6>;
64 };
65 };
Nicolas Ferre73d68d92012-05-16 17:37:06 +020066 };
67 };
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +080068};