dra72x.dtsi 639 B

123456789101112131415161718192021222324252627282930
  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,dra722", "ti,dra72", "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. };
  20. };
  21. pmu {
  22. compatible = "arm,cortex-a15-pmu";
  23. interrupts = <GIC_SPI DIRECT_IRQ(131) IRQ_TYPE_LEVEL_HIGH>;
  24. };
  25. };