at91sam9g20.dtsi 517 B

123456789101112131415161718192021222324252627282930
  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. i2c0: i2c@fffac000 {
  18. compatible = "atmel,at91sam9g20-i2c";
  19. };
  20. adc0: adc@fffe0000 {
  21. atmel,adc-startup-time = <40>;
  22. };
  23. };
  24. };
  25. };