exynos5440-ssdk5440.dts 882 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. chosen {
  17. bootargs = "root=/dev/sda2 rw rootwait ignore_loglevel early_printk no_console_suspend mem=2048M@0x80000000 console=ttySAC0,115200";
  18. };
  19. spi {
  20. status = "disabled";
  21. };
  22. fixed-rate-clocks {
  23. xtal {
  24. compatible = "samsung,clock-xtal";
  25. clock-frequency = <50000000>;
  26. };
  27. };
  28. pcie@290000 {
  29. reset-gpio = <&pin_ctrl 5 0>;
  30. };
  31. pcie@2a0000 {
  32. reset-gpio = <&pin_ctrl 22 0>;
  33. };
  34. };