ARM: at91: dt: use #include for all device trees
[deliverable/linux.git] / arch / arm / boot / dts / at91sam9g20.dtsi
CommitLineData
fea3158c
JCPV
1/*
2 * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
3 *
5b6089cb 4 * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
fea3158c 5 *
5b6089cb 6 * Licensed under GPLv2.
fea3158c
JCPV
7 */
8
6db64d29 9#include "at91sam9260.dtsi"
fea3158c
JCPV
10
11/ {
12 model = "Atmel AT91SAM9G20 family SoC";
13 compatible = "atmel,at91sam9g20";
fea3158c 14
dcce6ce8 15 memory {
fea3158c
JCPV
16 reg = <0x20000000 0x08000000>;
17 };
73d68d91
NF
18
19 ahb {
20 apb {
05dcd361
LD
21 i2c0: i2c@fffac000 {
22 compatible = "atmel,at91sam9g20-i2c";
23 };
24
73d68d91
NF
25 adc0: adc@fffe0000 {
26 atmel,adc-startup-time = <40>;
27 };
28 };
29 };
fea3158c 30};
This page took 0.094409 seconds and 5 git commands to generate.