blob: 708e1646b7f46a015944db9b77b780312dda027a [file] [log] [blame]
Thomas Gleixnerf50a7f32019-05-28 09:57:18 -07001// SPDX-License-Identifier: GPL-2.0-only
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +08002/*
3 * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
4 *
Jean-Christophe PLAGNIOL-VILLARD5b6089c2012-04-09 19:26:33 +08005 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +08006 */
7
Jean-Christophe PLAGNIOL-VILLARD6db64d22013-05-15 01:21:50 +08008#include "at91sam9260.dtsi"
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +08009
10/ {
11 model = "Atmel AT91SAM9G20 family SoC";
12 compatible = "atmel,at91sam9g20";
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +080013
Alexandre Belloni996710a2020-08-31 19:11:28 +020014 memory@20000000 {
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +080015 reg = <0x20000000 0x08000000>;
16 };
Nicolas Ferre73d68d92012-05-16 17:37:06 +020017
Rob Herring8dccafa2017-10-13 12:54:51 -050018 sram0: sram@2ff000 {
Alexandre Bellonif04660e2015-01-13 19:12:24 +010019 status = "disabled";
20 };
21
Rob Herring8dccafa2017-10-13 12:54:51 -050022 sram1: sram@2fc000 {
Alexandre Bellonif04660e2015-01-13 19:12:24 +010023 compatible = "mmio-sram";
24 reg = <0x002fc000 0x8000>;
Alexandre Bellonicd6228b2020-08-31 19:11:25 +020025 #address-cells = <1>;
26 #size-cells = <1>;
27 ranges = <0 0x002fc000 0x8000>;
Alexandre Bellonif04660e2015-01-13 19:12:24 +010028 };
29
Nicolas Ferre73d68d92012-05-16 17:37:06 +020030 ahb {
31 apb {
Ludovic Desroches05dcd362012-09-12 08:42:16 +020032 i2c0: i2c@fffac000 {
33 compatible = "atmel,at91sam9g20-i2c";
34 };
35
Bo Shen9bd27732014-06-11 18:14:42 +080036 ssc0: ssc@fffbc000 {
37 compatible = "atmel,at91sam9rl-ssc";
38 };
39
Nicolas Ferre73d68d92012-05-16 17:37:06 +020040 adc0: adc@fffe0000 {
41 atmel,adc-startup-time = <40>;
42 };
Alexandre Belloni09d773c2014-06-16 19:22:40 +020043
44 pmc: pmc@fffffc00 {
Alexandre Bellonie239e062018-08-16 18:29:20 +020045 compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon";
Alexandre Belloni09d773c2014-06-16 19:22:40 +020046 };
Nicolas Ferre73d68d92012-05-16 17:37:06 +020047 };
48 };
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +080049};