sh7372.dtsi 695 B

1234567891011121314151617181920212223242526272829303132333435
  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. clock-frequency = <800000000>;
  21. };
  22. };
  23. pfc: pfc@e6050000 {
  24. compatible = "renesas,pfc-sh7372";
  25. reg = <0xe6050000 0x8000>,
  26. <0xe605801c 0x1c>;
  27. gpio-controller;
  28. #gpio-cells = <2>;
  29. };
  30. };