armada-370-mirabox.dts 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. * Device Tree file for Globalscale Mirabox
  3. *
  4. * Gregory CLEMENT <gregory.clement@free-electrons.com>
  5. *
  6. * This file is licensed under the terms of the GNU General Public
  7. * License version 2. This program is licensed "as is" without any
  8. * warranty of any kind, whether express or implied.
  9. */
  10. /dts-v1/;
  11. /include/ "armada-370.dtsi"
  12. / {
  13. model = "Globalscale Mirabox";
  14. compatible = "globalscale,mirabox", "marvell,armada370", "marvell,armada-370-xp";
  15. chosen {
  16. bootargs = "console=ttyS0,115200 earlyprintk";
  17. };
  18. memory {
  19. device_type = "memory";
  20. reg = <0x00000000 0x20000000>; /* 512 MB */
  21. };
  22. soc {
  23. serial@d0012000 {
  24. clock-frequency = <200000000>;
  25. status = "okay";
  26. };
  27. timer@d0020300 {
  28. clock-frequency = <600000000>;
  29. status = "okay";
  30. };
  31. mdio {
  32. phy0: ethernet-phy@0 {
  33. reg = <0>;
  34. };
  35. phy1: ethernet-phy@1 {
  36. reg = <1>;
  37. };
  38. };
  39. ethernet@d0070000 {
  40. status = "okay";
  41. phy = <&phy0>;
  42. phy-mode = "rgmii-id";
  43. };
  44. ethernet@d0074000 {
  45. status = "okay";
  46. phy = <&phy1>;
  47. phy-mode = "rgmii-id";
  48. };
  49. mvsdio@d00d4000 {
  50. pinctrl-0 = <&sdio_pins2>;
  51. pinctrl-names = "default";
  52. status = "okay";
  53. /*
  54. * No CD or WP GPIOs: SDIO interface used for
  55. * Wifi/Bluetooth chip
  56. */
  57. };
  58. usb@d0050000 {
  59. status = "okay";
  60. };
  61. usb@d0051000 {
  62. status = "okay";
  63. };
  64. };
  65. };