s3c6410.dtsi 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. * Samsung's S3C6410 SoC device tree source
  3. *
  4. * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
  5. *
  6. * Samsung's S3C6410 SoC device nodes are listed in this file. S3C6410
  7. * based board files can include this file and provide values for board specfic
  8. * bindings.
  9. *
  10. * Note: This file does not include device nodes for all the controllers in
  11. * S3C6410 SoC. As device tree coverage for S3C6410 increases, additional
  12. * nodes can be added to this file.
  13. *
  14. * This program is free software; you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License version 2 as
  16. * published by the Free Software Foundation.
  17. */
  18. #include "s3c64xx.dtsi"
  19. / {
  20. compatible = "samsung,s3c6410";
  21. aliases {
  22. i2c1 = &i2c1;
  23. };
  24. };
  25. &vic0 {
  26. valid-mask = <0xffffff7f>;
  27. valid-wakeup-mask = <0x00200004>;
  28. };
  29. &vic1 {
  30. valid-mask = <0xffffffff>;
  31. valid-wakeup-mask = <0x53020000>;
  32. };
  33. &soc {
  34. clocks: clock-controller@7e00f000 {
  35. compatible = "samsung,s3c6410-clock";
  36. reg = <0x7e00f000 0x1000>;
  37. #clock-cells = <1>;
  38. };
  39. i2c1: i2c@7f00f000 {
  40. compatible = "samsung,s3c2440-i2c";
  41. reg = <0x7f00f000 0x1000>;
  42. interrupt-parent = <&vic0>;
  43. interrupts = <5>;
  44. clock-names = "i2c";
  45. clocks = <&clocks PCLK_IIC1>;
  46. status = "disabled";
  47. #address-cells = <1>;
  48. #size-cells = <0>;
  49. };
  50. };