spear320.dtsi 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*
  2. * DTS file for SPEAr320 SoC
  3. *
  4. * Copyright 2012 Viresh Kumar <viresh.kumar@st.com>
  5. *
  6. * The code contained herein is licensed under the GNU General Public
  7. * License. You may obtain a copy of the GNU General Public License
  8. * Version 2 or later at the following locations:
  9. *
  10. * http://www.opensource.org/licenses/gpl-license.html
  11. * http://www.gnu.org/copyleft/gpl.html
  12. */
  13. /include/ "spear3xx.dtsi"
  14. / {
  15. ahb {
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. compatible = "simple-bus";
  19. ranges = <0x40000000 0x40000000 0x70000000
  20. 0xd0000000 0xd0000000 0x30000000>;
  21. clcd@90000000 {
  22. compatible = "arm,clcd-pl110", "arm,primecell";
  23. reg = <0x90000000 0x1000>;
  24. interrupts = <33>;
  25. status = "disabled";
  26. };
  27. fsmc: flash@4c000000 {
  28. compatible = "st,spear600-fsmc-nand";
  29. #address-cells = <1>;
  30. #size-cells = <1>;
  31. reg = <0x4c000000 0x1000 /* FSMC Register */
  32. 0x50000000 0x0010>; /* NAND Base */
  33. reg-names = "fsmc_regs", "nand_data";
  34. st,ale-off = <0x20000>;
  35. st,cle-off = <0x10000>;
  36. status = "disabled";
  37. };
  38. sdhci@70000000 {
  39. compatible = "st,sdhci-spear";
  40. reg = <0x70000000 0x100>;
  41. interrupts = <29>;
  42. status = "disabled";
  43. };
  44. spi1: spi@a5000000 {
  45. compatible = "arm,pl022", "arm,primecell";
  46. reg = <0xa5000000 0x1000>;
  47. status = "disabled";
  48. };
  49. spi2: spi@a6000000 {
  50. compatible = "arm,pl022", "arm,primecell";
  51. reg = <0xa6000000 0x1000>;
  52. status = "disabled";
  53. };
  54. apb {
  55. #address-cells = <1>;
  56. #size-cells = <1>;
  57. compatible = "simple-bus";
  58. ranges = <0xa0000000 0xa0000000 0x10000000
  59. 0xd0000000 0xd0000000 0x30000000>;
  60. i2c1: i2c@a7000000 {
  61. #address-cells = <1>;
  62. #size-cells = <0>;
  63. compatible = "snps,designware-i2c";
  64. reg = <0xa7000000 0x1000>;
  65. status = "disabled";
  66. };
  67. serial@a3000000 {
  68. compatible = "arm,pl011", "arm,primecell";
  69. reg = <0xa3000000 0x1000>;
  70. status = "disabled";
  71. };
  72. serial@a4000000 {
  73. compatible = "arm,pl011", "arm,primecell";
  74. reg = <0xa4000000 0x1000>;
  75. status = "disabled";
  76. };
  77. };
  78. };
  79. };