stih41x.dtsi 985 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * Copyright (C) 2014 STMicroelectronics Limited.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * publishhed by the Free Software Foundation.
  7. */
  8. / {
  9. #address-cells = <1>;
  10. #size-cells = <1>;
  11. cpus {
  12. #address-cells = <1>;
  13. #size-cells = <0>;
  14. cpu@0 {
  15. device_type = "cpu";
  16. compatible = "arm,cortex-a9";
  17. reg = <0>;
  18. };
  19. cpu@1 {
  20. device_type = "cpu";
  21. compatible = "arm,cortex-a9";
  22. reg = <1>;
  23. };
  24. };
  25. intc: interrupt-controller@fffe1000 {
  26. compatible = "arm,cortex-a9-gic";
  27. #interrupt-cells = <3>;
  28. interrupt-controller;
  29. reg = <0xfffe1000 0x1000>,
  30. <0xfffe0100 0x100>;
  31. };
  32. scu@fffe0000 {
  33. compatible = "arm,cortex-a9-scu";
  34. reg = <0xfffe0000 0x1000>;
  35. };
  36. timer@fffe0200 {
  37. interrupt-parent = <&intc>;
  38. compatible = "arm,cortex-a9-global-timer";
  39. reg = <0xfffe0200 0x100>;
  40. interrupts = <1 11 0x04>;
  41. clocks = <&arm_periph_clk>;
  42. };
  43. };