Abel Vesa | 67f165d | 2019-02-01 16:40:16 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | // |
| 3 | // Copyright (C) 2013 Freescale Semiconductor, Inc. |
| 4 | |
| 5 | /dts-v1/; |
| 6 | |
| 7 | #include "imx6dl.dtsi" |
| 8 | #include "imx6qdl-sabreauto.dtsi" |
| 9 | |
| 10 | / { |
| 11 | model = "Freescale i.MX6 DualLite/Solo SABRE Automotive Board"; |
| 12 | compatible = "fsl,imx6dl-sabreauto", "fsl,imx6dl"; |
| 13 | }; |
Marcel Ziswiler | d0399a4 | 2022-07-21 15:27:26 +0200 | [diff] [blame^] | 14 | |
| 15 | &cpu0 { |
| 16 | operating-points = < |
| 17 | /* kHz uV */ |
| 18 | 996000 1275000 |
| 19 | 792000 1175000 |
| 20 | 396000 1150000 |
| 21 | >; |
| 22 | fsl,soc-operating-points = < |
| 23 | /* ARM kHz SOC-PU uV */ |
| 24 | 996000 1200000 |
| 25 | 792000 1175000 |
| 26 | 396000 1175000 |
| 27 | >; |
| 28 | }; |