exynos4412-smdk4412.dts 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*
  2. * Samsung's Exynos4412 based SMDK board device tree source
  3. *
  4. * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
  5. * http://www.samsung.com
  6. *
  7. * Device tree source file for Samsung's SMDK4412 board which is based on
  8. * Samsung's Exynos4412 SoC.
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. */
  14. /dts-v1/;
  15. /include/ "exynos4412.dtsi"
  16. / {
  17. model = "Samsung SMDK evaluation board based on Exynos4412";
  18. compatible = "samsung,smdk4412", "samsung,exynos4412";
  19. memory {
  20. reg = <0x40000000 0x40000000>;
  21. };
  22. chosen {
  23. bootargs ="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC1,115200 init=/linuxrc";
  24. };
  25. g2d@10800000 {
  26. status = "okay";
  27. };
  28. g2d@10800000 {
  29. status = "okay";
  30. };
  31. sdhci@12530000 {
  32. bus-width = <4>;
  33. pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
  34. pinctrl-names = "default";
  35. status = "okay";
  36. };
  37. codec@13400000 {
  38. samsung,mfc-r = <0x43000000 0x800000>;
  39. samsung,mfc-l = <0x51000000 0x800000>;
  40. status = "okay";
  41. };
  42. serial@13800000 {
  43. status = "okay";
  44. };
  45. serial@13810000 {
  46. status = "okay";
  47. };
  48. serial@13820000 {
  49. status = "okay";
  50. };
  51. serial@13830000 {
  52. status = "okay";
  53. };
  54. fixed-rate-clocks {
  55. xxti {
  56. compatible = "samsung,clock-xxti";
  57. clock-frequency = <0>;
  58. };
  59. xusbxti {
  60. compatible = "samsung,clock-xusbxti";
  61. clock-frequency = <24000000>;
  62. };
  63. };
  64. };