spear1340.dtsi 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*
  2. * DTS file for all SPEAr1340 SoCs
  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/ "spear13xx.dtsi"
  14. / {
  15. compatible = "st,spear1340";
  16. ahb {
  17. ahci@b1000000 {
  18. compatible = "snps,spear-ahci";
  19. reg = <0xb1000000 0x10000>;
  20. interrupts = <0 72 0x4>;
  21. status = "disabled";
  22. };
  23. spi1: spi@5d400000 {
  24. compatible = "arm,pl022", "arm,primecell";
  25. reg = <0x5d400000 0x1000>;
  26. interrupts = <0 99 0x4>;
  27. status = "disabled";
  28. };
  29. apb {
  30. i2c1: i2c@b4000000 {
  31. #address-cells = <1>;
  32. #size-cells = <0>;
  33. compatible = "snps,designware-i2c";
  34. reg = <0xb4000000 0x1000>;
  35. interrupts = <0 104 0x4>;
  36. status = "disabled";
  37. };
  38. serial@b4100000 {
  39. compatible = "arm,pl011", "arm,primecell";
  40. reg = <0xb4100000 0x1000>;
  41. interrupts = <0 105 0x4>;
  42. status = "disabled";
  43. };
  44. thermal@e07008c4 {
  45. st,thermal-flags = <0x2a00>;
  46. };
  47. };
  48. };
  49. };