exynos5410-smdk5410.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. * SAMSUNG SMDK5410 board device tree source
  3. *
  4. * Copyright (c) 2013 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 "exynos5410.dtsi"
  13. / {
  14. model = "Samsung SMDK5410 board based on EXYNOS5410";
  15. compatible = "samsung,smdk5410", "samsung,exynos5410", "samsung,exynos5";
  16. memory {
  17. reg = <0x40000000 0x80000000>;
  18. };
  19. chosen {
  20. bootargs = "console=ttySAC2,115200";
  21. };
  22. fin_pll: xxti {
  23. compatible = "fixed-clock";
  24. clock-frequency = <24000000>;
  25. clock-output-names = "fin_pll";
  26. #clock-cells = <0>;
  27. };
  28. firmware@02037000 {
  29. compatible = "samsung,secure-firmware";
  30. reg = <0x02037000 0x1000>;
  31. };
  32. };
  33. &mmc_0 {
  34. status = "okay";
  35. num-slots = <1>;
  36. cap-mmc-highspeed;
  37. broken-cd;
  38. card-detect-delay = <200>;
  39. samsung,dw-mshc-ciu-div = <3>;
  40. samsung,dw-mshc-sdr-timing = <2 3>;
  41. samsung,dw-mshc-ddr-timing = <1 2>;
  42. bus-width = <8>;
  43. };
  44. &mmc_2 {
  45. status = "okay";
  46. num-slots = <1>;
  47. cap-sd-highspeed;
  48. card-detect-delay = <200>;
  49. samsung,dw-mshc-ciu-div = <3>;
  50. samsung,dw-mshc-sdr-timing = <2 3>;
  51. samsung,dw-mshc-ddr-timing = <1 2>;
  52. bus-width = <4>;
  53. disable-wp;
  54. };
  55. &uart0 {
  56. status = "okay";
  57. };
  58. &uart1 {
  59. status = "okay";
  60. };
  61. &uart2 {
  62. status = "okay";
  63. };