armada-xp-mv78260.dtsi 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. soc {
  25. pinctrl {
  26. compatible = "marvell,mv78260-pinctrl";
  27. reg = <0xd0018000 0x38>;
  28. };
  29. gpio0: gpio@d0018100 {
  30. compatible = "marvell,armadaxp-gpio";
  31. reg = <0xd0018100 0x40>,
  32. <0xd0018800 0x30>;
  33. ngpios = <32>;
  34. gpio-controller;
  35. #gpio-cells = <2>;
  36. interrupt-controller;
  37. #interrupts-cells = <2>;
  38. interrupts = <16>, <17>, <18>, <19>;
  39. };
  40. gpio1: gpio@d0018140 {
  41. compatible = "marvell,armadaxp-gpio";
  42. reg = <0xd0018140 0x40>,
  43. <0xd0018840 0x30>;
  44. ngpios = <32>;
  45. gpio-controller;
  46. #gpio-cells = <2>;
  47. interrupt-controller;
  48. #interrupts-cells = <2>;
  49. interrupts = <20>, <21>, <22>, <23>;
  50. };
  51. gpio2: gpio@d0018180 {
  52. compatible = "marvell,armadaxp-gpio";
  53. reg = <0xd0018180 0x40>,
  54. <0xd0018870 0x30>;
  55. ngpios = <3>;
  56. gpio-controller;
  57. #gpio-cells = <2>;
  58. interrupt-controller;
  59. #interrupts-cells = <2>;
  60. interrupts = <24>;
  61. };
  62. };
  63. };