sh7372.dtsi 416 B

123456789101112131415161718192021
  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. cpu@0 {
  15. compatible = "arm,cortex-a8";
  16. };
  17. };
  18. };