spear310.dtsi 1.8 KB

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