2013-05-03 11:26:30 +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:12 -07:00
#include <dt-bindings/interrupt-controller/irq.h>
2013-05-03 11:26:30 +08:00
#include "imx6sl-pinfunc.h"
#include <dt-bindings/clock/imx6sl-clock.h>
/ {
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.
* Also for U-Boot there must be a pre-existing /memory node.
*/
chosen {};
memory { device_type = "memory"; reg = <0 0>; };
2016-11-12 13:30:35 -02:00
2013-05-03 11:26:30 +08:00
aliases {
2014-02-28 12:58:41 +01:00
ethernet0 = &fec;
2013-05-03 11:26:30 +08:00
gpio0 = &gpio1;
gpio1 = &gpio2;
gpio2 = &gpio3;
gpio3 = &gpio4;
gpio4 = &gpio5;
2013-09-13 18:13:00 -03:00
serial0 = &uart1;
serial1 = &uart2;
serial2 = &uart3;
serial3 = &uart4;
serial4 = &uart5;
spi0 = &ecspi1;
spi1 = &ecspi2;
spi2 = &ecspi3;
spi3 = &ecspi4;
2013-12-20 15:52:05 +08:00
usbphy0 = &usbphy1;
usbphy1 = &usbphy2;
2013-05-03 11:26:30 +08:00
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "arm,cortex-a9";
device_type = "cpu";
reg = <0x0>;
next-level-cache = <&L2>;
2013-12-19 12:35:36 -08:00
operating-points = <
/* kHz uV */
996000 1275000
792000 1175000
396000 975000
>;
fsl,soc-operating-points = <
/* ARM kHz SOC-PU uV */
996000 1225000
792000 1175000
396000 1175000
>;
clock-latency = <61036>; /* two CLK32 periods */
clocks = <&clks IMX6SL_CLK_ARM>, <&clks IMX6SL_CLK_PLL2_PFD2>,
<&clks IMX6SL_CLK_STEP>, <&clks IMX6SL_CLK_PLL1_SW>,
<&clks IMX6SL_CLK_PLL1_SYS>;
clock-names = "arm", "pll2_pfd2_396m", "step",
"pll1_sw", "pll1_sys";
arm-supply = <®_arm>;
pu-supply = <®_pu>;
soc-supply = <®_soc>;
2013-05-03 11:26:30 +08:00
};
};
2017-10-13 12:54:51 -05:00
intc: interrupt-controller@a01000 {
2013-05-03 11:26:30 +08:00
compatible = "arm,cortex-a9-gic";
#interrupt-cells = <3>;
interrupt-controller;
reg = <0x00a01000 0x1000>,
<0x00a00100 0x100>;
2015-02-23 17:45:18 +00:00
interrupt-parent = <&intc>;
2013-05-03 11:26:30 +08:00
};
clocks {
#address-cells = <1>;
#size-cells = <0>;
ckil {
compatible = "fixed-clock";
2014-04-11 09:56:46 +08:00
#clock-cells = <0>;
2013-05-03 11:26:30 +08:00
clock-frequency = <32768>;
};
osc {
compatible = "fixed-clock";
2014-04-11 09:56:46 +08:00
#clock-cells = <0>;
2013-05-03 11:26:30 +08:00
clock-frequency = <24000000>;
};
};
soc {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
2015-02-23 17:45:18 +00:00
interrupt-parent = <&gpc>;
2013-05-03 11:26:30 +08:00
ranges;
2017-10-13 12:54:51 -05:00
ocram: sram@900000 {
2014-01-06 15:57:37 -05:00
compatible = "mmio-sram";
reg = <0x00900000 0x20000>;
clocks = <&clks IMX6SL_CLK_OCRAM>;
};
2017-10-13 12:54:51 -05:00
L2: l2-cache@a02000 {
2013-05-03 11:26:30 +08:00
compatible = "arm,pl310-cache";
reg = <0x00a02000 0x1000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 92 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
cache-unified;
cache-level = <2>;
arm,tag-latency = <4 2 3>;
arm,data-latency = <4 2 3>;
};
pmu {
compatible = "arm,cortex-a9-pmu";
2013-11-14 14:02:12 -07:00
interrupts = <0 94 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
aips1: aips-bus@2000000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x02000000 0x100000>;
ranges;
2017-10-13 12:54:51 -05:00
spba: spba-bus@2000000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,spba-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x02000000 0x40000>;
ranges;
2017-10-13 12:54:51 -05:00
spdif: spdif@2004000 {
2015-10-10 18:15:07 +08:00
compatible = "fsl,imx6sl-spdif",
"fsl,imx35-spdif";
2013-05-03 11:26:30 +08:00
reg = <0x02004000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 52 IRQ_TYPE_LEVEL_HIGH>;
2015-10-10 18:15:07 +08:00
dmas = <&sdma 14 18 0>,
<&sdma 15 18 0>;
dma-names = "rx", "tx";
clocks = <&clks IMX6SL_CLK_SPDIF_GCLK>, <&clks IMX6SL_CLK_OSC>,
<&clks IMX6SL_CLK_SPDIF>, <&clks IMX6SL_CLK_DUMMY>,
<&clks IMX6SL_CLK_DUMMY>, <&clks IMX6SL_CLK_DUMMY>,
<&clks IMX6SL_CLK_IPG>, <&clks IMX6SL_CLK_DUMMY>,
<&clks IMX6SL_CLK_DUMMY>, <&clks IMX6SL_CLK_SPBA>;
clock-names = "core", "rxtx0",
"rxtx1", "rxtx2",
"rxtx3", "rxtx4",
"rxtx5", "rxtx6",
2015-11-26 10:39:30 +08:00
"rxtx7", "spba";
2015-10-10 18:15:07 +08:00
status = "disabled";
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
ecspi1: ecspi@2008000 {
2013-05-03 11:26:30 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6sl-ecspi", "fsl,imx51-ecspi";
reg = <0x02008000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_ECSPI1>,
<&clks IMX6SL_CLK_ECSPI1>;
clock-names = "ipg", "per";
status = "disabled";
};
2017-10-13 12:54:51 -05:00
ecspi2: ecspi@200c000 {
2013-05-03 11:26:30 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6sl-ecspi", "fsl,imx51-ecspi";
reg = <0x0200c000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_ECSPI2>,
<&clks IMX6SL_CLK_ECSPI2>;
clock-names = "ipg", "per";
status = "disabled";
};
2017-10-13 12:54:51 -05:00
ecspi3: ecspi@2010000 {
2013-05-03 11:26:30 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6sl-ecspi", "fsl,imx51-ecspi";
reg = <0x02010000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 33 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_ECSPI3>,
<&clks IMX6SL_CLK_ECSPI3>;
clock-names = "ipg", "per";
status = "disabled";
};
2017-10-13 12:54:51 -05:00
ecspi4: ecspi@2014000 {
2013-05-03 11:26:30 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6sl-ecspi", "fsl,imx51-ecspi";
reg = <0x02014000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 34 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_ECSPI4>,
<&clks IMX6SL_CLK_ECSPI4>;
clock-names = "ipg", "per";
status = "disabled";
};
2017-10-13 12:54:51 -05:00
uart5: serial@2018000 {
2013-07-08 17:14:19 +08:00
compatible = "fsl,imx6sl-uart",
"fsl,imx6q-uart", "fsl,imx21-uart";
2013-05-03 11:26:30 +08:00
reg = <0x02018000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 30 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_UART>,
<&clks IMX6SL_CLK_UART_SERIAL>;
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";
2013-05-03 11:26:30 +08:00
status = "disabled";
};
2017-10-13 12:54:51 -05:00
uart1: serial@2020000 {
2013-07-08 17:14:19 +08:00
compatible = "fsl,imx6sl-uart",
"fsl,imx6q-uart", "fsl,imx21-uart";
2013-05-03 11:26:30 +08:00
reg = <0x02020000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 26 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_UART>,
<&clks IMX6SL_CLK_UART_SERIAL>;
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";
2013-05-03 11:26:30 +08:00
status = "disabled";
};
2017-10-13 12:54:51 -05:00
uart2: serial@2024000 {
2013-07-08 17:14:19 +08:00
compatible = "fsl,imx6sl-uart",
"fsl,imx6q-uart", "fsl,imx21-uart";
2013-05-03 11:26:30 +08:00
reg = <0x02024000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_UART>,
<&clks IMX6SL_CLK_UART_SERIAL>;
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";
2013-05-03 11:26:30 +08:00
status = "disabled";
};
2017-10-13 12:54:51 -05: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,imx6sl-ssi",
2014-07-07 10:04:52 -03:00
"fsl,imx51-ssi";
2013-05-03 11:26:30 +08:00
reg = <0x02028000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 46 IRQ_TYPE_LEVEL_HIGH>;
2014-09-09 17:13:27 +08:00
clocks = <&clks IMX6SL_CLK_SSI1_IPG>,
<&clks IMX6SL_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";
2013-05-03 11:26:30 +08:00
fsl,fifo-depth = <15>;
status = "disabled";
};
2017-10-13 12:54:51 -05: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,imx6sl-ssi",
2014-07-07 10:04:52 -03:00
"fsl,imx51-ssi";
2013-05-03 11:26:30 +08:00
reg = <0x0202c000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
2014-09-09 17:13:27 +08:00
clocks = <&clks IMX6SL_CLK_SSI2_IPG>,
<&clks IMX6SL_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";
2013-05-03 11:26:30 +08:00
fsl,fifo-depth = <15>;
status = "disabled";
};
2017-10-13 12:54:51 -05: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,imx6sl-ssi",
2014-07-07 10:04:52 -03:00
"fsl,imx51-ssi";
2013-05-03 11:26:30 +08:00
reg = <0x02030000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 48 IRQ_TYPE_LEVEL_HIGH>;
2014-09-09 17:13:27 +08:00
clocks = <&clks IMX6SL_CLK_SSI3_IPG>,
<&clks IMX6SL_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";
2013-05-03 11:26:30 +08:00
fsl,fifo-depth = <15>;
status = "disabled";
};
2017-10-13 12:54:51 -05:00
uart3: serial@2034000 {
2013-07-08 17:14:19 +08:00
compatible = "fsl,imx6sl-uart",
"fsl,imx6q-uart", "fsl,imx21-uart";
2013-05-03 11:26:30 +08:00
reg = <0x02034000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 28 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_UART>,
<&clks IMX6SL_CLK_UART_SERIAL>;
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";
2013-05-03 11:26:30 +08:00
status = "disabled";
};
2017-10-13 12:54:51 -05:00
uart4: serial@2038000 {
2013-07-08 17:14:19 +08:00
compatible = "fsl,imx6sl-uart",
"fsl,imx6q-uart", "fsl,imx21-uart";
2013-05-03 11:26:30 +08:00
reg = <0x02038000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 29 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_UART>,
<&clks IMX6SL_CLK_UART_SERIAL>;
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";
2013-05-03 11:26:30 +08:00
status = "disabled";
};
};
2017-10-13 12:54:51 -05:00
pwm1: pwm@2080000 {
2013-05-03 11:26:30 +08:00
#pwm-cells = <2>;
compatible = "fsl,imx6sl-pwm", "fsl,imx27-pwm";
reg = <0x02080000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 83 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_PWM1>,
<&clks IMX6SL_CLK_PWM1>;
clock-names = "ipg", "per";
};
2017-10-13 12:54:51 -05:00
pwm2: pwm@2084000 {
2013-05-03 11:26:30 +08:00
#pwm-cells = <2>;
compatible = "fsl,imx6sl-pwm", "fsl,imx27-pwm";
reg = <0x02084000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 84 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_PWM2>,
<&clks IMX6SL_CLK_PWM2>;
clock-names = "ipg", "per";
};
2017-10-13 12:54:51 -05:00
pwm3: pwm@2088000 {
2013-05-03 11:26:30 +08:00
#pwm-cells = <2>;
compatible = "fsl,imx6sl-pwm", "fsl,imx27-pwm";
reg = <0x02088000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 85 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_PWM3>,
<&clks IMX6SL_CLK_PWM3>;
clock-names = "ipg", "per";
};
2017-10-13 12:54:51 -05:00
pwm4: pwm@208c000 {
2013-05-03 11:26:30 +08:00
#pwm-cells = <2>;
compatible = "fsl,imx6sl-pwm", "fsl,imx27-pwm";
reg = <0x0208c000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_PWM4>,
<&clks IMX6SL_CLK_PWM4>;
clock-names = "ipg", "per";
};
2017-10-13 12:54:51 -05:00
gpt: gpt@2098000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-gpt";
reg = <0x02098000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 55 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_GPT>,
<&clks IMX6SL_CLK_GPT_SERIAL>;
clock-names = "ipg", "per";
};
2017-10-13 12:54:51 -05:00
gpio1: gpio@209c000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
reg = <0x0209c000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 66 IRQ_TYPE_LEVEL_HIGH>,
<0 67 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
2016-09-09 05:02:36 +03:00
gpio-ranges = <&iomuxc 0 22 1>, <&iomuxc 1 20 2>,
<&iomuxc 3 23 1>, <&iomuxc 4 25 1>,
<&iomuxc 5 24 1>, <&iomuxc 6 19 1>,
<&iomuxc 7 36 2>, <&iomuxc 9 44 8>,
<&iomuxc 17 38 6>, <&iomuxc 23 68 4>,
<&iomuxc 27 64 4>, <&iomuxc 31 52 1>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
gpio2: gpio@20a0000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
reg = <0x020a0000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 68 IRQ_TYPE_LEVEL_HIGH>,
<0 69 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
2016-09-09 05:02:36 +03:00
gpio-ranges = <&iomuxc 0 53 3>, <&iomuxc 3 72 2>,
<&iomuxc 5 34 2>, <&iomuxc 7 57 4>,
<&iomuxc 11 56 1>, <&iomuxc 12 61 3>,
<&iomuxc 15 107 1>, <&iomuxc 16 132 2>,
<&iomuxc 18 135 1>, <&iomuxc 19 134 1>,
<&iomuxc 20 108 2>, <&iomuxc 22 120 1>,
<&iomuxc 23 125 7>, <&iomuxc 30 110 2>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
gpio3: gpio@20a4000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
reg = <0x020a4000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 70 IRQ_TYPE_LEVEL_HIGH>,
<0 71 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
2016-09-09 05:02:36 +03:00
gpio-ranges = <&iomuxc 0 112 8>, <&iomuxc 8 121 4>,
<&iomuxc 12 97 4>, <&iomuxc 16 166 3>,
<&iomuxc 19 85 2>, <&iomuxc 21 137 2>,
<&iomuxc 23 136 1>, <&iomuxc 24 91 1>,
<&iomuxc 25 99 1>, <&iomuxc 26 92 1>,
<&iomuxc 27 100 1>, <&iomuxc 28 93 1>,
<&iomuxc 29 101 1>, <&iomuxc 30 94 1>,
<&iomuxc 31 102 1>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
gpio4: gpio@20a8000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
reg = <0x020a8000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>,
<0 73 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
2016-09-09 05:02:36 +03:00
gpio-ranges = <&iomuxc 0 95 1>, <&iomuxc 1 103 1>,
<&iomuxc 2 96 1>, <&iomuxc 3 104 1>,
<&iomuxc 4 97 1>, <&iomuxc 5 105 1>,
<&iomuxc 6 98 1>, <&iomuxc 7 106 1>,
<&iomuxc 8 28 1>, <&iomuxc 9 27 1>,
<&iomuxc 10 26 1>, <&iomuxc 11 29 1>,
<&iomuxc 12 32 1>, <&iomuxc 13 31 1>,
<&iomuxc 14 30 1>, <&iomuxc 15 33 1>,
<&iomuxc 16 84 1>, <&iomuxc 17 79 2>,
<&iomuxc 19 78 1>, <&iomuxc 20 76 1>,
<&iomuxc 21 81 2>, <&iomuxc 23 75 1>,
<&iomuxc 24 83 1>, <&iomuxc 25 74 1>,
<&iomuxc 26 77 1>, <&iomuxc 27 159 1>,
<&iomuxc 28 154 1>, <&iomuxc 29 157 1>,
<&iomuxc 30 152 1>, <&iomuxc 31 156 1>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
gpio5: gpio@20ac000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-gpio", "fsl,imx35-gpio";
reg = <0x020ac000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 74 IRQ_TYPE_LEVEL_HIGH>,
<0 75 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
2016-09-09 05:02:36 +03:00
gpio-ranges = <&iomuxc 0 158 1>, <&iomuxc 1 151 1>,
<&iomuxc 2 155 1>, <&iomuxc 3 153 1>,
<&iomuxc 4 150 1>, <&iomuxc 5 149 1>,
<&iomuxc 6 144 1>, <&iomuxc 7 147 1>,
<&iomuxc 8 142 1>, <&iomuxc 9 146 1>,
<&iomuxc 10 148 1>, <&iomuxc 11 141 1>,
<&iomuxc 12 145 1>, <&iomuxc 13 143 1>,
<&iomuxc 14 140 1>, <&iomuxc 15 139 1>,
<&iomuxc 16 164 2>, <&iomuxc 18 160 1>,
<&iomuxc 19 162 1>, <&iomuxc 20 163 1>,
<&iomuxc 21 161 1>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
kpp: kpp@20b8000 {
ARM: dts: imx6sl: add keypad support for i.mx6sl-evk board.
i.MX6SL EVK board has a 3*3 keypad matrix to support 8 keypads,
enable them, the keymap is as below:
SW6: MATRIX_KEY(0x0, 0x0, KEY_UP) /* ROW0, COL0 */
SW7: MATRIX_KEY(0x0, 0x1, KEY_DOWN) /* ROW0, COL1 */
SW8: MATRIX_KEY(0x0, 0x2, KEY_ENTER) /* ROW0, COL2 */
SW9: MATRIX_KEY(0x1, 0x0, KEY_HOME) /* ROW1, COL0 */
SW10: MATRIX_KEY(0x1, 0x1, KEY_RIGHT) /* ROW1, COL1 */
SW11: MATRIX_KEY(0x1, 0x2, KEY_LEFT) /* ROW1, COL2 */
SW12: MATRIX_KEY(0x2, 0x0, KEY_VOLUMEDOWN) /* ROW2, COL0 */
SW13: MATRIX_KEY(0x2, 0x1, KEY_VOLUMEUP) /* ROW2, COL1 */
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2014-01-14 17:30:28 +08:00
compatible = "fsl,imx6sl-kpp", "fsl,imx21-kpp";
2013-05-03 11:26:30 +08:00
reg = <0x020b8000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
ARM: dts: imx6sl: add keypad support for i.mx6sl-evk board.
i.MX6SL EVK board has a 3*3 keypad matrix to support 8 keypads,
enable them, the keymap is as below:
SW6: MATRIX_KEY(0x0, 0x0, KEY_UP) /* ROW0, COL0 */
SW7: MATRIX_KEY(0x0, 0x1, KEY_DOWN) /* ROW0, COL1 */
SW8: MATRIX_KEY(0x0, 0x2, KEY_ENTER) /* ROW0, COL2 */
SW9: MATRIX_KEY(0x1, 0x0, KEY_HOME) /* ROW1, COL0 */
SW10: MATRIX_KEY(0x1, 0x1, KEY_RIGHT) /* ROW1, COL1 */
SW11: MATRIX_KEY(0x1, 0x2, KEY_LEFT) /* ROW1, COL2 */
SW12: MATRIX_KEY(0x2, 0x0, KEY_VOLUMEDOWN) /* ROW2, COL0 */
SW13: MATRIX_KEY(0x2, 0x1, KEY_VOLUMEUP) /* ROW2, COL1 */
Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2014-01-14 17:30:28 +08:00
clocks = <&clks IMX6SL_CLK_DUMMY>;
2014-06-24 21:13:44 -03:00
status = "disabled";
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
wdog1: wdog@20bc000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-wdt", "fsl,imx21-wdt";
reg = <0x020bc000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_DUMMY>;
};
2017-10-13 12:54:51 -05:00
wdog2: wdog@20c0000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-wdt", "fsl,imx21-wdt";
reg = <0x020c0000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_DUMMY>;
status = "disabled";
};
2017-10-13 12:54:51 -05:00
clks: ccm@20c4000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-ccm";
reg = <0x020c4000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 87 IRQ_TYPE_LEVEL_HIGH>,
<0 88 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
#clock-cells = <1>;
};
2017-10-13 12:54:51 -05:00
anatop: anatop@20c8000 {
2013-08-13 16:54:05 +08:00
compatible = "fsl,imx6sl-anatop",
"fsl,imx6q-anatop",
"syscon", "simple-bus";
2013-05-03 11:26:30 +08:00
reg = <0x020c8000 0x1000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>,
<0 54 IRQ_TYPE_LEVEL_HIGH>,
<0 127 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
2016-05-03 10:57:31 -03:00
regulator-1p1 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,anatop-regulator";
regulator-name = "vdd1p1";
regulator-min-microvolt = <800000>;
regulator-max-microvolt = <1375000>;
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>;
2013-05-03 11:26:30 +08:00
};
2016-05-03 10:57:31 -03:00
regulator-3p0 {
2013-05-03 11:26:30 +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>;
2013-05-03 11:26:30 +08:00
};
2016-05-03 10:57:31 -03:00
regulator-2p5 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,anatop-regulator";
regulator-name = "vdd2p5";
regulator-min-microvolt = <2100000>;
regulator-max-microvolt = <2850000>;
regulator-always-on;
anatop-reg-offset = <0x130>;
anatop-vol-bit-shift = <8>;
anatop-vol-bit-width = <5>;
anatop-min-bit-val = <0>;
anatop-min-voltage = <2100000>;
anatop-max-voltage = <2850000>;
2017-05-15 07:52:59 -07:00
anatop-enable-bit = <0>;
2013-05-03 11:26:30 +08:00
};
2016-05-03 10:57:31 -03:00
reg_arm: regulator-vddcore {
2013-05-03 11:26:30 +08:00
compatible = "fsl,anatop-regulator";
2013-12-19 21:08:52 -02:00
regulator-name = "vddarm";
2013-05-03 11:26:30 +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>;
anatop-delay-reg-offset = <0x170>;
anatop-delay-bit-shift = <24>;
anatop-delay-bit-width = <2>;
anatop-min-bit-val = <1>;
anatop-min-voltage = <725000>;
anatop-max-voltage = <1450000>;
};
2016-05-03 10:57:31 -03:00
reg_pu: regulator-vddpu {
2013-05-03 11:26:30 +08:00
compatible = "fsl,anatop-regulator";
regulator-name = "vddpu";
regulator-min-microvolt = <725000>;
regulator-max-microvolt = <1450000>;
regulator-always-on;
anatop-reg-offset = <0x140>;
anatop-vol-bit-shift = <9>;
anatop-vol-bit-width = <5>;
anatop-delay-reg-offset = <0x170>;
anatop-delay-bit-shift = <26>;
anatop-delay-bit-width = <2>;
anatop-min-bit-val = <1>;
anatop-min-voltage = <725000>;
anatop-max-voltage = <1450000>;
};
2016-05-03 10:57:31 -03:00
reg_soc: regulator-vddsoc {
2013-05-03 11:26:30 +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>;
anatop-delay-reg-offset = <0x170>;
anatop-delay-bit-shift = <28>;
anatop-delay-bit-width = <2>;
anatop-min-bit-val = <1>;
anatop-min-voltage = <725000>;
anatop-max-voltage = <1450000>;
};
};
2014-08-05 17:34:52 +08:00
tempmon: tempmon {
compatible = "fsl,imx6q-tempmon";
interrupts = <0 49 IRQ_TYPE_LEVEL_HIGH>;
fsl,tempmon = <&anatop>;
fsl,tempmon-data = <&ocotp>;
clocks = <&clks IMX6SL_CLK_PLL3_USB_OTG>;
};
2017-10-13 12:54:51 -05:00
usbphy1: usbphy@20c9000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy";
reg = <0x020c9000 0x1000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 44 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_USBPHY1>;
2013-12-20 15:52:01 +08:00
fsl,anatop = <&anatop>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
usbphy2: usbphy@20ca000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy";
reg = <0x020ca000 0x1000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 45 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_USBPHY2>;
2013-12-20 15:52:01 +08:00
fsl,anatop = <&anatop>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
snvs: snvs@20cc000 {
2015-05-27 00:25:59 +08:00
compatible = "fsl,sec-v4.0-mon", "syscon", "simple-mfd";
reg = <0x020cc000 0x4000>;
2013-05-03 11:26:30 +08:00
2015-05-27 00:25:59 +08:00
snvs_rtc: snvs-rtc-lp {
2013-05-03 11:26:30 +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:12 -07:00
interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>,
<0 20 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +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";
};
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
epit1: epit@20d0000 {
2013-05-03 11:26:30 +08:00
reg = <0x020d0000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 56 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
epit2: epit@20d4000 {
2013-05-03 11:26:30 +08:00
reg = <0x020d4000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 57 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
src: src@20d8000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-src", "fsl,imx51-src";
reg = <0x020d8000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 91 IRQ_TYPE_LEVEL_HIGH>,
<0 96 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
#reset-cells = <1>;
};
2017-10-13 12:54:51 -05:00
gpc: gpc@20dc000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-gpc", "fsl,imx6q-gpc";
reg = <0x020dc000 0x4000>;
2015-02-23 17:45:18 +00:00
interrupt-controller;
#interrupt-cells = <3>;
2013-11-14 14:02:12 -07:00
interrupts = <0 89 IRQ_TYPE_LEVEL_HIGH>;
2015-02-23 17:45:18 +00:00
interrupt-parent = <&intc>;
2015-02-23 18:40:14 +01:00
pu-supply = <®_pu>;
clocks = <&clks IMX6SL_CLK_GPU2D_OVG>,
<&clks IMX6SL_CLK_GPU2D_PODF>;
#power-domain-cells = <1>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
gpr: iomuxc-gpr@20e0000 {
2013-10-18 23:27:37 +08:00
compatible = "fsl,imx6sl-iomuxc-gpr",
"fsl,imx6q-iomuxc-gpr", "syscon";
2013-09-03 12:26:22 +08:00
reg = <0x020e0000 0x38>;
};
2013-05-03 11:26:30 +08:00
2017-10-13 12:54:51 -05:00
iomuxc: iomuxc@20e0000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-iomuxc";
reg = <0x020e0000 0x4000>;
};
2017-10-13 12:54:51 -05:00
csi: csi@20e4000 {
2013-05-03 11:26:30 +08:00
reg = <0x020e4000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
spdc: spdc@20e8000 {
2013-05-03 11:26:30 +08:00
reg = <0x020e8000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
sdma: sdma@20ec000 {
2014-07-04 14:30:27 +08:00
compatible = "fsl,imx6sl-sdma", "fsl,imx6q-sdma";
2013-05-03 11:26:30 +08:00
reg = <0x020ec000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 2 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_SDMA>,
<&clks IMX6SL_CLK_SDMA>;
clock-names = "ipg", "ahb";
2013-07-02 10:15:29 +08:00
#dma-cells = <3>;
2013-08-13 08:55:02 +08:00
/* imx6sl reuses imx6q sdma firmware */
fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
pxp: pxp@20f0000 {
2013-05-03 11:26:30 +08:00
reg = <0x020f0000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
epdc: epdc@20f4000 {
2013-05-03 11:26:30 +08:00
reg = <0x020f4000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 97 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
lcdif: lcdif@20f8000 {
2014-08-19 15:21:14 -03:00
compatible = "fsl,imx6sl-lcdif", "fsl,imx28-lcdif";
2013-05-03 11:26:30 +08:00
reg = <0x020f8000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
2014-08-19 15:21:14 -03:00
clocks = <&clks IMX6SL_CLK_LCDIF_PIX>,
<&clks IMX6SL_CLK_LCDIF_AXI>,
<&clks IMX6SL_CLK_DUMMY>;
clock-names = "pix", "axi", "disp_axi";
status = "disabled";
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
dcp: dcp@20fc000 {
2015-09-02 12:55:21 -03:00
compatible = "fsl,imx6sl-dcp", "fsl,imx28-dcp";
2013-05-03 11:26:30 +08:00
reg = <0x020fc000 0x4000>;
2015-09-02 12:55:21 -03:00
interrupts = <0 99 IRQ_TYPE_LEVEL_HIGH>,
<0 100 IRQ_TYPE_LEVEL_HIGH>,
<0 101 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
};
};
2017-10-13 12:54:51 -05:00
aips2: aips-bus@2100000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x02100000 0x100000>;
ranges;
2017-10-13 12:54:51 -05:00
usbotg1: usb@2184000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-usb", "fsl,imx27-usb";
reg = <0x02184000 0x200>;
2013-11-14 14:02:12 -07:00
interrupts = <0 43 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_USBOH3>;
fsl,usbphy = <&usbphy1>;
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>;
2013-05-03 11:26:30 +08:00
status = "disabled";
};
2017-10-13 12:54:51 -05:00
usbotg2: usb@2184200 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-usb", "fsl,imx27-usb";
reg = <0x02184200 0x200>;
2013-11-14 14:02:12 -07:00
interrupts = <0 42 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_USBOH3>;
fsl,usbphy = <&usbphy2>;
fsl,usbmisc = <&usbmisc 1>;
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>;
2013-05-03 11:26:30 +08:00
status = "disabled";
};
2017-10-13 12:54:51 -05:00
usbh: usb@2184400 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-usb", "fsl,imx27-usb";
reg = <0x02184400 0x200>;
2013-11-14 14:02:12 -07:00
interrupts = <0 40 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_USBOH3>;
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>;
2013-05-03 11:26:30 +08:00
status = "disabled";
};
2017-10-13 12:54:51 -05:00
usbmisc: usbmisc@2184800 {
2013-05-03 11:26:30 +08:00
#index-cells = <1>;
compatible = "fsl,imx6sl-usbmisc", "fsl,imx6q-usbmisc";
reg = <0x02184800 0x200>;
clocks = <&clks IMX6SL_CLK_USBOH3>;
};
2017-10-13 12:54:51 -05:00
fec: ethernet@2188000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-fec", "fsl,imx25-fec";
reg = <0x02188000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 114 IRQ_TYPE_LEVEL_HIGH>;
2014-05-19 15:46:56 +08:00
clocks = <&clks IMX6SL_CLK_ENET>,
2013-05-03 11:26:30 +08:00
<&clks IMX6SL_CLK_ENET_REF>;
clock-names = "ipg", "ahb";
status = "disabled";
};
2017-10-13 12:54:51 -05:00
usdhc1: usdhc@2190000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
reg = <0x02190000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 22 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_USDHC1>,
<&clks IMX6SL_CLK_USDHC1>,
<&clks IMX6SL_CLK_USDHC1>;
clock-names = "ipg", "ahb", "per";
bus-width = <4>;
status = "disabled";
};
2017-10-13 12:54:51 -05:00
usdhc2: usdhc@2194000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
reg = <0x02194000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 23 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_USDHC2>,
<&clks IMX6SL_CLK_USDHC2>,
<&clks IMX6SL_CLK_USDHC2>;
clock-names = "ipg", "ahb", "per";
bus-width = <4>;
status = "disabled";
};
2017-10-13 12:54:51 -05:00
usdhc3: usdhc@2198000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
reg = <0x02198000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 24 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_USDHC3>,
<&clks IMX6SL_CLK_USDHC3>,
<&clks IMX6SL_CLK_USDHC3>;
clock-names = "ipg", "ahb", "per";
bus-width = <4>;
status = "disabled";
};
2017-10-13 12:54:51 -05:00
usdhc4: usdhc@219c000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-usdhc", "fsl,imx6q-usdhc";
reg = <0x0219c000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_USDHC4>,
<&clks IMX6SL_CLK_USDHC4>,
<&clks IMX6SL_CLK_USDHC4>;
clock-names = "ipg", "ahb", "per";
bus-width = <4>;
status = "disabled";
};
2017-10-13 12:54:51 -05:00
i2c1: i2c@21a0000 {
2013-05-03 11:26:30 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6sl-i2c", "fsl,imx21-i2c";
reg = <0x021a0000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 36 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_I2C1>;
status = "disabled";
};
2017-10-13 12:54:51 -05:00
i2c2: i2c@21a4000 {
2013-05-03 11:26:30 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6sl-i2c", "fsl,imx21-i2c";
reg = <0x021a4000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 37 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_I2C2>;
status = "disabled";
};
2017-10-13 12:54:51 -05:00
i2c3: i2c@21a8000 {
2013-05-03 11:26:30 +08:00
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx6sl-i2c", "fsl,imx21-i2c";
reg = <0x021a8000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 38 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
clocks = <&clks IMX6SL_CLK_I2C3>;
status = "disabled";
};
2017-10-13 12:54:51 -05:00
mmdc: mmdc@21b0000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-mmdc", "fsl,imx6q-mmdc";
reg = <0x021b0000 0x4000>;
};
2017-10-13 12:54:51 -05:00
rngb: rngb@21b4000 {
2013-05-03 11:26:30 +08:00
reg = <0x021b4000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 5 IRQ_TYPE_LEVEL_HIGH>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
weim: weim@21b8000 {
2016-11-01 16:51:45 -07:00
#address-cells = <2>;
#size-cells = <1>;
2013-05-03 11:26:30 +08:00
reg = <0x021b8000 0x4000>;
2013-11-14 14:02:12 -07:00
interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
2016-11-01 16:51:45 -07:00
fsl,weim-cs-gpr = <&gpr>;
2016-12-30 08:09:03 -02:00
status = "disabled";
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
ocotp: ocotp@21bc000 {
2014-08-05 17:34:52 +08:00
compatible = "fsl,imx6sl-ocotp", "syscon";
2013-05-03 11:26:30 +08:00
reg = <0x021bc000 0x4000>;
2016-04-21 01:26:16 +08:00
clocks = <&clks IMX6SL_CLK_OCOTP>;
2013-05-03 11:26:30 +08:00
};
2017-10-13 12:54:51 -05:00
audmux: audmux@21d8000 {
2013-05-03 11:26:30 +08:00
compatible = "fsl,imx6sl-audmux", "fsl,imx31-audmux";
reg = <0x021d8000 0x4000>;
status = "disabled";
};
};
};
};