s3c2416-smdk2416.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /*
  2. * SAMSUNG SMDK2416 board device tree source
  3. *
  4. * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. /dts-v1/;
  11. #include "s3c2416.dtsi"
  12. / {
  13. model = "SMDK2416";
  14. compatible = "samsung,s3c2416";
  15. memory {
  16. reg = <0x30000000 0x4000000>;
  17. };
  18. serial@50000000 {
  19. status = "okay";
  20. pinctrl-names = "default";
  21. pinctrl-0 = <&uart0_data>, <&uart0_fctl>;
  22. };
  23. serial@50004000 {
  24. status = "okay";
  25. pinctrl-names = "default";
  26. pinctrl-0 = <&uart1_data>, <&uart1_fctl>;
  27. };
  28. serial@50008000 {
  29. status = "okay";
  30. pinctrl-names = "default";
  31. pinctrl-0 = <&uart2_data>;
  32. };
  33. serial@5000C000 {
  34. status = "okay";
  35. pinctrl-names = "default";
  36. pinctrl-0 = <&uart3_data>;
  37. };
  38. watchdog@53000000 {
  39. status = "okay";
  40. };
  41. rtc@57000000 {
  42. status = "okay";
  43. };
  44. sdhci@4AC00000 {
  45. pinctrl-names = "default";
  46. pinctrl-0 = <&sd0_clk>, <&sd0_cmd>,
  47. <&sd0_bus1>, <&sd0_bus4>;
  48. bus-width = <4>;
  49. cd-gpios = <&gpf 1 0>;
  50. cd-inverted;
  51. status = "okay";
  52. };
  53. sdhci@4A800000 {
  54. pinctrl-names = "default";
  55. pinctrl-0 = <&sd1_clk>, <&sd1_cmd>,
  56. <&sd1_bus1>, <&sd1_bus4>;
  57. bus-width = <4>;
  58. broken-cd;
  59. status = "okay";
  60. };
  61. };