2018-05-07 15:23:40 -03:00
// SPDX-License-Identifier: GPL-2.0+
//
// Copyright 2011 Freescale Semiconductor, Inc.
// Copyright 2011 Linaro Ltd.
2011-09-06 13:53:26 +08:00
2014-06-15 20:36:50 +08:00
#include <dt-bindings/clock/imx6qdl-clock.h>
2019-03-07 19:01:48 -06:00
#include <dt-bindings/input/input.h>
2014-03-05 14:25:50 +01:00
#include <dt-bindings/interrupt-controller/arm-gic.h>
2011-09-06 13:53:26 +08:00
/ {
2016-11-12 13:30:35 -02:00
#address-cells = <1>;
#size-cells = <1>;
2017-01-23 14:54:10 -02:00
/*
* The decompressor and also some bootloaders rely on a
* pre-existing /chosen node to be available to insert the
* command line and merge other ATAGS info.
*/
chosen {};
2016-11-12 13:30:35 -02:00
2011-09-06 13:53:26 +08:00
aliases {
2014-02-28 12:58:41 +01:00
ethernet0 = &fec;
2013-12-12 14:27:57 +01:00
can0 = &can1;
can1 = &can2;
2012-08-05 14:01:28 +08:00
gpio0 = &gpio1;
gpio1 = &gpio2;
gpio2 = &gpio3;
gpio3 = &gpio4;
gpio4 = &gpio5;
gpio5 = &gpio6;
gpio6 = &gpio7;
2013-06-25 15:51:57 +02:00
i2c0 = &i2c1;
i2c1 = &i2c2;
i2c2 = &i2c3;
2015-12-02 14:42:22 +01:00
ipu0 = &ipu1;
2014-01-16 13:44:20 +01:00
mmc0 = &usdhc1;
mmc1 = &usdhc2;
mmc2 = &usdhc3;
mmc3 = &usdhc4;
2013-06-25 15:51:57 +02:00
serial0 = &uart1;
serial1 = &uart2;
serial2 = &uart3;
serial3 = &uart4;
serial4 = &uart5;
spi0 = &ecspi1;
spi1 = &ecspi2;
spi2 = &ecspi3;
spi3 = &ecspi4;
2020-11-01 19:29:53 +08:00
usb0 = &usbotg;
usb1 = &usbh1;
usb2 = &usbh2;
usb3 = &usbh3;
2013-12-20 15:52:05 +08:00
usbphy0 = &usbphy1;
usbphy1 = &usbphy2;
2011-09-06 13:53:26 +08:00
};
clocks {
ckil {
2021-12-03 01:40:38 +01:00
compatible = "fixed-clock";
2014-04-11 09:56:46 +08:00
#clock-cells = <0>;
2011-09-06 13:53:26 +08:00
clock-frequency = <32768>;
};
ckih1 {
2021-12-03 01:40:39 +01:00
compatible = "fixed-clock";
2014-04-11 09:56:46 +08:00
#clock-cells = <0>;
2011-09-06 13:53:26 +08:00
clock-frequency = <0>;
};
osc {
2021-12-03 01:40:37 +01:00
compatible = "fixed-clock";
2014-04-11 09:56:46 +08:00
#clock-cells = <0>;
2011-09-06 13:53:26 +08:00
clock-frequency = <24000000>;
};
};
2017-11-29 16:54:35 -02:00
ldb: ldb {
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6q-ldb", "fsl,imx53-ldb";
gpr = <&gpr>;
status = "disabled";
lvds-channel@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
status = "disabled";
port@0 {
reg = <0>;
lvds0_mux_0: endpoint {
remote-endpoint = <&ipu1_di0_lvds0>;
};
};
port@1 {
reg = <1>;
lvds0_mux_1: endpoint {
remote-endpoint = <&ipu1_di1_lvds0>;
};
};
};
lvds-channel@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
status = "disabled";
port@0 {
reg = <0>;
lvds1_mux_0: endpoint {
remote-endpoint = <&ipu1_di0_lvds1>;
};
};
port@1 {
reg = <1>;
lvds1_mux_1: endpoint {
remote-endpoint = <&ipu1_di1_lvds1>;
};
};
};
};
2018-02-05 18:08:40 +01:00
pmu: pmu {
2017-11-29 16:54:35 -02:00
compatible = "arm,cortex-a9-pmu";
interrupt-parent = <&gpc>;
interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>;
};
2018-10-18 09:45:04 +02:00
usbphynop1: usbphynop1 {
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
};
usbphynop2: usbphynop2 {
compatible = "usb-nop-xceiv";
#phy-cells = <0>;
};
2022-06-14 13:22:33 -03:00
soc: soc {
2011-09-06 13:53:26 +08:00
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
2015-02-23 17:45:18 +00:00
interrupt-parent = <&gpc>;
2011-09-06 13:53:26 +08:00
ranges;
2017-09-21 15:10:10 -03:00
dma_apbh: dma-apbh@110000 {
2012-06-06 21:22:57 -04:00
compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
reg = <0x00110000 0x2000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>,
<0 13 IRQ_TYPE_LEVEL_HIGH>,
<0 13 IRQ_TYPE_LEVEL_HIGH>,
<0 13 IRQ_TYPE_LEVEL_HIGH>;
2013-02-25 21:56:56 +08:00
interrupt-names = "gpmi0", "gpmi1", "gpmi2", "gpmi3";
#dma-cells = <1>;
dma-channels = <4>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_APBH_DMA>;
2012-06-06 21:22:57 -04:00
};
2020-07-30 21:04:06 +08:00
gpmi: nand-controller@112000 {
2012-08-22 21:36:28 +08:00
compatible = "fsl,imx6q-gpmi-nand";
reg = <0x00112000 0x2000>, <0x00114000 0x2000>;
reg-names = "gpmi-nand", "bch";
2013-11-14 14:02:13 -07:00
interrupts = <0 15 IRQ_TYPE_LEVEL_HIGH>;
2013-07-16 17:13:00 +08:00
interrupt-names = "bch";
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_GPMI_IO>,
<&clks IMX6QDL_CLK_GPMI_APB>,
<&clks IMX6QDL_CLK_GPMI_BCH>,
<&clks IMX6QDL_CLK_GPMI_BCH_APB>,
<&clks IMX6QDL_CLK_PER1_BCH>;
2012-08-22 21:36:28 +08:00
clock-names = "gpmi_io", "gpmi_apb", "gpmi_bch",
"gpmi_bch_apb", "per1_bch";
2013-02-25 21:56:56 +08:00
dmas = <&dma_apbh 0>;
dma-names = "rx-tx";
2012-08-22 21:36:28 +08:00
status = "disabled";
2012-07-01 23:38:46 -04:00
};
2017-09-21 15:10:10 -03:00
hdmi: hdmi@120000 {
2015-04-01 11:26:54 +02:00
reg = <0x00120000 0x9000>;
interrupts = <0 115 0x04>;
gpr = <&gpr>;
clocks = <&clks IMX6QDL_CLK_HDMI_IAHB>,
<&clks IMX6QDL_CLK_HDMI_ISFR>;
clock-names = "iahb", "isfr";
status = "disabled";
2021-01-06 17:08:51 +02:00
ports {
#address-cells = <1>;
#size-cells = <0>;
2015-04-01 11:26:54 +02:00
2021-01-06 17:08:51 +02:00
port@0 {
reg = <0>;
hdmi_mux_0: endpoint {
remote-endpoint = <&ipu1_di0_hdmi>;
};
2015-04-01 11:26:54 +02:00
};
2021-01-06 17:08:51 +02:00
port@1 {
reg = <1>;
2015-04-01 11:26:54 +02:00
2021-01-06 17:08:51 +02:00
hdmi_mux_1: endpoint {
remote-endpoint = <&ipu1_di1_hdmi>;
};
2015-04-01 11:26:54 +02:00
};
};
};
2017-09-21 15:10:10 -03:00
gpu_3d: gpu@130000 {
2015-12-15 17:30:09 +01:00
compatible = "vivante,gc";
reg = <0x00130000 0x4000>;
interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX6QDL_CLK_GPU3D_AXI>,
<&clks IMX6QDL_CLK_GPU3D_CORE>,
<&clks IMX6QDL_CLK_GPU3D_SHADER>;
clock-names = "bus", "core", "shader";
2017-04-12 18:45:59 +02:00
power-domains = <&pd_pu>;
2018-11-05 18:34:02 +01:00
#cooling-cells = <2>;
2015-12-15 17:30:09 +01:00
};
2017-09-21 15:10:10 -03:00
gpu_2d: gpu@134000 {
2015-12-15 17:30:09 +01:00
compatible = "vivante,gc";
reg = <0x00134000 0x4000>;
interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX6QDL_CLK_GPU2D_AXI>,
<&clks IMX6QDL_CLK_GPU2D_CORE>;
clock-names = "bus", "core";
2017-04-12 18:45:59 +02:00
power-domains = <&pd_pu>;
2018-11-05 18:34:02 +01:00
#cooling-cells = <2>;
2015-12-15 17:30:09 +01:00
};
2017-09-21 15:10:10 -03:00
timer@a00600 {
2012-01-10 19:44:19 +00:00
compatible = "arm,cortex-a9-twd-timer";
reg = <0x00a00600 0x20>;
interrupts = <1 13 0xf01>;
2015-02-23 17:45:18 +00:00
interrupt-parent = <&intc>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_TWD>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
intc: interrupt-controller@a01000 {
2015-12-02 14:42:55 +01:00
compatible = "arm,cortex-a9-gic";
#interrupt-cells = <3>;
interrupt-controller;
reg = <0x00a01000 0x1000>,
<0x00a00100 0x100>;
interrupt-parent = <&intc>;
};
2020-06-26 10:06:31 +02:00
L2: cache-controller@a02000 {
2011-09-06 13:53:26 +08:00
compatible = "arm,pl310-cache";
reg = <0x00a02000 0x1000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 92 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
cache-unified;
cache-level = <2>;
2013-04-26 10:13:55 +02:00
arm,tag-latency = <4 2 3>;
arm,data-latency = <4 2 3>;
2016-06-07 17:39:25 +08:00
arm,shared-override;
2011-09-06 13:53:26 +08:00
};
2017-03-21 21:03:03 -05:00
pcie: pcie@1ffc000 {
ARM: dts: imx: fix the schema check errors
- ranges property should be grouped by region, with no functional
changes. Otherwise, schema dtbs_check would report the following errors.
"linux-imx/arch/arm/boot/dts/imx6qp-vicutp.dt.yaml: pcie@1ffc000: ranges: 'oneOf' conditional failed, one must be fixed:
linux-imx/arch/arm/boot/dts/imx6qp-vicutp.dt.yaml: pcie@1ffc000: ranges: 'oneOf' conditional failed, one must be fixed:
[[2164260864, 0, 0, 33030144, 0, 65536, 2181038080, 0, 16777216, 16777216, 0, 15728640]] is not of type 'boolean'
True was expected
[[2164260864, 0, 0, 33030144, 0, 65536, 2181038080, 0, 16777216, 16777216, 0, 15728640]] is not of type 'null'
[2164260864, 0, 0, 33030144, 0, 65536, 2181038080, 0, 16777216, 16777216, 0, 15728640] is too long
From schema: linux-imx/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml"
- refer to commit 281f1f99cf3a ("PCI: dwc: Detect number of iATU windows").
The num-viewport is not required anymore, remove them totally.
- dt_binding_check complains "compatible: ['fsl,imx6qp-pcie', 'snps,dw-pcie']
is too long", remove "snps,dw-pcie" from the compatible string.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2021-08-27 14:42:59 +08:00
compatible = "fsl,imx6q-pcie";
2014-08-07 19:39:41 +02:00
reg = <0x01ffc000 0x04000>,
<0x01f00000 0x80000>;
reg-names = "dbi", "config";
2013-09-26 10:51:09 +08:00
#address-cells = <3>;
#size-cells = <2>;
device_type = "pci";
2017-03-21 21:03:03 -05:00
bus-range = <0x00 0xff>;
ARM: dts: imx: fix the schema check errors
- ranges property should be grouped by region, with no functional
changes. Otherwise, schema dtbs_check would report the following errors.
"linux-imx/arch/arm/boot/dts/imx6qp-vicutp.dt.yaml: pcie@1ffc000: ranges: 'oneOf' conditional failed, one must be fixed:
linux-imx/arch/arm/boot/dts/imx6qp-vicutp.dt.yaml: pcie@1ffc000: ranges: 'oneOf' conditional failed, one must be fixed:
[[2164260864, 0, 0, 33030144, 0, 65536, 2181038080, 0, 16777216, 16777216, 0, 15728640]] is not of type 'boolean'
True was expected
[[2164260864, 0, 0, 33030144, 0, 65536, 2181038080, 0, 16777216, 16777216, 0, 15728640]] is not of type 'null'
[2164260864, 0, 0, 33030144, 0, 65536, 2181038080, 0, 16777216, 16777216, 0, 15728640] is too long
From schema: linux-imx/Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml"
- refer to commit 281f1f99cf3a ("PCI: dwc: Detect number of iATU windows").
The num-viewport is not required anymore, remove them totally.
- dt_binding_check complains "compatible: ['fsl,imx6qp-pcie', 'snps,dw-pcie']
is too long", remove "snps,dw-pcie" from the compatible string.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2021-08-27 14:42:59 +08:00
ranges = <0x81000000 0 0 0x01f80000 0 0x00010000>, /* downstream I/O */
<0x82000000 0 0x01000000 0x01000000 0 0x00f00000>; /* non-prefetchable memory */
2013-09-26 10:51:09 +08:00
num-lanes = <1>;
2014-04-30 13:58:15 +08:00
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "msi";
2014-03-05 14:25:50 +01:00
#interrupt-cells = <1>;
interrupt-map-mask = <0 0 0 0x7>;
2015-08-05 18:54:37 +02:00
interrupt-map = <0 0 0 1 &gpc GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
2016-10-14 15:09:29 +05:30
<0 0 0 2 &gpc GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
<0 0 0 3 &gpc GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
<0 0 0 4 &gpc GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_PCIE_AXI>,
<&clks IMX6QDL_CLK_LVDS1_GATE>,
<&clks IMX6QDL_CLK_PCIE_REF_125M>;
2014-04-30 13:58:15 +08:00
clock-names = "pcie", "pcie_bus", "pcie_phy";
2013-09-26 10:51:09 +08:00
status = "disabled";
};
2022-06-14 13:22:34 -03:00
aips1: bus@2000000 { /* AIPS1 */
2011-09-06 13:53:26 +08:00
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x02000000 0x100000>;
ranges;
2017-09-21 15:10:10 -03:00
spba-bus@2000000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,spba-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x02000000 0x40000>;
ranges;
2017-09-21 15:10:10 -03:00
spdif: spdif@2004000 {
2013-09-02 23:51:41 -03:00
compatible = "fsl,imx35-spdif";
2011-09-06 13:53:26 +08:00
reg = <0x02004000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>;
2013-09-02 23:51:41 -03:00
dmas = <&sdma 14 18 0>,
<&sdma 15 18 0>;
dma-names = "rx", "tx";
2015-10-10 18:15:07 +08:00
clocks = <&clks IMX6QDL_CLK_SPDIF_GCLK>, <&clks IMX6QDL_CLK_OSC>,
<&clks IMX6QDL_CLK_SPDIF>, <&clks IMX6QDL_CLK_ASRC>,
<&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_ESAI_EXTAL>,
2016-08-31 10:56:48 -03:00
<&clks IMX6QDL_CLK_IPG>, <&clks IMX6QDL_CLK_DUMMY>,
2015-10-10 18:15:07 +08:00
<&clks IMX6QDL_CLK_DUMMY>, <&clks IMX6QDL_CLK_SPBA>;
2013-09-02 23:51:41 -03:00
clock-names = "core", "rxtx0",
"rxtx1", "rxtx2",
"rxtx3", "rxtx4",
"rxtx5", "rxtx6",
2015-11-26 10:39:30 +08:00
"rxtx7", "spba";
2013-09-02 23:51:41 -03:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2018-09-13 13:12:29 -05:00
ecspi1: spi@2008000 {
2011-09-06 13:53:26 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
reg = <0x02008000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_ECSPI1>,
<&clks IMX6QDL_CLK_ECSPI1>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "per";
2021-07-14 18:20:42 +08:00
dmas = <&sdma 3 7 1>, <&sdma 4 7 2>;
2014-01-04 06:53:52 +08:00
dma-names = "rx", "tx";
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2018-09-13 13:12:29 -05:00
ecspi2: spi@200c000 {
2011-09-06 13:53:26 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
reg = <0x0200c000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_ECSPI2>,
<&clks IMX6QDL_CLK_ECSPI2>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "per";
2021-07-14 18:20:42 +08:00
dmas = <&sdma 5 7 1>, <&sdma 6 7 2>;
2014-01-04 06:53:52 +08:00
dma-names = "rx", "tx";
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2018-09-13 13:12:29 -05:00
ecspi3: spi@2010000 {
2011-09-06 13:53:26 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
reg = <0x02010000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 33 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_ECSPI3>,
<&clks IMX6QDL_CLK_ECSPI3>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "per";
2021-07-14 18:20:42 +08:00
dmas = <&sdma 7 7 1>, <&sdma 8 7 2>;
2014-01-04 06:53:52 +08:00
dma-names = "rx", "tx";
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2018-09-13 13:12:29 -05:00
ecspi4: spi@2014000 {
2011-09-06 13:53:26 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
reg = <0x02014000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_ECSPI4>,
<&clks IMX6QDL_CLK_ECSPI4>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "per";
2021-07-14 18:20:42 +08:00
dmas = <&sdma 9 7 1>, <&sdma 10 7 2>;
2014-01-04 06:53:52 +08:00
dma-names = "rx", "tx";
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
uart1: serial@2020000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
reg = <0x02020000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 26 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_UART_IPG>,
<&clks IMX6QDL_CLK_UART_SERIAL>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "per";
2013-07-12 18:02:09 +08:00
dmas = <&sdma 25 4 0>, <&sdma 26 4 0>;
dma-names = "rx", "tx";
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
esai: esai@2024000 {
2015-06-18 13:58:44 +08:00
#sound-dai-cells = <0>;
compatible = "fsl,imx35-esai";
2011-09-06 13:53:26 +08:00
reg = <0x02024000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 51 IRQ_TYPE_LEVEL_HIGH>;
2015-06-18 13:58:44 +08:00
clocks = <&clks IMX6QDL_CLK_ESAI_IPG>,
<&clks IMX6QDL_CLK_ESAI_MEM>,
<&clks IMX6QDL_CLK_ESAI_EXTAL>,
<&clks IMX6QDL_CLK_ESAI_IPG>,
<&clks IMX6QDL_CLK_SPBA>;
2015-11-26 10:39:30 +08:00
clock-names = "core", "mem", "extal", "fsys", "spba";
2015-06-18 13:58:44 +08:00
dmas = <&sdma 23 21 0>, <&sdma 24 21 0>;
dma-names = "rx", "tx";
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
ssi1: ssi@2028000 {
2014-08-19 20:00:09 +04:00
#sound-dai-cells = <0>;
2014-01-17 10:07:42 +01:00
compatible = "fsl,imx6q-ssi",
2014-07-07 10:04:52 -03:00
"fsl,imx51-ssi";
2011-09-06 13:53:26 +08:00
reg = <0x02028000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>;
2014-09-09 17:13:26 +08:00
clocks = <&clks IMX6QDL_CLK_SSI1_IPG>,
<&clks IMX6QDL_CLK_SSI1>;
clock-names = "ipg", "baud";
2013-07-17 13:50:54 +08:00
dmas = <&sdma 37 1 0>,
<&sdma 38 1 0>;
dma-names = "rx", "tx";
2012-05-02 10:29:10 +08:00
fsl,fifo-depth = <15>;
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
ssi2: ssi@202c000 {
2014-08-19 20:00:09 +04:00
#sound-dai-cells = <0>;
2014-01-17 10:07:42 +01:00
compatible = "fsl,imx6q-ssi",
2014-07-07 10:04:52 -03:00
"fsl,imx51-ssi";
2011-09-06 13:53:26 +08:00
reg = <0x0202c000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
2014-09-09 17:13:26 +08:00
clocks = <&clks IMX6QDL_CLK_SSI2_IPG>,
<&clks IMX6QDL_CLK_SSI2>;
clock-names = "ipg", "baud";
2013-07-17 13:50:54 +08:00
dmas = <&sdma 41 1 0>,
<&sdma 42 1 0>;
dma-names = "rx", "tx";
2012-05-02 10:29:10 +08:00
fsl,fifo-depth = <15>;
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
ssi3: ssi@2030000 {
2014-08-19 20:00:09 +04:00
#sound-dai-cells = <0>;
2014-01-17 10:07:42 +01:00
compatible = "fsl,imx6q-ssi",
2014-07-07 10:04:52 -03:00
"fsl,imx51-ssi";
2011-09-06 13:53:26 +08:00
reg = <0x02030000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>;
2014-09-09 17:13:26 +08:00
clocks = <&clks IMX6QDL_CLK_SSI3_IPG>,
<&clks IMX6QDL_CLK_SSI3>;
clock-names = "ipg", "baud";
2013-07-17 13:50:54 +08:00
dmas = <&sdma 45 1 0>,
<&sdma 46 1 0>;
dma-names = "rx", "tx";
2012-05-02 10:29:10 +08:00
fsl,fifo-depth = <15>;
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
asrc: asrc@2034000 {
2015-06-18 13:58:44 +08:00
compatible = "fsl,imx53-asrc";
2011-09-06 13:53:26 +08:00
reg = <0x02034000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 50 IRQ_TYPE_LEVEL_HIGH>;
2015-06-18 13:58:44 +08:00
clocks = <&clks IMX6QDL_CLK_ASRC_IPG>,
<&clks IMX6QDL_CLK_ASRC_MEM>, <&clks 0>,
<&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
<&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
<&clks 0>, <&clks 0>, <&clks 0>, <&clks 0>,
<&clks IMX6QDL_CLK_ASRC>, <&clks 0>, <&clks 0>,
<&clks IMX6QDL_CLK_SPBA>;
clock-names = "mem", "ipg", "asrck_0",
"asrck_1", "asrck_2", "asrck_3", "asrck_4",
"asrck_5", "asrck_6", "asrck_7", "asrck_8",
"asrck_9", "asrck_a", "asrck_b", "asrck_c",
2015-11-26 10:39:30 +08:00
"asrck_d", "asrck_e", "asrck_f", "spba";
2015-06-18 13:58:44 +08:00
dmas = <&sdma 17 23 1>, <&sdma 18 23 1>, <&sdma 19 23 1>,
<&sdma 20 23 1>, <&sdma 21 23 1>, <&sdma 22 23 1>;
dma-names = "rxa", "rxb", "rxc",
"txa", "txb", "txc";
fsl,asrc-rate = <48000>;
fsl,asrc-width = <16>;
status = "okay";
2011-09-06 13:53:26 +08:00
};
2021-12-02 08:38:27 -06:00
spba-bus@203c000 {
2011-09-06 13:53:26 +08:00
reg = <0x0203c000 0x4000>;
};
};
2017-09-21 15:10:10 -03:00
vpu: vpu@2040000 {
2014-11-11 19:12:47 -02:00
compatible = "cnm,coda960";
2011-09-06 13:53:26 +08:00
reg = <0x02040000 0x3c000>;
2014-11-28 16:23:46 +01:00
interrupts = <0 12 IRQ_TYPE_LEVEL_HIGH>,
<0 3 IRQ_TYPE_LEVEL_HIGH>;
2014-11-11 19:12:47 -02:00
interrupt-names = "bit", "jpeg";
clocks = <&clks IMX6QDL_CLK_VPU_AXI>,
2014-12-16 11:02:41 -02:00
<&clks IMX6QDL_CLK_MMDC_CH0_AXI>;
clock-names = "per", "ahb";
2017-04-12 18:45:59 +02:00
power-domains = <&pd_pu>;
2014-11-11 19:12:47 -02:00
resets = <&src 1>;
iram = <&ocram>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
aipstz@207c000 { /* AIPSTZ1 */
2011-09-06 13:53:26 +08:00
reg = <0x0207c000 0x4000>;
};
2017-09-21 15:10:10 -03:00
pwm1: pwm@2080000 {
2020-07-10 07:19:37 +02:00
#pwm-cells = <3>;
2012-11-21 12:18:28 +01:00
compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
2011-09-06 13:53:26 +08:00
reg = <0x02080000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_IPG>,
<&clks IMX6QDL_CLK_PWM1>;
2012-11-21 12:18:28 +01:00
clock-names = "ipg", "per";
2015-03-09 17:40:36 +01:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
pwm2: pwm@2084000 {
2020-07-10 07:19:37 +02:00
#pwm-cells = <3>;
2012-11-21 12:18:28 +01:00
compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
2011-09-06 13:53:26 +08:00
reg = <0x02084000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 84 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_IPG>,
<&clks IMX6QDL_CLK_PWM2>;
2012-11-21 12:18:28 +01:00
clock-names = "ipg", "per";
2015-03-09 17:40:36 +01:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
pwm3: pwm@2088000 {
2020-07-10 07:19:37 +02:00
#pwm-cells = <3>;
2012-11-21 12:18:28 +01:00
compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
2011-09-06 13:53:26 +08:00
reg = <0x02088000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 85 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_IPG>,
<&clks IMX6QDL_CLK_PWM3>;
2012-11-21 12:18:28 +01:00
clock-names = "ipg", "per";
2015-03-09 17:40:36 +01:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
pwm4: pwm@208c000 {
2020-07-10 07:19:37 +02:00
#pwm-cells = <3>;
2012-11-21 12:18:28 +01:00
compatible = "fsl,imx6q-pwm", "fsl,imx27-pwm";
2011-09-06 13:53:26 +08:00
reg = <0x0208c000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_IPG>,
<&clks IMX6QDL_CLK_PWM4>;
2012-11-21 12:18:28 +01:00
clock-names = "ipg", "per";
2015-03-09 17:40:36 +01:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2020-11-11 14:05:05 +01:00
can1: can@2090000 {
2013-06-25 15:51:46 +02:00
compatible = "fsl,imx6q-flexcan";
2011-09-06 13:53:26 +08:00
reg = <0x02090000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_CAN1_IPG>,
<&clks IMX6QDL_CLK_CAN1_SERIAL>;
2013-06-25 15:51:46 +02:00
clock-names = "ipg", "per";
2020-10-16 09:51:58 +02:00
fsl,stop-mode = <&gpr 0x34 28>;
2013-10-22 21:51:27 -07:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2020-11-11 14:05:05 +01:00
can2: can@2094000 {
2013-06-25 15:51:46 +02:00
compatible = "fsl,imx6q-flexcan";
2011-09-06 13:53:26 +08:00
reg = <0x02094000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 111 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_CAN2_IPG>,
<&clks IMX6QDL_CLK_CAN2_SERIAL>;
2013-06-25 15:51:46 +02:00
clock-names = "ipg", "per";
2020-10-16 09:51:58 +02:00
fsl,stop-mode = <&gpr 0x34 29>;
2013-10-22 21:51:27 -07:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2020-02-13 10:52:56 +08:00
gpt: timer@2098000 {
2013-06-25 15:51:47 +02:00
compatible = "fsl,imx6q-gpt", "fsl,imx31-gpt";
2011-09-06 13:53:26 +08:00
reg = <0x02098000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_GPT_IPG>,
2014-09-11 11:29:41 +08:00
<&clks IMX6QDL_CLK_GPT_IPG_PER>,
<&clks IMX6QDL_CLK_GPT_3M>;
clock-names = "ipg", "per", "osc_per";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
gpio1: gpio@209c000 {
2012-06-22 21:04:06 +02:00
compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
2011-09-06 13:53:26 +08:00
reg = <0x0209c000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 66 IRQ_TYPE_LEVEL_HIGH>,
<0 67 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
2012-07-06 20:03:37 +08:00
#interrupt-cells = <2>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
gpio2: gpio@20a0000 {
2012-06-22 21:04:06 +02:00
compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
2011-09-06 13:53:26 +08:00
reg = <0x020a0000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 68 IRQ_TYPE_LEVEL_HIGH>,
<0 69 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
2012-07-06 20:03:37 +08:00
#interrupt-cells = <2>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
gpio3: gpio@20a4000 {
2012-06-22 21:04:06 +02:00
compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
2011-09-06 13:53:26 +08:00
reg = <0x020a4000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>,
<0 71 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
2012-07-06 20:03:37 +08:00
#interrupt-cells = <2>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
gpio4: gpio@20a8000 {
2012-06-22 21:04:06 +02:00
compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
2011-09-06 13:53:26 +08:00
reg = <0x020a8000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>,
<0 73 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
2012-07-06 20:03:37 +08:00
#interrupt-cells = <2>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
gpio5: gpio@20ac000 {
2012-06-22 21:04:06 +02:00
compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
2011-09-06 13:53:26 +08:00
reg = <0x020ac000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>,
<0 75 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
2012-07-06 20:03:37 +08:00
#interrupt-cells = <2>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
gpio6: gpio@20b0000 {
2012-06-22 21:04:06 +02:00
compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
2011-09-06 13:53:26 +08:00
reg = <0x020b0000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 76 IRQ_TYPE_LEVEL_HIGH>,
<0 77 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
2012-07-06 20:03:37 +08:00
#interrupt-cells = <2>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
gpio7: gpio@20b4000 {
2012-06-22 21:04:06 +02:00
compatible = "fsl,imx6q-gpio", "fsl,imx35-gpio";
2011-09-06 13:53:26 +08:00
reg = <0x020b4000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 78 IRQ_TYPE_LEVEL_HIGH>,
<0 79 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
2012-07-06 20:03:37 +08:00
#interrupt-cells = <2>;
2011-09-06 13:53:26 +08:00
};
2020-02-14 10:11:29 +08:00
kpp: keypad@20b8000 {
2014-06-06 13:02:59 +02:00
compatible = "fsl,imx6q-kpp", "fsl,imx21-kpp";
2011-09-06 13:53:26 +08:00
reg = <0x020b8000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_IPG>;
2014-06-24 21:13:44 -03:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2020-02-21 10:13:20 +08:00
wdog1: watchdog@20bc000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
reg = <0x020bc000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
2019-05-12 10:02:13 +00:00
clocks = <&clks IMX6QDL_CLK_IPG>;
2011-09-06 13:53:26 +08:00
};
2020-02-21 10:13:20 +08:00
wdog2: watchdog@20c0000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-wdt", "fsl,imx21-wdt";
reg = <0x020c0000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
2019-05-12 10:02:13 +00:00
clocks = <&clks IMX6QDL_CLK_IPG>;
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2020-02-14 10:59:36 +08:00
clks: clock-controller@20c4000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-ccm";
reg = <0x020c4000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
<0 88 IRQ_TYPE_LEVEL_HIGH>;
2012-08-22 21:36:28 +08:00
#clock-cells = <1>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
anatop: anatop@20c8000 {
2019-08-14 09:55:57 +02:00
compatible = "fsl,imx6q-anatop", "syscon", "simple-mfd";
2011-09-06 13:53:26 +08:00
reg = <0x020c8000 0x1000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>,
<0 54 IRQ_TYPE_LEVEL_HIGH>,
<0 127 IRQ_TYPE_LEVEL_HIGH>;
2012-03-30 21:46:53 +08:00
2019-05-12 09:57:20 +00:00
reg_vdd1p1: regulator-1p1 {
2012-03-30 21:46:53 +08:00
compatible = "fsl,anatop-regulator";
regulator-name = "vdd1p1";
2017-01-19 15:21:34 +01:00
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1200000>;
2012-03-30 21:46:53 +08:00
regulator-always-on;
anatop-reg-offset = <0x110>;
anatop-vol-bit-shift = <8>;
anatop-vol-bit-width = <5>;
anatop-min-bit-val = <4>;
anatop-min-voltage = <800000>;
anatop-max-voltage = <1375000>;
2017-05-15 07:52:59 -07:00
anatop-enable-bit = <0>;
2012-03-30 21:46:53 +08:00
};
2019-05-12 09:57:20 +00:00
reg_vdd3p0: regulator-3p0 {
2012-03-30 21:46:53 +08:00
compatible = "fsl,anatop-regulator";
regulator-name = "vdd3p0";
regulator-min-microvolt = <2800000>;
regulator-max-microvolt = <3150000>;
regulator-always-on;
anatop-reg-offset = <0x120>;
anatop-vol-bit-shift = <8>;
anatop-vol-bit-width = <5>;
anatop-min-bit-val = <0>;
anatop-min-voltage = <2625000>;
anatop-max-voltage = <3400000>;
2017-05-15 07:52:59 -07:00
anatop-enable-bit = <0>;
2012-03-30 21:46:53 +08:00
};
2019-05-12 09:57:20 +00:00
reg_vdd2p5: regulator-2p5 {
2012-03-30 21:46:53 +08:00
compatible = "fsl,anatop-regulator";
regulator-name = "vdd2p5";
2017-01-19 15:21:34 +01:00
regulator-min-microvolt = <2250000>;
2012-03-30 21:46:53 +08:00
regulator-max-microvolt = <2750000>;
regulator-always-on;
anatop-reg-offset = <0x130>;
anatop-vol-bit-shift = <8>;
anatop-vol-bit-width = <5>;
anatop-min-bit-val = <0>;
2017-01-19 15:21:33 +01:00
anatop-min-voltage = <2100000>;
anatop-max-voltage = <2875000>;
2017-05-15 07:52:59 -07:00
anatop-enable-bit = <0>;
2012-03-30 21:46:53 +08:00
};
2018-05-14 10:31:54 -03:00
reg_arm: regulator-vddcore {
2012-03-30 21:46:53 +08:00
compatible = "fsl,anatop-regulator";
2013-12-19 21:08:52 -02:00
regulator-name = "vddarm";
2012-03-30 21:46:53 +08:00
regulator-min-microvolt = <725000>;
regulator-max-microvolt = <1450000>;
regulator-always-on;
anatop-reg-offset = <0x140>;
anatop-vol-bit-shift = <0>;
anatop-vol-bit-width = <5>;
2013-01-30 17:33:44 -05:00
anatop-delay-reg-offset = <0x170>;
anatop-delay-bit-shift = <24>;
anatop-delay-bit-width = <2>;
2012-03-30 21:46:53 +08:00
anatop-min-bit-val = <1>;
anatop-min-voltage = <725000>;
anatop-max-voltage = <1450000>;
};
2018-05-14 10:31:54 -03:00
reg_pu: regulator-vddpu {
2012-03-30 21:46:53 +08:00
compatible = "fsl,anatop-regulator";
regulator-name = "vddpu";
regulator-min-microvolt = <725000>;
regulator-max-microvolt = <1450000>;
2022-05-11 18:08:23 +02:00
regulator-enable-ramp-delay = <380>;
2012-03-30 21:46:53 +08:00
anatop-reg-offset = <0x140>;
anatop-vol-bit-shift = <9>;
anatop-vol-bit-width = <5>;
2013-01-30 17:33:44 -05:00
anatop-delay-reg-offset = <0x170>;
anatop-delay-bit-shift = <26>;
anatop-delay-bit-width = <2>;
2012-03-30 21:46:53 +08:00
anatop-min-bit-val = <1>;
anatop-min-voltage = <725000>;
anatop-max-voltage = <1450000>;
};
2018-05-14 10:31:54 -03:00
reg_soc: regulator-vddsoc {
2012-03-30 21:46:53 +08:00
compatible = "fsl,anatop-regulator";
regulator-name = "vddsoc";
regulator-min-microvolt = <725000>;
regulator-max-microvolt = <1450000>;
regulator-always-on;
anatop-reg-offset = <0x140>;
anatop-vol-bit-shift = <18>;
anatop-vol-bit-width = <5>;
2013-01-30 17:33:44 -05:00
anatop-delay-reg-offset = <0x170>;
anatop-delay-bit-shift = <28>;
anatop-delay-bit-width = <2>;
2012-03-30 21:46:53 +08:00
anatop-min-bit-val = <1>;
anatop-min-voltage = <725000>;
anatop-max-voltage = <1450000>;
};
2020-05-20 14:30:16 +08:00
tempmon: tempmon {
compatible = "fsl,imx6q-tempmon";
interrupt-parent = <&gpc>;
interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>;
fsl,tempmon = <&anatop>;
nvmem-cells = <&tempmon_calib>, <&tempmon_temp_grade>;
nvmem-cell-names = "calib", "temp_grade";
clocks = <&clks IMX6QDL_CLK_PLL3_USB_OTG>;
#thermal-sensor-cells = <0>;
};
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
usbphy1: usbphy@20c9000 {
2012-07-12 14:21:41 +08:00
compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
2011-09-06 13:53:26 +08:00
reg = <0x020c9000 0x1000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USBPHY1>;
2013-12-20 15:52:01 +08:00
fsl,anatop = <&anatop>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
usbphy2: usbphy@20ca000 {
2012-07-12 14:21:41 +08:00
compatible = "fsl,imx6q-usbphy", "fsl,imx23-usbphy";
2011-09-06 13:53:26 +08:00
reg = <0x020ca000 0x1000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USBPHY2>;
2013-12-20 15:52:01 +08:00
fsl,anatop = <&anatop>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
snvs: snvs@20cc000 {
2015-05-27 00:25:59 +08:00
compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
reg = <0x020cc000 0x4000>;
2012-07-02 20:13:03 +08:00
2015-05-27 00:25:59 +08:00
snvs_rtc: snvs-rtc-lp {
2012-07-02 20:13:03 +08:00
compatible = "fsl,sec-v4.0-mon-rtc-lp";
2015-05-27 00:25:59 +08:00
regmap = <&snvs>;
offset = <0x34>;
2013-11-14 14:02:13 -07:00
interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>,
<0 20 IRQ_TYPE_LEVEL_HIGH>;
2012-07-02 20:13:03 +08:00
};
2014-11-12 16:20:37 +08:00
2015-05-27 00:25:59 +08:00
snvs_poweroff: snvs-poweroff {
compatible = "syscon-poweroff";
regmap = <&snvs>;
offset = <0x38>;
2017-07-04 18:19:12 +02:00
value = <0x60>;
2015-05-27 00:25:59 +08:00
mask = <0x60>;
2014-11-12 16:20:37 +08:00
status = "disabled";
};
2017-06-20 09:09:32 +02:00
2019-03-07 19:01:48 -06:00
snvs_pwrkey: snvs-powerkey {
compatible = "fsl,sec-v4.0-pwrkey";
regmap = <&snvs>;
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
linux,keycode = <KEY_POWER>;
wakeup-source;
2019-06-13 11:35:22 +08:00
status = "disabled";
2019-03-07 19:01:48 -06:00
};
2017-06-20 09:09:32 +02:00
snvs_lpgpr: snvs-lpgpr {
compatible = "fsl,imx6q-snvs-lpgpr";
};
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
epit1: epit@20d0000 { /* EPIT1 */
2011-09-06 13:53:26 +08:00
reg = <0x020d0000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
epit2: epit@20d4000 { /* EPIT2 */
2011-09-06 13:53:26 +08:00
reg = <0x020d4000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
};
2020-05-18 20:39:53 +08:00
src: reset-controller@20d8000 {
2013-03-28 17:35:22 +01:00
compatible = "fsl,imx6q-src", "fsl,imx51-src";
2011-09-06 13:53:26 +08:00
reg = <0x020d8000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,
<0 96 IRQ_TYPE_LEVEL_HIGH>;
2013-03-28 17:35:20 +01:00
#reset-cells = <1>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
gpc: gpc@20dc000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-gpc";
reg = <0x020dc000 0x4000>;
2015-02-23 17:45:18 +00:00
interrupt-controller;
#interrupt-cells = <3>;
2020-06-01 15:54:29 +08:00
interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>;
2015-02-23 17:45:18 +00:00
interrupt-parent = <&intc>;
2017-04-12 18:45:59 +02:00
clocks = <&clks IMX6QDL_CLK_IPG>;
clock-names = "ipg";
pgc {
#address-cells = <1>;
#size-cells = <0>;
power-domain@0 {
reg = <0>;
#power-domain-cells = <0>;
};
pd_pu: power-domain@1 {
reg = <1>;
#power-domain-cells = <0>;
power-supply = <®_pu>;
clocks = <&clks IMX6QDL_CLK_GPU3D_CORE>,
<&clks IMX6QDL_CLK_GPU3D_SHADER>,
<&clks IMX6QDL_CLK_GPU2D_CORE>,
<&clks IMX6QDL_CLK_GPU2D_AXI>,
<&clks IMX6QDL_CLK_OPENVG_AXI>,
<&clks IMX6QDL_CLK_VPU_AXI>;
};
};
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
gpr: iomuxc-gpr@20e0000 {
2017-06-12 11:23:54 -07:00
compatible = "fsl,imx6q-iomuxc-gpr", "syscon", "simple-mfd";
2017-09-21 15:10:10 -03:00
reg = <0x20e0000 0x38>;
2017-06-12 11:23:54 -07:00
mux: mux-controller {
compatible = "mmio-mux";
#mux-control-cells = <1>;
};
2012-09-05 10:57:14 +08:00
};
2020-02-26 13:36:18 +08:00
iomuxc: pinctrl@20e0000 {
2013-07-11 13:58:36 +08:00
compatible = "fsl,imx6dl-iomuxc", "fsl,imx6q-iomuxc";
2017-09-21 15:10:10 -03:00
reg = <0x20e0000 0x4000>;
2013-07-11 13:58:36 +08:00
};
2017-09-21 15:10:10 -03:00
dcic1: dcic@20e4000 {
2011-09-06 13:53:26 +08:00
reg = <0x020e4000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 124 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
dcic2: dcic@20e8000 {
2011-09-06 13:53:26 +08:00
reg = <0x020e8000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 125 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
};
2022-09-05 16:36:15 +08:00
sdma: dma-controller@20ec000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-sdma", "fsl,imx35-sdma";
reg = <0x020ec000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
2019-03-28 23:49:16 -07:00
clocks = <&clks IMX6QDL_CLK_IPG>,
2014-06-15 20:36:50 +08:00
<&clks IMX6QDL_CLK_SDMA>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "ahb";
2013-07-02 10:15:29 +08:00
#dma-cells = <3>;
2013-01-17 12:13:25 -02:00
fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
2011-09-06 13:53:26 +08:00
};
};
2022-06-14 13:22:34 -03:00
aips2: bus@2100000 { /* AIPS2 */
2011-09-06 13:53:26 +08:00
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x02100000 0x100000>;
ranges;
2020-03-05 15:59:08 +02:00
crypto: crypto@2100000 {
2015-08-05 11:28:44 -07:00
compatible = "fsl,sec-v4.0";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x2100000 0x10000>;
ranges = <0 0x2100000 0x10000>;
clocks = <&clks IMX6QDL_CLK_CAAM_MEM>,
<&clks IMX6QDL_CLK_CAAM_ACLK>,
<&clks IMX6QDL_CLK_CAAM_IPG>,
<&clks IMX6QDL_CLK_EIM_SLOW>;
clock-names = "mem", "aclk", "ipg", "emi_slow";
2020-03-05 15:59:08 +02:00
sec_jr0: jr@1000 {
2015-08-05 11:28:44 -07:00
compatible = "fsl,sec-v4.0-job-ring";
reg = <0x1000 0x1000>;
interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
};
2020-03-05 15:59:08 +02:00
sec_jr1: jr@2000 {
2015-08-05 11:28:44 -07:00
compatible = "fsl,sec-v4.0-job-ring";
reg = <0x2000 0x1000>;
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
};
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
aipstz@217c000 { /* AIPSTZ2 */
2011-09-06 13:53:26 +08:00
reg = <0x0217c000 0x4000>;
};
2017-09-21 15:10:10 -03:00
usbotg: usb@2184000 {
2012-07-12 14:21:41 +08:00
compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
reg = <0x02184000 0x200>;
2013-11-14 14:02:13 -07:00
interrupts = <0 43 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USBOH3>;
2012-07-12 14:21:41 +08:00
fsl,usbphy = <&usbphy1>;
2012-09-14 14:42:45 +08:00
fsl,usbmisc = <&usbmisc 0>;
2015-09-30 10:17:16 +08:00
ahb-burst-config = <0x0>;
2015-09-30 10:17:17 +08:00
tx-burst-size-dword = <0x10>;
rx-burst-size-dword = <0x10>;
2012-07-12 14:21:41 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
usbh1: usb@2184200 {
2012-07-12 14:21:41 +08:00
compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
reg = <0x02184200 0x200>;
2013-11-14 14:02:13 -07:00
interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USBOH3>;
2012-07-12 14:21:41 +08:00
fsl,usbphy = <&usbphy2>;
2012-09-14 14:42:45 +08:00
fsl,usbmisc = <&usbmisc 1>;
2015-02-27 09:06:00 -05:00
dr_mode = "host";
2015-09-30 10:17:16 +08:00
ahb-burst-config = <0x0>;
2015-09-30 10:17:17 +08:00
tx-burst-size-dword = <0x10>;
rx-burst-size-dword = <0x10>;
2012-07-12 14:21:41 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
usbh2: usb@2184400 {
2012-07-12 14:21:41 +08:00
compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
reg = <0x02184400 0x200>;
2013-11-14 14:02:13 -07:00
interrupts = <0 41 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USBOH3>;
2018-10-18 09:45:04 +02:00
fsl,usbphy = <&usbphynop1>;
phy_type = "hsic";
2012-09-14 14:42:45 +08:00
fsl,usbmisc = <&usbmisc 2>;
2015-02-27 09:06:00 -05:00
dr_mode = "host";
2015-09-30 10:17:16 +08:00
ahb-burst-config = <0x0>;
2015-09-30 10:17:17 +08:00
tx-burst-size-dword = <0x10>;
rx-burst-size-dword = <0x10>;
2012-07-12 14:21:41 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
usbh3: usb@2184600 {
2012-07-12 14:21:41 +08:00
compatible = "fsl,imx6q-usb", "fsl,imx27-usb";
reg = <0x02184600 0x200>;
2013-11-14 14:02:13 -07:00
interrupts = <0 42 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USBOH3>;
2018-10-18 09:45:04 +02:00
fsl,usbphy = <&usbphynop2>;
phy_type = "hsic";
2012-09-14 14:42:45 +08:00
fsl,usbmisc = <&usbmisc 3>;
2015-02-27 09:06:00 -05:00
dr_mode = "host";
2015-09-30 10:17:16 +08:00
ahb-burst-config = <0x0>;
2015-09-30 10:17:17 +08:00
tx-burst-size-dword = <0x10>;
rx-burst-size-dword = <0x10>;
2012-07-12 14:21:41 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
usbmisc: usbmisc@2184800 {
2012-09-14 14:42:45 +08:00
#index-cells = <1>;
compatible = "fsl,imx6q-usbmisc";
reg = <0x02184800 0x200>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USBOH3>;
2012-09-14 14:42:45 +08:00
};
2017-09-21 15:10:10 -03:00
fec: ethernet@2188000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-fec";
reg = <0x02188000 0x4000>;
2017-11-03 10:29:58 -07:00
interrupt-names = "int0", "pps";
2020-04-02 15:51:28 +02:00
interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>,
<0 119 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_ENET>,
<&clks IMX6QDL_CLK_ENET>,
2020-08-31 15:30:18 +02:00
<&clks IMX6QDL_CLK_ENET_REF>,
2014-06-15 20:36:50 +08:00
<&clks IMX6QDL_CLK_ENET_REF>;
2020-08-31 15:30:18 +02:00
clock-names = "ipg", "ahb", "ptp", "enet_out";
2020-05-26 00:27:12 +08:00
fsl,stop-mode = <&gpr 0x34 27>;
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
mlb@218c000 {
2011-09-06 13:53:26 +08:00
reg = <0x0218c000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 53 IRQ_TYPE_LEVEL_HIGH>,
<0 117 IRQ_TYPE_LEVEL_HIGH>,
<0 126 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
};
2020-06-02 14:24:52 +08:00
usdhc1: mmc@2190000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-usdhc";
reg = <0x02190000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USDHC1>,
<&clks IMX6QDL_CLK_USDHC1>,
<&clks IMX6QDL_CLK_USDHC1>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "ahb", "per";
2012-09-25 11:49:33 +02:00
bus-width = <4>;
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2020-06-02 14:24:52 +08:00
usdhc2: mmc@2194000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-usdhc";
reg = <0x02194000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USDHC2>,
<&clks IMX6QDL_CLK_USDHC2>,
<&clks IMX6QDL_CLK_USDHC2>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "ahb", "per";
2012-09-25 11:49:33 +02:00
bus-width = <4>;
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2020-06-02 14:24:52 +08:00
usdhc3: mmc@2198000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-usdhc";
reg = <0x02198000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USDHC3>,
<&clks IMX6QDL_CLK_USDHC3>,
<&clks IMX6QDL_CLK_USDHC3>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "ahb", "per";
2012-09-25 11:49:33 +02:00
bus-width = <4>;
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2020-06-02 14:24:52 +08:00
usdhc4: mmc@219c000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-usdhc";
reg = <0x0219c000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_USDHC4>,
<&clks IMX6QDL_CLK_USDHC4>,
<&clks IMX6QDL_CLK_USDHC4>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "ahb", "per";
2012-09-25 11:49:33 +02:00
bus-width = <4>;
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
i2c1: i2c@21a0000 {
2011-09-06 13:53:26 +08:00
#address-cells = <1>;
#size-cells = <0>;
2012-09-14 15:19:00 +08:00
compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
2011-09-06 13:53:26 +08:00
reg = <0x021a0000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_I2C1>;
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
i2c2: i2c@21a4000 {
2011-09-06 13:53:26 +08:00
#address-cells = <1>;
#size-cells = <0>;
2012-09-14 15:19:00 +08:00
compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
2011-09-06 13:53:26 +08:00
reg = <0x021a4000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_I2C2>;
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
i2c3: i2c@21a8000 {
2011-09-06 13:53:26 +08:00
#address-cells = <1>;
#size-cells = <0>;
2012-09-14 15:19:00 +08:00
compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
2011-09-06 13:53:26 +08:00
reg = <0x021a8000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 38 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_I2C3>;
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
romcp@21ac000 {
2011-09-06 13:53:26 +08:00
reg = <0x021ac000 0x4000>;
};
2019-03-12 02:24:16 +00:00
mmdc0: memory-controller@21b0000 { /* MMDC0 */
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-mmdc";
reg = <0x021b0000 0x4000>;
2018-08-31 15:53:18 +08:00
clocks = <&clks IMX6QDL_CLK_MMDC_P0_IPG>;
2011-09-06 13:53:26 +08:00
};
2019-03-12 02:24:16 +00:00
mmdc1: memory-controller@21b4000 { /* MMDC1 */
2019-03-12 02:24:20 +00:00
compatible = "fsl,imx6q-mmdc";
2011-09-06 13:53:26 +08:00
reg = <0x021b4000 0x4000>;
2019-03-12 02:24:20 +00:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
weim: weim@21b8000 {
2016-11-01 16:51:45 -07:00
#address-cells = <2>;
#size-cells = <1>;
2013-05-28 14:20:09 +08:00
compatible = "fsl,imx6q-weim";
2011-09-06 13:53:26 +08:00
reg = <0x021b8000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_EIM_SLOW>;
2016-11-01 16:51:45 -07:00
fsl,weim-cs-gpr = <&gpr>;
2016-12-30 08:09:03 -02:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2020-05-28 11:12:47 +08:00
ocotp: efuse@21bc000 {
2013-07-16 21:16:36 +08:00
compatible = "fsl,imx6q-ocotp", "syscon";
2011-09-06 13:53:26 +08:00
reg = <0x021bc000 0x4000>;
2016-04-21 01:26:15 +08:00
clocks = <&clks IMX6QDL_CLK_IIM>;
2020-03-11 17:02:06 +08:00
#address-cells = <1>;
#size-cells = <1>;
cpu_speed_grade: speed-grade@10 {
reg = <0x10 4>;
};
2020-05-14 09:08:47 +08:00
tempmon_calib: calib@38 {
reg = <0x38 4>;
};
tempmon_temp_grade: temp-grade@20 {
reg = <0x20 4>;
};
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
tzasc@21d0000 { /* TZASC1 */
2011-09-06 13:53:26 +08:00
reg = <0x021d0000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 108 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
tzasc@21d4000 { /* TZASC2 */
2011-09-06 13:53:26 +08:00
reg = <0x021d4000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 109 IRQ_TYPE_LEVEL_HIGH>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
audmux: audmux@21d8000 {
2012-05-02 10:32:26 +08:00
compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
2011-09-06 13:53:26 +08:00
reg = <0x021d8000 0x4000>;
2012-05-02 10:32:26 +08:00
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
mipi_csi: mipi@21dc000 {
2017-06-12 11:23:55 -07:00
compatible = "fsl,imx6-mipi-csi2";
2011-09-06 13:53:26 +08:00
reg = <0x021dc000 0x4000>;
2017-06-12 11:23:56 -07:00
#address-cells = <1>;
#size-cells = <0>;
2017-06-12 11:23:55 -07:00
interrupts = <0 100 0x04>, <0 101 0x04>;
clocks = <&clks IMX6QDL_CLK_HSI_TX>,
<&clks IMX6QDL_CLK_VIDEO_27M>,
<&clks IMX6QDL_CLK_EIM_PODF>;
clock-names = "dphy", "ref", "pix";
status = "disabled";
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
mipi_dsi: mipi@21e0000 {
2011-09-06 13:53:26 +08:00
reg = <0x021e0000 0x4000>;
2014-03-05 10:21:01 +01:00
status = "disabled";
2015-02-12 14:01:31 +08:00
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
2014-03-05 10:21:01 +01:00
2015-02-12 14:01:31 +08:00
mipi_mux_0: endpoint {
remote-endpoint = <&ipu1_di0_mipi>;
};
2014-03-05 10:21:01 +01:00
};
2015-02-12 14:01:31 +08:00
port@1 {
reg = <1>;
2014-03-05 10:21:01 +01:00
2015-02-12 14:01:31 +08:00
mipi_mux_1: endpoint {
remote-endpoint = <&ipu1_di1_mipi>;
};
2014-03-05 10:21:01 +01:00
};
};
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
vdoa@21e4000 {
2017-01-20 12:00:19 -02:00
compatible = "fsl,imx6q-vdoa";
2011-09-06 13:53:26 +08:00
reg = <0x021e4000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
2017-01-20 12:00:19 -02:00
clocks = <&clks IMX6QDL_CLK_VDOA>;
2011-09-06 13:53:26 +08:00
};
2017-09-21 15:10:10 -03:00
uart2: serial@21e8000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
reg = <0x021e8000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_UART_IPG>,
<&clks IMX6QDL_CLK_UART_SERIAL>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "per";
2013-07-12 18:02:09 +08:00
dmas = <&sdma 27 4 0>, <&sdma 28 4 0>;
dma-names = "rx", "tx";
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
uart3: serial@21ec000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
reg = <0x021ec000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 28 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_UART_IPG>,
<&clks IMX6QDL_CLK_UART_SERIAL>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "per";
2013-07-12 18:02:09 +08:00
dmas = <&sdma 29 4 0>, <&sdma 30 4 0>;
dma-names = "rx", "tx";
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
uart4: serial@21f0000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
reg = <0x021f0000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_UART_IPG>,
<&clks IMX6QDL_CLK_UART_SERIAL>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "per";
2013-07-12 18:02:09 +08:00
dmas = <&sdma 31 4 0>, <&sdma 32 4 0>;
dma-names = "rx", "tx";
2011-09-06 13:53:26 +08:00
status = "disabled";
};
2017-09-21 15:10:10 -03:00
uart5: serial@21f4000 {
2011-09-06 13:53:26 +08:00
compatible = "fsl,imx6q-uart", "fsl,imx21-uart";
reg = <0x021f4000 0x4000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_UART_IPG>,
<&clks IMX6QDL_CLK_UART_SERIAL>;
2012-08-22 21:36:28 +08:00
clock-names = "ipg", "per";
2013-07-12 18:02:09 +08:00
dmas = <&sdma 33 4 0>, <&sdma 34 4 0>;
dma-names = "rx", "tx";
2011-09-06 13:53:26 +08:00
status = "disabled";
};
};
2012-11-12 15:52:21 +01:00
2017-09-21 15:10:10 -03:00
ipu1: ipu@2400000 {
2014-03-05 10:21:01 +01:00
#address-cells = <1>;
#size-cells = <0>;
2012-11-12 15:52:21 +01:00
compatible = "fsl,imx6q-ipu";
reg = <0x02400000 0x400000>;
2013-11-14 14:02:13 -07:00
interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>,
<0 5 IRQ_TYPE_LEVEL_HIGH>;
2014-06-15 20:36:50 +08:00
clocks = <&clks IMX6QDL_CLK_IPU1>,
<&clks IMX6QDL_CLK_IPU1_DI0>,
<&clks IMX6QDL_CLK_IPU1_DI1>;
2012-11-12 15:52:21 +01:00
clock-names = "bus", "di0", "di1";
2013-03-28 17:35:20 +01:00
resets = <&src 2>;
2014-03-05 10:21:01 +01:00
2014-05-27 17:26:37 +02:00
ipu1_csi0: port@0 {
reg = <0>;
2017-06-12 11:23:56 -07:00
ipu1_csi0_from_ipu1_csi0_mux: endpoint {
remote-endpoint = <&ipu1_csi0_mux_to_ipu1_csi0>;
};
2014-05-27 17:26:37 +02:00
};
ipu1_csi1: port@1 {
reg = <1>;
};
2014-03-05 10:21:01 +01:00
ipu1_di0: port@2 {
#address-cells = <1>;
#size-cells = <0>;
reg = <2>;
2018-05-08 08:59:26 -05:00
ipu1_di0_disp0: endpoint@0 {
reg = <0>;
2014-03-05 10:21:01 +01:00
};
2018-05-08 08:59:26 -05:00
ipu1_di0_hdmi: endpoint@1 {
reg = <1>;
2014-03-05 10:21:01 +01:00
remote-endpoint = <&hdmi_mux_0>;
};
2018-05-08 08:59:26 -05:00
ipu1_di0_mipi: endpoint@2 {
reg = <2>;
2014-03-05 10:21:01 +01:00
remote-endpoint = <&mipi_mux_0>;
};
2018-05-08 08:59:26 -05:00
ipu1_di0_lvds0: endpoint@3 {
reg = <3>;
2014-03-05 10:21:01 +01:00
remote-endpoint = <&lvds0_mux_0>;
};
2018-05-08 08:59:26 -05:00
ipu1_di0_lvds1: endpoint@4 {
reg = <4>;
2014-03-05 10:21:01 +01:00
remote-endpoint = <&lvds1_mux_0>;
};
};
ipu1_di1: port@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <3>;
2018-05-08 08:59:26 -05:00
ipu1_di1_disp1: endpoint@0 {
reg = <0>;
2014-03-05 10:21:01 +01:00
};
2018-05-08 08:59:26 -05:00
ipu1_di1_hdmi: endpoint@1 {
reg = <1>;
2014-03-05 10:21:01 +01:00
remote-endpoint = <&hdmi_mux_1>;
};
2018-05-08 08:59:26 -05:00
ipu1_di1_mipi: endpoint@2 {
reg = <2>;
2014-03-05 10:21:01 +01:00
remote-endpoint = <&mipi_mux_1>;
};
2018-05-08 08:59:26 -05:00
ipu1_di1_lvds0: endpoint@3 {
reg = <3>;
2014-03-05 10:21:01 +01:00
remote-endpoint = <&lvds0_mux_1>;
};
2018-05-08 08:59:26 -05:00
ipu1_di1_lvds1: endpoint@4 {
reg = <4>;
2014-03-05 10:21:01 +01:00
remote-endpoint = <&lvds1_mux_1>;
};
};
2012-11-12 15:52:21 +01:00
};
2011-09-06 13:53:26 +08:00
};
};