at91sam9g20.dtsi 444 B

1234567891011121314151617181920212223242526
  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. /include/ "at91sam9260.dtsi"
  9. / {
  10. model = "Atmel AT91SAM9G20 family SoC";
  11. compatible = "atmel,at91sam9g20";
  12. memory {
  13. reg = <0x20000000 0x08000000>;
  14. };
  15. ahb {
  16. apb {
  17. adc0: adc@fffe0000 {
  18. atmel,adc-startup-time = <40>;
  19. };
  20. };
  21. };
  22. };