at91sam9g20.dtsi 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. sram0: sram@002ff000 {
  16. status = "disabled";
  17. };
  18. sram1: sram@002fc000 {
  19. compatible = "mmio-sram";
  20. reg = <0x002fc000 0x8000>;
  21. };
  22. ahb {
  23. apb {
  24. i2c0: i2c@fffac000 {
  25. compatible = "atmel,at91sam9g20-i2c";
  26. };
  27. ssc0: ssc@fffbc000 {
  28. compatible = "atmel,at91sam9rl-ssc";
  29. };
  30. adc0: adc@fffe0000 {
  31. atmel,adc-startup-time = <40>;
  32. };
  33. pmc: pmc@fffffc00 {
  34. plla: pllack {
  35. atmel,clk-input-range = <2000000 32000000>;
  36. atmel,pll-clk-output-ranges = <745000000 800000000 0 0>,
  37. <695000000 750000000 1 0>,
  38. <645000000 700000000 2 0>,
  39. <595000000 650000000 3 0>,
  40. <545000000 600000000 0 1>,
  41. <495000000 550000000 1 1>,
  42. <445000000 500000000 2 1>,
  43. <400000000 450000000 3 1>;
  44. };
  45. pllb: pllbck {
  46. compatible = "atmel,at91sam9g20-clk-pllb";
  47. atmel,clk-input-range = <2000000 32000000>;
  48. atmel,pll-clk-output-ranges = <30000000 100000000 0 0>;
  49. };
  50. mck: masterck {
  51. atmel,clk-output-range = <0 133000000>;
  52. atmel,clk-divisors = <1 2 4 6>;
  53. };
  54. };
  55. };
  56. };
  57. };