exynos4412-origen.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*
  2. * Insignal's Exynos4412 based Origen 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 Insignal's Origen 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 = "Insignal Origen evaluation board based on Exynos4412";
  18. compatible = "insignal,origen4412", "samsung,exynos4412";
  19. memory {
  20. reg = <0x40000000 0x40000000>;
  21. };
  22. chosen {
  23. bootargs ="console=ttySAC2,115200";
  24. };
  25. mmc_reg: voltage-regulator {
  26. compatible = "regulator-fixed";
  27. regulator-name = "VMEM_VDD_2.8V";
  28. regulator-min-microvolt = <2800000>;
  29. regulator-max-microvolt = <2800000>;
  30. gpio = <&gpx1 1 0>;
  31. enable-active-high;
  32. };
  33. sdhci@12530000 {
  34. bus-width = <4>;
  35. pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_bus4 &sd2_cd>;
  36. pinctrl-names = "default";
  37. vmmc-supply = <&mmc_reg>;
  38. status = "okay";
  39. };
  40. codec@13400000 {
  41. samsung,mfc-r = <0x43000000 0x800000>;
  42. samsung,mfc-l = <0x51000000 0x800000>;
  43. status = "okay";
  44. };
  45. serial@13800000 {
  46. status = "okay";
  47. };
  48. serial@13810000 {
  49. status = "okay";
  50. };
  51. serial@13820000 {
  52. status = "okay";
  53. };
  54. serial@13830000 {
  55. status = "okay";
  56. };
  57. };