at91sam9g20.dtsi 930 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * at91sam9g20.dtsi - Device Tree Include file for AT91SAM9G20 family SoC
  4. *
  5. * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
  6. */
  7. #include "at91sam9260.dtsi"
  8. / {
  9. model = "Atmel AT91SAM9G20 family SoC";
  10. compatible = "atmel,at91sam9g20";
  11. memory@20000000 {
  12. reg = <0x20000000 0x08000000>;
  13. };
  14. sram0: sram@2ff000 {
  15. status = "disabled";
  16. };
  17. sram1: sram@2fc000 {
  18. compatible = "mmio-sram";
  19. reg = <0x002fc000 0x8000>;
  20. #address-cells = <1>;
  21. #size-cells = <1>;
  22. ranges = <0 0x002fc000 0x8000>;
  23. };
  24. ahb {
  25. apb {
  26. i2c0: i2c@fffac000 {
  27. compatible = "atmel,at91sam9g20-i2c";
  28. };
  29. ssc0: ssc@fffbc000 {
  30. compatible = "atmel,at91sam9rl-ssc";
  31. };
  32. adc0: adc@fffe0000 {
  33. atmel,adc-startup-time = <40>;
  34. };
  35. pmc: pmc@fffffc00 {
  36. compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon";
  37. };
  38. };
  39. };
  40. };