exynos5440-ssdk5440.dts 842 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * SAMSUNG SSDK5440 board device tree source
  3. *
  4. * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. /dts-v1/;
  12. /include/ "exynos5440.dtsi"
  13. / {
  14. model = "SAMSUNG SSDK5440 board based on EXYNOS5440";
  15. compatible = "samsung,ssdk5440", "samsung,exynos5440";
  16. memory {
  17. reg = <0x80000000 0x80000000>;
  18. };
  19. chosen {
  20. bootargs = "root=/dev/ram0 rw ramdisk=8192 initrd=0x81000000,8M console=ttySAC0,115200 init=/linuxrc";
  21. };
  22. spi {
  23. status = "disabled";
  24. };
  25. i2c@F0000 {
  26. status = "disabled";
  27. };
  28. i2c@100000 {
  29. status = "disabled";
  30. };
  31. watchdog {
  32. status = "disabled";
  33. };
  34. rtc {
  35. status = "disabled";
  36. };
  37. };