dra74x.dtsi 987 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /*
  2. * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. * Based on "omap4.dtsi"
  8. */
  9. #include "dra7.dtsi"
  10. / {
  11. compatible = "ti,dra742", "ti,dra74", "ti,dra7";
  12. cpus {
  13. #address-cells = <1>;
  14. #size-cells = <0>;
  15. cpu0: cpu@0 {
  16. device_type = "cpu";
  17. compatible = "arm,cortex-a15";
  18. reg = <0>;
  19. operating-points = <
  20. /* kHz uV */
  21. 1000000 1060000
  22. 1176000 1160000
  23. >;
  24. clocks = <&dpll_mpu_ck>;
  25. clock-names = "cpu";
  26. clock-latency = <300000>; /* From omap-cpufreq driver */
  27. };
  28. cpu@1 {
  29. device_type = "cpu";
  30. compatible = "arm,cortex-a15";
  31. reg = <1>;
  32. };
  33. };
  34. pmu {
  35. compatible = "arm,cortex-a15-pmu";
  36. interrupts = <GIC_SPI DIRECT_IRQ(131) IRQ_TYPE_LEVEL_HIGH>,
  37. <GIC_SPI DIRECT_IRQ(132) IRQ_TYPE_LEVEL_HIGH>;
  38. };
  39. };