2013-02-04 23:09:16 +08: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-14 14:02:10 -07:00
#include <dt-bindings/interrupt-controller/irq.h>
2013-02-20 10:32:52 +08:00
#include "imx6q-pinfunc.h"
2013-07-11 13:58:36 +08:00
#include "imx6qdl.dtsi"
2013-02-04 23:09:16 +08:00
/ {
2014-01-16 13:44:19 +01:00
aliases {
2015-12-02 14:42:22 +01:00
ipu1 = &ipu2;
2014-01-16 13:44:19 +01:00
spi4 = &ecspi5;
};
2013-02-04 23:09:16 +08:00
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "arm,cortex-a9";
2013-04-18 18:34:06 +01:00
device_type = "cpu";
2013-02-04 23:09:16 +08:00
reg = <0>;
next-level-cache = <&L2>;
operating-points = <
/* kHz uV */
1200000 1275000
996000 1250000
2014-02-12 17:57:02 +08:00
852000 1250000
2014-12-05 16:23:48 +08:00
792000 1175000
2013-12-16 16:07:37 -05:00
396000 975000
2013-02-04 23:09:16 +08:00
>;
2013-12-19 09:16:48 -05:00
fsl,soc-operating-points = <
/* ARM kHz SOC-PU uV */
1200000 1275000
996000 1250000
2014-02-12 17:57:02 +08:00
852000 1250000
2013-12-19 09:16:48 -05:00
792000 1175000
396000 1175000
2013-02-04 23:09:16 +08:00
>;
clock-latency = <61036>; /* two CLK32 periods */
2014-06-15 20:36:50 +08: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-02-04 23:09:16 +08:00
clock-names = "arm", "pll2_pfd2_396m", "step",
"pll1_sw", "pll1_sys";
arm-supply = <®_arm>;
pu-supply = <®_pu>;
soc-supply = <®_soc>;
};
cpu@1 {
compatible = "arm,cortex-a9";
2013-04-18 18:34:06 +01:00
device_type = "cpu";
2013-02-04 23:09:16 +08:00
reg = <1>;
next-level-cache = <&L2>;
};
cpu@2 {
compatible = "arm,cortex-a9";
2013-04-18 18:34:06 +01:00
device_type = "cpu";
2013-02-04 23:09:16 +08:00
reg = <2>;
next-level-cache = <&L2>;
};
cpu@3 {
compatible = "arm,cortex-a9";
2013-04-18 18:34:06 +01:00
device_type = "cpu";
2013-02-04 23:09:16 +08:00
reg = <3>;
next-level-cache = <&L2>;
};
};
soc {
2013-07-23 15:25:13 +08:00
ocram: sram@00900000 {
compatible = "mmio-sram";
reg = <0x00900000 0x40000>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_OCRAM>;
2013-07-23 15:25:13 +08:00
};
2013-02-04 23:09:16 +08:00
aips-bus@02000000 { /* AIPS1 */
spba-bus@02000000 {
ecspi5: ecspi@02018000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
reg = <0x02018000 0x4000>;
2013-11-14 14:02:10 -07:00
interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6Q_CLK_ECSPI5>,
<&clks IMX6Q_CLK_ECSPI5>;
2013-02-04 23:09:16 +08:00
clock-names = "ipg", "per";
2015-01-13 19:04:08 +01:00
dmas = <&sdma 11 7 1>, <&sdma 12 7 2>;
dma-names = "rx", "tx";
2013-02-04 23:09:16 +08:00
status = "disabled";
};
};
iomuxc: iomuxc@020e0000 {
compatible = "fsl,imx6q-iomuxc";
};
};
2013-07-16 11:28:46 +08:00
sata: sata@02200000 {
compatible = "fsl,imx6q-ahci";
reg = <0x02200000 0x4000>;
2013-11-14 14:02:10 -07:00
interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_SATA>,
<&clks IMX6QDL_CLK_SATA_REF_100M>,
<&clks IMX6QDL_CLK_AHB>;
2013-07-16 11:28:46 +08:00
clock-names = "sata", "sata_ref", "ahb";
status = "disabled";
};
2015-12-15 17:30:09 +01:00
gpu_vg: gpu@02204000 {
compatible = "vivante,gc";
reg = <0x02204000 0x4000>;
interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX6QDL_CLK_OPENVG_AXI>,
<&clks IMX6QDL_CLK_GPU2D_CORE>;
clock-names = "bus", "core";
power-domains = <&gpc 1>;
};
2013-02-04 23:09:16 +08:00
ipu2: ipu@02800000 {
2014-03-05 10:21:01 +01:00
#address-cells = <1>;
#size-cells = <0>;
2013-02-04 23:09:16 +08:00
compatible = "fsl,imx6q-ipu";
reg = <0x02800000 0x400000>;
2013-11-14 14:02:10 -07:00
interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>,
<0 7 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_IPU2>,
<&clks IMX6QDL_CLK_IPU2_DI0>,
<&clks IMX6QDL_CLK_IPU2_DI1>;
2013-02-04 23:09:16 +08:00
clock-names = "bus", "di0", "di1";
2013-03-28 17:35:20 +01:00
resets = <&src 4>;
2014-03-05 10:21:01 +01:00
2014-05-27 17:26:37 +02:00
ipu2_csi0: port@0 {
reg = <0>;
};
ipu2_csi1: port@1 {
reg = <1>;
};
2014-03-05 10:21:01 +01:00
ipu2_di0: port@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
ipu2_di0_disp0: endpoint@0 {
};
ipu2_di0_hdmi: endpoint@1 {
remote-endpoint = <&hdmi_mux_2>;
};
ipu2_di0_mipi: endpoint@2 {
};
ipu2_di0_lvds0: endpoint@3 {
remote-endpoint = <&lvds0_mux_2>;
};
ipu2_di0_lvds1: endpoint@4 {
remote-endpoint = <&lvds1_mux_2>;
};
};
ipu2_di1: port@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
ipu2_di1_hdmi: endpoint@1 {
remote-endpoint = <&hdmi_mux_3>;
};
ipu2_di1_mipi: endpoint@2 {
};
ipu2_di1_lvds0: endpoint@3 {
remote-endpoint = <&lvds0_mux_3>;
};
ipu2_di1_lvds1: endpoint@4 {
remote-endpoint = <&lvds1_mux_3>;
};
};
};
};
display-subsystem {
compatible = "fsl,imx-display-subsystem";
ports = <&ipu1_di0>, <&ipu1_di1>, <&ipu2_di0>, <&ipu2_di1>;
};
2015-12-15 17:30:09 +01:00
gpu-subsystem {
compatible = "fsl,imx-gpu-subsystem";
cores = <&gpu_2d>, <&gpu_3d>, <&gpu_vg>;
};
2014-03-05 10:21:01 +01:00
};
&hdmi {
compatible = "fsl,imx6q-hdmi";
port@2 {
reg = <2>;
hdmi_mux_2: endpoint {
remote-endpoint = <&ipu2_di0_hdmi>;
};
};
port@3 {
reg = <3>;
hdmi_mux_3: endpoint {
remote-endpoint = <&ipu2_di1_hdmi>;
2013-02-04 23:09:16 +08:00
};
};
};
2013-03-28 16:23:35 +01:00
&ldb {
2014-06-15 20:36:50 +08: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_IPU2_DI0_SEL>, <&clks IMX6QDL_CLK_IPU2_DI1_SEL>,
<&clks IMX6QDL_CLK_LDB_DI0>, <&clks IMX6QDL_CLK_LDB_DI1>;
2013-03-28 16:23:35 +01:00
clock-names = "di0_pll", "di1_pll",
"di0_sel", "di1_sel", "di2_sel", "di3_sel",
"di0", "di1";
lvds-channel@0 {
2014-03-05 10:21:01 +01:00
port@2 {
reg = <2>;
lvds0_mux_2: endpoint {
remote-endpoint = <&ipu2_di0_lvds0>;
};
};
port@3 {
reg = <3>;
lvds0_mux_3: endpoint {
remote-endpoint = <&ipu2_di1_lvds0>;
};
};
2013-03-28 16:23:35 +01:00
};
lvds-channel@1 {
2014-03-05 10:21:01 +01:00
port@2 {
reg = <2>;
lvds1_mux_2: endpoint {
remote-endpoint = <&ipu2_di0_lvds1>;
};
};
port@3 {
reg = <3>;
lvds1_mux_3: endpoint {
remote-endpoint = <&ipu2_di1_lvds1>;
};
};
2013-03-28 16:23:35 +01:00
};
};
2013-10-16 10:19:00 +01:00
2014-03-05 10:21:01 +01:00
&mipi_dsi {
2015-02-12 14:01:31 +08:00
ports {
port@2 {
reg = <2>;
2014-03-05 10:21:01 +01:00
2015-02-12 14:01:31 +08:00
mipi_mux_2: endpoint {
remote-endpoint = <&ipu2_di0_mipi>;
};
2014-03-05 10:21:01 +01:00
};
2015-02-12 14:01:31 +08:00
port@3 {
reg = <3>;
2014-03-05 10:21:01 +01:00
2015-02-12 14:01:31 +08:00
mipi_mux_3: endpoint {
remote-endpoint = <&ipu2_di1_mipi>;
};
2014-03-05 10:21:01 +01:00
};
};
2013-10-16 10:19:00 +01:00
};
2014-11-11 19:12:47 -02:00
&vpu {
compatible = "fsl,imx6q-vpu", "cnm,coda960";
};