dra72x.dtsi 1012 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,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. /* cooling options */
  20. cooling-min-level = <0>;
  21. cooling-max-level = <2>;
  22. #cooling-cells = <2>; /* min followed by max */
  23. };
  24. };
  25. pmu {
  26. compatible = "arm,cortex-a15-pmu";
  27. interrupt-parent = <&wakeupgen>;
  28. interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
  29. };
  30. };
  31. &dss {
  32. reg = <0x58000000 0x80>,
  33. <0x58004054 0x4>,
  34. <0x58004300 0x20>;
  35. reg-names = "dss", "pll1_clkctrl", "pll1";
  36. clocks = <&dss_dss_clk>,
  37. <&dss_video1_clk>;
  38. clock-names = "fck", "video1_clk";
  39. };