berlin2q-marvell-dmp.dts 823 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*
  2. * Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>
  3. *
  4. * This file is licensed under the terms of the GNU General Public
  5. * License version 2. This program is licensed "as is" without any
  6. * warranty of any kind, whether express or implied.
  7. */
  8. /dts-v1/;
  9. #include "berlin2q.dtsi"
  10. / {
  11. model = "Marvell BG2-Q DMP";
  12. compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x00000000 0x80000000>;
  16. };
  17. choosen {
  18. bootargs = "console=ttyS0,115200 earlyprintk";
  19. };
  20. };
  21. &sdhci1 {
  22. broken-cd;
  23. sdhci,wp-inverted;
  24. status = "okay";
  25. };
  26. &sdhci2 {
  27. broken-cd;
  28. bus-width = <8>;
  29. non-removable;
  30. status = "okay";
  31. };
  32. &i2c0 {
  33. status = "okay";
  34. };
  35. &i2c2 {
  36. status = "okay";
  37. };
  38. &uart0 {
  39. status = "okay";
  40. };
  41. &eth0 {
  42. status = "okay";
  43. };