armada-xp-mv78260.dtsi 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /*
  2. * Device Tree Include file for Marvell Armada XP family SoC
  3. *
  4. * Copyright (C) 2012 Marvell
  5. *
  6. * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  7. *
  8. * This file is licensed under the terms of the GNU General Public
  9. * License version 2. This program is licensed "as is" without any
  10. * warranty of any kind, whether express or implied.
  11. *
  12. * Contains definitions specific to the Armada XP MV78260 SoC that are not
  13. * common to all Armada XP SoCs.
  14. */
  15. /include/ "armada-xp.dtsi"
  16. / {
  17. model = "Marvell Armada XP MV78260 SoC";
  18. compatible = "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp";
  19. aliases {
  20. gpio0 = &gpio0;
  21. gpio1 = &gpio1;
  22. gpio2 = &gpio2;
  23. };
  24. cpus {
  25. #address-cells = <1>;
  26. #size-cells = <0>;
  27. cpu@0 {
  28. device_type = "cpu";
  29. compatible = "marvell,sheeva-v7";
  30. reg = <0>;
  31. clocks = <&cpuclk 0>;
  32. };
  33. cpu@1 {
  34. device_type = "cpu";
  35. compatible = "marvell,sheeva-v7";
  36. reg = <1>;
  37. clocks = <&cpuclk 1>;
  38. };
  39. };
  40. soc {
  41. pinctrl {
  42. compatible = "marvell,mv78260-pinctrl";
  43. reg = <0xd0018000 0x38>;
  44. };
  45. gpio0: gpio@d0018100 {
  46. compatible = "marvell,armadaxp-gpio";
  47. reg = <0xd0018100 0x40>,
  48. <0xd0018800 0x30>;
  49. ngpios = <32>;
  50. gpio-controller;
  51. #gpio-cells = <2>;
  52. interrupt-controller;
  53. #interrupts-cells = <2>;
  54. interrupts = <16>, <17>, <18>, <19>;
  55. };
  56. gpio1: gpio@d0018140 {
  57. compatible = "marvell,armadaxp-gpio";
  58. reg = <0xd0018140 0x40>,
  59. <0xd0018840 0x30>;
  60. ngpios = <32>;
  61. gpio-controller;
  62. #gpio-cells = <2>;
  63. interrupt-controller;
  64. #interrupts-cells = <2>;
  65. interrupts = <20>, <21>, <22>, <23>;
  66. };
  67. gpio2: gpio@d0018180 {
  68. compatible = "marvell,armadaxp-gpio";
  69. reg = <0xd0018180 0x40>,
  70. <0xd0018870 0x30>;
  71. ngpios = <3>;
  72. gpio-controller;
  73. #gpio-cells = <2>;
  74. interrupt-controller;
  75. #interrupts-cells = <2>;
  76. interrupts = <24>;
  77. };
  78. };
  79. };