sh7372.dtsi 502 B

1234567891011121314151617181920212223242526
  1. /*
  2. * Device Tree Source for the sh7372 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,sh7372";
  13. cpus {
  14. #address-cells = <1>;
  15. #size-cells = <0>;
  16. cpu@0 {
  17. compatible = "arm,cortex-a8";
  18. device_type = "cpu";
  19. reg = <0x0>;
  20. };
  21. };
  22. };