exynos7-espresso.dts 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*
  2. * SAMSUNG Exynos7 Espresso board device tree source
  3. *
  4. * Copyright (c) 2014 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 "exynos7.dtsi"
  13. / {
  14. model = "Samsung Exynos7 Espresso board based on EXYNOS7";
  15. compatible = "samsung,exynos7-espresso", "samsung,exynos7";
  16. aliases {
  17. serial0 = &serial_2;
  18. mshc0 = &mmc_0;
  19. mshc2 = &mmc_2;
  20. };
  21. chosen {
  22. linux,stdout-path = &serial_2;
  23. };
  24. memory@40000000 {
  25. device_type = "memory";
  26. reg = <0x0 0x40000000 0x0 0xC0000000>;
  27. };
  28. };
  29. &fin_pll {
  30. clock-frequency = <24000000>;
  31. };
  32. &serial_2 {
  33. status = "okay";
  34. };
  35. &rtc {
  36. status = "okay";
  37. };
  38. &watchdog {
  39. status = "okay";
  40. };
  41. &adc {
  42. status = "okay";
  43. };
  44. &mmc_0 {
  45. status = "okay";
  46. num-slots = <1>;
  47. broken-cd;
  48. cap-mmc-highspeed;
  49. non-removable;
  50. card-detect-delay = <200>;
  51. clock-frequency = <800000000>;
  52. samsung,dw-mshc-ciu-div = <3>;
  53. samsung,dw-mshc-sdr-timing = <0 4>;
  54. samsung,dw-mshc-ddr-timing = <0 2>;
  55. pinctrl-names = "default";
  56. pinctrl-0 = <&sd0_clk &sd0_cmd &sd0_qrdy &sd0_bus1 &sd0_bus4 &sd0_bus8>;
  57. bus-width = <8>;
  58. };
  59. &mmc_2 {
  60. status = "okay";
  61. num-slots = <1>;
  62. cap-sd-highspeed;
  63. card-detect-delay = <200>;
  64. clock-frequency = <400000000>;
  65. samsung,dw-mshc-ciu-div = <3>;
  66. samsung,dw-mshc-sdr-timing = <2 3>;
  67. samsung,dw-mshc-ddr-timing = <1 2>;
  68. pinctrl-names = "default";
  69. pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4>;
  70. bus-width = <4>;
  71. disable-wp;
  72. };