armada-xp-mv78230.dtsi 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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 MV78230 SoC that are not
  13. * common to all Armada XP SoCs.
  14. */
  15. /include/ "armada-xp.dtsi"
  16. / {
  17. model = "Marvell Armada XP MV78230 SoC";
  18. compatible = "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
  19. aliases {
  20. gpio0 = &gpio0;
  21. gpio1 = &gpio1;
  22. };
  23. cpus {
  24. #address-cells = <1>;
  25. #size-cells = <0>;
  26. cpu@0 {
  27. device_type = "cpu";
  28. compatible = "marvell,sheeva-v7";
  29. reg = <0>;
  30. clocks = <&cpuclk 0>;
  31. };
  32. cpu@1 {
  33. device_type = "cpu";
  34. compatible = "marvell,sheeva-v7";
  35. reg = <1>;
  36. clocks = <&cpuclk 1>;
  37. };
  38. };
  39. soc {
  40. pinctrl {
  41. compatible = "marvell,mv78230-pinctrl";
  42. reg = <0xd0018000 0x38>;
  43. };
  44. gpio0: gpio@d0018100 {
  45. compatible = "marvell,orion-gpio";
  46. reg = <0xd0018100 0x40>;
  47. ngpios = <32>;
  48. gpio-controller;
  49. #gpio-cells = <2>;
  50. interrupt-controller;
  51. #interrupts-cells = <2>;
  52. interrupts = <82>, <83>, <84>, <85>;
  53. };
  54. gpio1: gpio@d0018140 {
  55. compatible = "marvell,orion-gpio";
  56. reg = <0xd0018140 0x40>;
  57. ngpios = <17>;
  58. gpio-controller;
  59. #gpio-cells = <2>;
  60. interrupt-controller;
  61. #interrupts-cells = <2>;
  62. interrupts = <87>, <88>, <89>;
  63. };
  64. };
  65. };