Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.13.7.
 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			adc0: adc@fffe0000 {
22				atmel,adc-startup-time = <40>;
23			};
24		};
25	};
26};