s3c6400.dtsi 1016 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Samsung's S3C6400 SoC device tree source
  3. *
  4. * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com>
  5. *
  6. * Samsung's S3C6400 SoC device nodes are listed in this file. S3C6400
  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. * S3C6400 SoC. As device tree coverage for S3C6400 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,s3c6400";
  21. };
  22. &vic0 {
  23. valid-mask = <0xfffffe1f>;
  24. valid-wakeup-mask = <0x00200004>;
  25. };
  26. &vic1 {
  27. valid-mask = <0xffffffff>;
  28. valid-wakeup-mask = <0x53020000>;
  29. };
  30. &soc {
  31. clocks: clock-controller@7e00f000 {
  32. compatible = "samsung,s3c6400-clock";
  33. reg = <0x7e00f000 0x1000>;
  34. #clock-cells = <1>;
  35. };
  36. };