blob: b8e79466014f05df2e90222f2074e9f41e3dde9e [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
19 ahb {
20 apb {
Ludovic Desroches05dcd362012-09-12 08:42:16 +020021 i2c0: i2c@fffac000 {
22 compatible = "atmel,at91sam9g20-i2c";
23 };
24
Nicolas Ferre73d68d92012-05-16 17:37:06 +020025 adc0: adc@fffe0000 {
26 atmel,adc-startup-time = <40>;
27 };
28 };
29 };
Jean-Christophe PLAGNIOL-VILLARDfea31582011-10-14 09:40:52 +080030};