Loading...
1/*
2 * Copyright (C) 2013 Freescale Semiconductor, Inc.
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 */
8
9/dts-v1/;
10
11#include "imx6dl.dtsi"
12#include "imx6qdl-sabreauto.dtsi"
13
14/ {
15 model = "Freescale i.MX6 DualLite/Solo SABRE Automotive Board";
16 compatible = "fsl,imx6dl-sabreauto", "fsl,imx6dl";
17};
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};
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};