spear310.dtsi 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /*
  2. * DTS file for SPEAr310 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 0x10000000
  20. 0xb0000000 0xb0000000 0x10000000
  21. 0xd0000000 0xd0000000 0x30000000>;
  22. fsmc: flash@44000000 {
  23. compatible = "st,spear600-fsmc-nand";
  24. #address-cells = <1>;
  25. #size-cells = <1>;
  26. reg = <0x44000000 0x1000 /* FSMC Register */
  27. 0x40000000 0x0010>; /* NAND Base */
  28. reg-names = "fsmc_regs", "nand_data";
  29. st,ale-off = <0x10000>;
  30. st,cle-off = <0x20000>;
  31. status = "disabled";
  32. };
  33. apb {
  34. #address-cells = <1>;
  35. #size-cells = <1>;
  36. compatible = "simple-bus";
  37. ranges = <0xb0000000 0xb0000000 0x10000000
  38. 0xd0000000 0xd0000000 0x30000000>;
  39. serial@b2000000 {
  40. compatible = "arm,pl011", "arm,primecell";
  41. reg = <0xb2000000 0x1000>;
  42. status = "disabled";
  43. };
  44. serial@b2080000 {
  45. compatible = "arm,pl011", "arm,primecell";
  46. reg = <0xb2080000 0x1000>;
  47. status = "disabled";
  48. };
  49. serial@b2100000 {
  50. compatible = "arm,pl011", "arm,primecell";
  51. reg = <0xb2100000 0x1000>;
  52. status = "disabled";
  53. };
  54. serial@b2180000 {
  55. compatible = "arm,pl011", "arm,primecell";
  56. reg = <0xb2180000 0x1000>;
  57. status = "disabled";
  58. };
  59. serial@b2200000 {
  60. compatible = "arm,pl011", "arm,primecell";
  61. reg = <0xb2200000 0x1000>;
  62. status = "disabled";
  63. };
  64. };
  65. };
  66. };