blob: ff3283c83a39443864baa99b932c7bbae44fe984 [file] [log] [blame]
Abel Vesa67f165d2019-02-01 16:40:16 +00001// 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 Ziswilerd0399a42022-07-21 15:27:26 +020014
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};