imx6dl-sabreauto.dts 507 B

12345678910111213141516171819202122232425262728
  1. // SPDX-License-Identifier: GPL-2.0
  2. //
  3. // Copyright (C) 2013 Freescale Semiconductor, Inc.
  4. /dts-v1/;
  5. #include "imx6dl.dtsi"
  6. #include "imx6qdl-sabreauto.dtsi"
  7. / {
  8. model = "Freescale i.MX6 DualLite/Solo SABRE Automotive Board";
  9. compatible = "fsl,imx6dl-sabreauto", "fsl,imx6dl";
  10. };
  11. &cpu0 {
  12. operating-points = <
  13. /* kHz uV */
  14. 996000 1275000
  15. 792000 1175000
  16. 396000 1150000
  17. >;
  18. fsl,soc-operating-points = <
  19. /* ARM kHz SOC-PU uV */
  20. 996000 1200000
  21. 792000 1175000
  22. 396000 1175000
  23. >;
  24. };