blob: 4117cf8805084de1ceb889d242bebbd91cc32b74 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001// SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
4 *
5 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7
8#include "at91sam9260.dtsi"
9
10/ {
11 model = "Atmel AT91SAM9G20 family SoC";
12 compatible = "atmel,at91sam9g20";
13
14 memory {
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 };
26
27 ahb {
28 apb {
29 i2c0: i2c@fffac000 {
30 compatible = "atmel,at91sam9g20-i2c";
31 };
32
33 ssc0: ssc@fffbc000 {
34 compatible = "atmel,at91sam9rl-ssc";
35 };
36
37 adc0: adc@fffe0000 {
38 atmel,adc-startup-time = <40>;
39 };
40
41 pmc: pmc@fffffc00 {
David Brazdil0f672f62019-12-10 10:32:29 +000042 compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon";
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000043 };
44 };
45 };
46};