0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
0004 *
0005 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
0006 */
0007
0008 #include "at91sam9260.dtsi"
0009
0010 / {
0011 model = "Atmel AT91SAM9G20 family SoC";
0012 compatible = "atmel,at91sam9g20";
0013
0014 memory@20000000 {
0015 reg = <0x20000000 0x08000000>;
0016 };
0017
0018 sram0: sram@2ff000 {
0019 status = "disabled";
0020 };
0021
0022 sram1: sram@2fc000 {
0023 compatible = "mmio-sram";
0024 reg = <0x002fc000 0x8000>;
0025 #address-cells = <1>;
0026 #size-cells = <1>;
0027 ranges = <0 0x002fc000 0x8000>;
0028 };
0029
0030 ahb {
0031 apb {
0032 i2c0: i2c@fffac000 {
0033 compatible = "atmel,at91sam9g20-i2c";
0034 };
0035
0036 ssc0: ssc@fffbc000 {
0037 compatible = "atmel,at91sam9rl-ssc";
0038 };
0039
0040 adc0: adc@fffe0000 {
0041 atmel,adc-startup-time = <40>;
0042 };
0043
0044 pmc: pmc@fffffc00 {
0045 compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon";
0046 };
0047 };
0048 };
0049 };