2013-04-02 13:04:45 +07:00
|
|
|
|
2013-02-04 22:09:16 +07:00
|
|
|
/*
|
|
|
|
* Copyright 2013 Freescale Semiconductor, Inc.
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2013-11-15 04:02:11 +07:00
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
2013-04-02 13:04:45 +07:00
|
|
|
#include "imx6dl-pinfunc.h"
|
2013-07-11 12:58:36 +07:00
|
|
|
#include "imx6qdl.dtsi"
|
2013-02-04 22:09:16 +07:00
|
|
|
|
|
|
|
/ {
|
2014-10-29 21:36:30 +07:00
|
|
|
aliases {
|
|
|
|
i2c3 = &i2c4;
|
|
|
|
};
|
|
|
|
|
2013-02-04 22:09:16 +07:00
|
|
|
cpus {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
cpu@0 {
|
|
|
|
compatible = "arm,cortex-a9";
|
2013-04-19 00:34:06 +07:00
|
|
|
device_type = "cpu";
|
2013-02-04 22:09:16 +07:00
|
|
|
reg = <0>;
|
|
|
|
next-level-cache = <&L2>;
|
2013-12-19 22:02:10 +07:00
|
|
|
operating-points = <
|
|
|
|
/* kHz uV */
|
ARM: dts: imx6dl: correct cpufreq volt/freq table
Currently the cpufreq volt/freq table we used is
for LDO enable mode, according to latest datasheet
Rev. 3, 03/2014, the volt/freq table is as below:
LDO enabled(min value):
996MHz: VDDARM: 1.225V, VDDSOC: 1.150V;
792MHz: VDDARM: 1.150V, VDDSOC: 1.150V;
396MHz: VDDARM: 1.050V, VDDSOC: 1.150V;
LDO bypassed(min value):
996MHz: VDDARM: 1.250V, VDDSOC: 1.150V;
792MHz: VDDARM: 1.150V, VDDSOC: 1.150V;
396MHz: VDDARM: 1.050V, VDDSOC: 1.150V;
Adding 25mV to cover board IR drop, for LDO enabled
mode of 996MHz, VDDARM should be 1.250V, so this
patch updates it.
Signed-off-by: Anson Huang <b20788@freescale.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2014-12-05 15:23:49 +07:00
|
|
|
996000 1250000
|
2013-12-19 22:02:10 +07:00
|
|
|
792000 1175000
|
2016-04-26 03:37:17 +07:00
|
|
|
396000 1150000
|
2013-12-19 22:02:10 +07:00
|
|
|
>;
|
|
|
|
fsl,soc-operating-points = <
|
|
|
|
/* ARM kHz SOC-PU uV */
|
|
|
|
996000 1175000
|
|
|
|
792000 1175000
|
|
|
|
396000 1175000
|
|
|
|
>;
|
|
|
|
clock-latency = <61036>; /* two CLK32 periods */
|
2014-06-15 19:36:50 +07:00
|
|
|
clocks = <&clks IMX6QDL_CLK_ARM>,
|
|
|
|
<&clks IMX6QDL_CLK_PLL2_PFD2_396M>,
|
|
|
|
<&clks IMX6QDL_CLK_STEP>,
|
|
|
|
<&clks IMX6QDL_CLK_PLL1_SW>,
|
|
|
|
<&clks IMX6QDL_CLK_PLL1_SYS>;
|
2013-12-19 22:02:10 +07:00
|
|
|
clock-names = "arm", "pll2_pfd2_396m", "step",
|
|
|
|
"pll1_sw", "pll1_sys";
|
|
|
|
arm-supply = <®_arm>;
|
|
|
|
pu-supply = <®_pu>;
|
|
|
|
soc-supply = <®_soc>;
|
2013-02-04 22:09:16 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
cpu@1 {
|
|
|
|
compatible = "arm,cortex-a9";
|
2013-04-19 00:34:06 +07:00
|
|
|
device_type = "cpu";
|
2013-02-04 22:09:16 +07:00
|
|
|
reg = <1>;
|
|
|
|
next-level-cache = <&L2>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
soc {
|
2013-07-23 14:25:13 +07:00
|
|
|
ocram: sram@00900000 {
|
|
|
|
compatible = "mmio-sram";
|
|
|
|
reg = <0x00900000 0x20000>;
|
2014-06-15 19:36:50 +07:00
|
|
|
clocks = <&clks IMX6QDL_CLK_OCRAM>;
|
2013-07-23 14:25:13 +07:00
|
|
|
};
|
|
|
|
|
2013-02-04 22:09:16 +07:00
|
|
|
aips1: aips-bus@02000000 {
|
2013-04-02 13:04:45 +07:00
|
|
|
iomuxc: iomuxc@020e0000 {
|
|
|
|
compatible = "fsl,imx6dl-iomuxc";
|
|
|
|
};
|
|
|
|
|
2013-02-04 22:09:16 +07:00
|
|
|
pxp: pxp@020f0000 {
|
|
|
|
reg = <0x020f0000 0x4000>;
|
2013-11-15 04:02:11 +07:00
|
|
|
interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
|
2013-02-04 22:09:16 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
epdc: epdc@020f4000 {
|
|
|
|
reg = <0x020f4000 0x4000>;
|
2013-11-15 04:02:11 +07:00
|
|
|
interrupts = <0 97 IRQ_TYPE_LEVEL_HIGH>;
|
2013-02-04 22:09:16 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
lcdif: lcdif@020f8000 {
|
|
|
|
reg = <0x020f8000 0x4000>;
|
2013-11-15 04:02:11 +07:00
|
|
|
interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
|
2013-02-04 22:09:16 +07:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
aips2: aips-bus@02100000 {
|
|
|
|
i2c4: i2c@021f8000 {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
2014-05-09 22:01:56 +07:00
|
|
|
compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
|
2013-02-04 22:09:16 +07:00
|
|
|
reg = <0x021f8000 0x4000>;
|
2013-11-15 04:02:11 +07:00
|
|
|
interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
|
2014-06-15 19:36:50 +07:00
|
|
|
clocks = <&clks IMX6DL_CLK_I2C4>;
|
2013-02-04 22:09:16 +07:00
|
|
|
status = "disabled";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2014-03-05 16:21:01 +07:00
|
|
|
|
|
|
|
display-subsystem {
|
|
|
|
compatible = "fsl,imx-display-subsystem";
|
|
|
|
ports = <&ipu1_di0>, <&ipu1_di1>;
|
|
|
|
};
|
2015-12-15 23:30:09 +07:00
|
|
|
|
|
|
|
gpu-subsystem {
|
|
|
|
compatible = "fsl,imx-gpu-subsystem";
|
|
|
|
cores = <&gpu_2d>, <&gpu_3d>;
|
|
|
|
};
|
2014-03-05 16:21:01 +07:00
|
|
|
};
|
|
|
|
|
2015-06-03 14:27:39 +07:00
|
|
|
&gpt {
|
2015-11-11 13:46:05 +07:00
|
|
|
compatible = "fsl,imx6dl-gpt";
|
2015-06-03 14:27:39 +07:00
|
|
|
};
|
|
|
|
|
2014-03-05 16:21:01 +07:00
|
|
|
&hdmi {
|
|
|
|
compatible = "fsl,imx6dl-hdmi";
|
2013-02-04 22:09:16 +07:00
|
|
|
};
|
2013-06-28 19:24:16 +07:00
|
|
|
|
|
|
|
&ldb {
|
2014-06-15 19:36:50 +07:00
|
|
|
clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, <&clks IMX6QDL_CLK_LDB_DI1_SEL>,
|
|
|
|
<&clks IMX6QDL_CLK_IPU1_DI0_SEL>, <&clks IMX6QDL_CLK_IPU1_DI1_SEL>,
|
|
|
|
<&clks IMX6QDL_CLK_LDB_DI0>, <&clks IMX6QDL_CLK_LDB_DI1>;
|
2013-06-28 19:24:16 +07:00
|
|
|
clock-names = "di0_pll", "di1_pll",
|
|
|
|
"di0_sel", "di1_sel",
|
|
|
|
"di0", "di1";
|
2013-10-31 03:10:31 +07:00
|
|
|
};
|
2014-11-12 04:12:47 +07:00
|
|
|
|
|
|
|
&vpu {
|
|
|
|
compatible = "fsl,imx6dl-vpu", "cnm,coda960";
|
|
|
|
};
|