armada-xp-mv78230.dtsi 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. sdio_pins: sdio-pins {
  44. marvell,pins = "mpp30", "mpp31", "mpp32",
  45. "mpp33", "mpp34", "mpp35";
  46. marvell,function = "sd0";
  47. };
  48. };
  49. gpio0: gpio@d0018100 {
  50. compatible = "marvell,orion-gpio";
  51. reg = <0xd0018100 0x40>;
  52. ngpios = <32>;
  53. gpio-controller;
  54. #gpio-cells = <2>;
  55. interrupt-controller;
  56. #interrupts-cells = <2>;
  57. interrupts = <82>, <83>, <84>, <85>;
  58. };
  59. gpio1: gpio@d0018140 {
  60. compatible = "marvell,orion-gpio";
  61. reg = <0xd0018140 0x40>;
  62. ngpios = <17>;
  63. gpio-controller;
  64. #gpio-cells = <2>;
  65. interrupt-controller;
  66. #interrupts-cells = <2>;
  67. interrupts = <87>, <88>, <89>;
  68. };
  69. };
  70. };