r8a7779.dtsi 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. * Device Tree Source for Renesas r8a7740
  3. *
  4. * Copyright (C) 2013 Renesas Solutions Corp.
  5. * Copyright (C) 2013 Simon Horman
  6. *
  7. * This file is licensed under the terms of the GNU General Public License
  8. * version 2. This program is licensed "as is" without any warranty of any
  9. * kind, whether express or implied.
  10. */
  11. /include/ "skeleton.dtsi"
  12. / {
  13. compatible = "renesas,r8a7779";
  14. cpus {
  15. #address-cells = <1>;
  16. #size-cells = <0>;
  17. cpu@0 {
  18. device_type = "cpu";
  19. compatible = "arm,cortex-a9";
  20. reg = <0>;
  21. };
  22. cpu@1 {
  23. device_type = "cpu";
  24. compatible = "arm,cortex-a9";
  25. reg = <1>;
  26. };
  27. cpu@2 {
  28. device_type = "cpu";
  29. compatible = "arm,cortex-a9";
  30. reg = <2>;
  31. };
  32. cpu@3 {
  33. device_type = "cpu";
  34. compatible = "arm,cortex-a9";
  35. reg = <3>;
  36. };
  37. };
  38. gic: interrupt-controller@f0001000 {
  39. compatible = "arm,cortex-a9-gic";
  40. #interrupt-cells = <3>;
  41. interrupt-controller;
  42. reg = <0xf0001000 0x1000>,
  43. <0xf0000100 0x100>;
  44. };
  45. };