]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/contrib/dts/arm/at91sam9g20.dtsi
MFC r272528: Make kevent(2) periodic timer events more reliably periodic.
[FreeBSD/stable/10.git] / sys / contrib / dts / arm / at91sam9g20.dtsi
1 /*
2  * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
3  *
4  *  Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5  *
6  * Licensed under GPLv2.
7  */
8
9 #include "at91sam9260.dtsi"
10
11 / {
12         model = "Atmel AT91SAM9G20 family SoC";
13         compatible = "atmel,at91sam9g20";
14
15         memory {
16                 reg = <0x20000000 0x08000000>;
17         };
18
19         ahb {
20                 apb {
21                         i2c0: i2c@fffac000 {
22                                 compatible = "atmel,at91sam9g20-i2c";
23                         };
24
25                         adc0: adc@fffe0000 {
26                                 atmel,adc-startup-time = <40>;
27                         };
28                 };
29         };
30 };