r7s72100.dtsi 754 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * Device Tree Source for the r7s72100 SoC
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. *
  6. * This file is licensed under the terms of the GNU General Public License
  7. * version 2. This program is licensed "as is" without any warranty of any
  8. * kind, whether express or implied.
  9. */
  10. / {
  11. compatible = "renesas,r7s72100";
  12. interrupt-parent = <&gic>;
  13. #address-cells = <1>;
  14. #size-cells = <1>;
  15. cpus {
  16. #address-cells = <1>;
  17. #size-cells = <0>;
  18. cpu@0 {
  19. device_type = "cpu";
  20. compatible = "arm,cortex-a9";
  21. reg = <0>;
  22. };
  23. };
  24. gic: interrupt-controller@e8201000 {
  25. compatible = "arm,cortex-a9-gic";
  26. #interrupt-cells = <3>;
  27. #address-cells = <0>;
  28. interrupt-controller;
  29. reg = <0xe8201000 0x1000>,
  30. <0xe8202000 0x1000>;
  31. };
  32. };