s3c24xx.dtsi 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /*
  2. * Samsung's S3C24XX family 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. #include "skeleton.dtsi"
  11. / {
  12. compatible = "samsung,s3c24xx";
  13. interrupt-parent = <&intc>;
  14. aliases {
  15. pinctrl0 = &pinctrl_0;
  16. serial0 = &uart0;
  17. serial1 = &uart1;
  18. serial2 = &uart2;
  19. };
  20. intc:interrupt-controller@4a000000 {
  21. compatible = "samsung,s3c2410-irq";
  22. reg = <0x4a000000 0x100>;
  23. interrupt-controller;
  24. #interrupt-cells = <4>;
  25. };
  26. pinctrl_0: pinctrl@56000000 {
  27. reg = <0x56000000 0x1000>;
  28. wakeup-interrupt-controller {
  29. compatible = "samsung,s3c2410-wakeup-eint";
  30. interrupts = <0 0 0 3>,
  31. <0 0 1 3>,
  32. <0 0 2 3>,
  33. <0 0 3 3>,
  34. <0 0 4 4>,
  35. <0 0 5 4>;
  36. };
  37. };
  38. timer@51000000 {
  39. compatible = "samsung,s3c2410-pwm";
  40. reg = <0x51000000 0x1000>;
  41. interrupts = <0 0 10 3>, <0 0 11 3>, <0 0 12 3>, <0 0 13 3>, <0 0 14 3>;
  42. #pwm-cells = <4>;
  43. };
  44. uart0: serial@50000000 {
  45. compatible = "samsung,s3c2410-uart";
  46. reg = <0x50000000 0x4000>;
  47. interrupts = <1 28 0 4>, <1 28 1 4>;
  48. status = "disabled";
  49. };
  50. uart1: serial@50004000 {
  51. compatible = "samsung,s3c2410-uart";
  52. reg = <0x50004000 0x4000>;
  53. interrupts = <1 23 3 4>, <1 23 4 4>;
  54. status = "disabled";
  55. };
  56. uart2: serial@50008000 {
  57. compatible = "samsung,s3c2410-uart";
  58. reg = <0x50008000 0x4000>;
  59. interrupts = <1 15 6 4>, <1 15 7 4>;
  60. status = "disabled";
  61. };
  62. watchdog@53000000 {
  63. compatible = "samsung,s3c2410-wdt";
  64. reg = <0x53000000 0x100>;
  65. interrupts = <0 0 9 3>;
  66. status = "disabled";
  67. };
  68. rtc@57000000 {
  69. compatible = "samsung,s3c2410-rtc";
  70. reg = <0x57000000 0x100>;
  71. interrupts = <0 0 30 3>, <0 0 8 3>;
  72. status = "disabled";
  73. };
  74. i2c@54000000 {
  75. compatible = "samsung,s3c2410-i2c";
  76. reg = <0x54000000 0x100>;
  77. interrupts = <0 0 27 3>;
  78. #address-cells = <1>;
  79. #size-cells = <0>;
  80. status = "disabled";
  81. };
  82. };