exynos5440-ssdk5440.dts 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 mem=6144M@0x100000000 console=ttySAC0,115200";
  18. };
  19. spi_0: spi@D0000 {
  20. flash: w25q128@0 {
  21. #address-cells = <1>;
  22. #size-cells = <1>;
  23. compatible = "winbond,w25q128";
  24. spi-max-frequency = <15625000>;
  25. reg = <0>;
  26. controller-data {
  27. samsung,spi-feedback-delay = <0>;
  28. };
  29. partition@00000 {
  30. label = "BootLoader";
  31. reg = <0x60000 0x80000>;
  32. read-only;
  33. };
  34. partition@e0000 {
  35. label = "Recovery-Kernel";
  36. reg = <0xe0000 0x300000>;
  37. read-only;
  38. };
  39. partition@3e0000 {
  40. label = "CRAM-FS";
  41. reg = <0x3e0000 0x700000>;
  42. read-only;
  43. };
  44. partition@ae0000 {
  45. label = "User-Data";
  46. reg = <0xae0000 0x520000>;
  47. };
  48. };
  49. };
  50. fixed-rate-clocks {
  51. xtal {
  52. compatible = "samsung,clock-xtal";
  53. clock-frequency = <50000000>;
  54. };
  55. };
  56. pcie@290000 {
  57. reset-gpio = <&pin_ctrl 5 0>;
  58. };
  59. pcie@2a0000 {
  60. reset-gpio = <&pin_ctrl 22 0>;
  61. };
  62. };