sh73a0.dtsi 674 B

123456789101112131415161718192021222324252627282930313233
  1. /*
  2. * Device Tree Source for the SH73A0 SoC
  3. *
  4. * Copyright (C) 2012 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. /include/ "skeleton.dtsi"
  11. / {
  12. compatible = "renesas,sh73a0";
  13. cpus {
  14. cpu@0 {
  15. compatible = "arm,cortex-a9";
  16. };
  17. cpu@1 {
  18. compatible = "arm,cortex-a9";
  19. };
  20. };
  21. gic: interrupt-controller@f0001000 {
  22. compatible = "arm,cortex-a9-gic";
  23. #interrupt-cells = <3>;
  24. #address-cells = <1>;
  25. interrupt-controller;
  26. reg = <0xf0001000 0x1000>,
  27. <0xf0000100 0x100>;
  28. };
  29. };