Commit ea336fa8 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo

ARM: i.MX27 clk: dts: Use clock defines in DTS files

Use clock definitions in i.MX27 DTS files.
Additional changes included in this patch (imx27.dtsi):
- Fix IPG clock for UART6.
- Use EMI_AHB_GATE clock for WEIM.
- Added GPIO_IPG_GATE clock for GPIO nodes. Currently this clock is
  not used by the driver, but it can be added in the future.
Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 811e7685
...@@ -28,7 +28,7 @@ usbphy { ...@@ -28,7 +28,7 @@ usbphy {
usbphy0: usbphy@0 { usbphy0: usbphy@0 {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reg = <0>; reg = <0>;
clocks = <&clks 0>; clocks = <&clks IMX27_CLK_DUMMY>;
clock-names = "main_clk"; clock-names = "main_clk";
}; };
}; };
......
...@@ -61,7 +61,7 @@ usbphy2: usbphy@2 { ...@@ -61,7 +61,7 @@ usbphy2: usbphy@2 {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reg = <2>; reg = <2>;
vcc-supply = <&reg_5v0>; vcc-supply = <&reg_5v0>;
clocks = <&clks 0>; clocks = <&clks IMX27_CLK_DUMMY>;
clock-names = "main_clk"; clock-names = "main_clk";
}; };
}; };
......
...@@ -51,7 +51,7 @@ usbphy0: usbphy@0 { ...@@ -51,7 +51,7 @@ usbphy0: usbphy@0 {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reg = <0>; reg = <0>;
vcc-supply = <&sw3_reg>; vcc-supply = <&sw3_reg>;
clocks = <&clks 0>; clocks = <&clks IMX27_CLK_DUMMY>;
clock-names = "main_clk"; clock-names = "main_clk";
}; };
}; };
......
...@@ -11,9 +11,11 @@ ...@@ -11,9 +11,11 @@
#include "skeleton.dtsi" #include "skeleton.dtsi"
#include "imx27-pinfunc.h" #include "imx27-pinfunc.h"
#include <dt-bindings/clock/imx27-clock.h>
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h> #include <dt-bindings/input/input.h>
#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/gpio/gpio.h>
/ { / {
aliases { aliases {
...@@ -68,7 +70,7 @@ cpu: cpu@0 { ...@@ -68,7 +70,7 @@ cpu: cpu@0 {
399000 1450000 399000 1450000
>; >;
clock-latency = <62500>; clock-latency = <62500>;
clocks = <&clks 18>; clocks = <&clks IMX27_CLK_CPU_DIV>;
voltage-tolerance = <5>; voltage-tolerance = <5>;
}; };
}; };
...@@ -91,7 +93,8 @@ dma: dma@10001000 { ...@@ -91,7 +93,8 @@ dma: dma@10001000 {
compatible = "fsl,imx27-dma"; compatible = "fsl,imx27-dma";
reg = <0x10001000 0x1000>; reg = <0x10001000 0x1000>;
interrupts = <32>; interrupts = <32>;
clocks = <&clks 50>, <&clks 70>; clocks = <&clks IMX27_CLK_DMA_IPG_GATE>,
<&clks IMX27_CLK_DMA_AHB_GATE>;
clock-names = "ipg", "ahb"; clock-names = "ipg", "ahb";
#dma-cells = <1>; #dma-cells = <1>;
#dma-channels = <16>; #dma-channels = <16>;
...@@ -101,14 +104,15 @@ wdog: wdog@10002000 { ...@@ -101,14 +104,15 @@ wdog: wdog@10002000 {
compatible = "fsl,imx27-wdt", "fsl,imx21-wdt"; compatible = "fsl,imx27-wdt", "fsl,imx21-wdt";
reg = <0x10002000 0x1000>; reg = <0x10002000 0x1000>;
interrupts = <27>; interrupts = <27>;
clocks = <&clks 74>; clocks = <&clks IMX27_CLK_WDOG_IPG_GATE>;
}; };
gpt1: timer@10003000 { gpt1: timer@10003000 {
compatible = "fsl,imx27-gpt", "fsl,imx1-gpt"; compatible = "fsl,imx27-gpt", "fsl,imx1-gpt";
reg = <0x10003000 0x1000>; reg = <0x10003000 0x1000>;
interrupts = <26>; interrupts = <26>;
clocks = <&clks 46>, <&clks 61>; clocks = <&clks IMX27_CLK_GPT1_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
}; };
...@@ -116,7 +120,8 @@ gpt2: timer@10004000 { ...@@ -116,7 +120,8 @@ gpt2: timer@10004000 {
compatible = "fsl,imx27-gpt", "fsl,imx1-gpt"; compatible = "fsl,imx27-gpt", "fsl,imx1-gpt";
reg = <0x10004000 0x1000>; reg = <0x10004000 0x1000>;
interrupts = <25>; interrupts = <25>;
clocks = <&clks 45>, <&clks 61>; clocks = <&clks IMX27_CLK_GPT2_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
}; };
...@@ -124,7 +129,8 @@ gpt3: timer@10005000 { ...@@ -124,7 +129,8 @@ gpt3: timer@10005000 {
compatible = "fsl,imx27-gpt", "fsl,imx1-gpt"; compatible = "fsl,imx27-gpt", "fsl,imx1-gpt";
reg = <0x10005000 0x1000>; reg = <0x10005000 0x1000>;
interrupts = <24>; interrupts = <24>;
clocks = <&clks 44>, <&clks 61>; clocks = <&clks IMX27_CLK_GPT3_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
}; };
...@@ -133,7 +139,8 @@ pwm: pwm@10006000 { ...@@ -133,7 +139,8 @@ pwm: pwm@10006000 {
compatible = "fsl,imx27-pwm"; compatible = "fsl,imx27-pwm";
reg = <0x10006000 0x1000>; reg = <0x10006000 0x1000>;
interrupts = <23>; interrupts = <23>;
clocks = <&clks 34>, <&clks 61>; clocks = <&clks IMX27_CLK_PWM_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
}; };
...@@ -141,14 +148,14 @@ kpp: kpp@10008000 { ...@@ -141,14 +148,14 @@ kpp: kpp@10008000 {
compatible = "fsl,imx27-kpp", "fsl,imx21-kpp"; compatible = "fsl,imx27-kpp", "fsl,imx21-kpp";
reg = <0x10008000 0x1000>; reg = <0x10008000 0x1000>;
interrupts = <21>; interrupts = <21>;
clocks = <&clks 37>; clocks = <&clks IMX27_CLK_KPP_IPG_GATE>;
status = "disabled"; status = "disabled";
}; };
owire: owire@10009000 { owire: owire@10009000 {
compatible = "fsl,imx27-owire", "fsl,imx21-owire"; compatible = "fsl,imx27-owire", "fsl,imx21-owire";
reg = <0x10009000 0x1000>; reg = <0x10009000 0x1000>;
clocks = <&clks 35>; clocks = <&clks IMX27_CLK_OWIRE_IPG_GATE>;
status = "disabled"; status = "disabled";
}; };
...@@ -156,7 +163,8 @@ uart1: serial@1000a000 { ...@@ -156,7 +163,8 @@ uart1: serial@1000a000 {
compatible = "fsl,imx27-uart", "fsl,imx21-uart"; compatible = "fsl,imx27-uart", "fsl,imx21-uart";
reg = <0x1000a000 0x1000>; reg = <0x1000a000 0x1000>;
interrupts = <20>; interrupts = <20>;
clocks = <&clks 81>, <&clks 61>; clocks = <&clks IMX27_CLK_UART1_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -165,7 +173,8 @@ uart2: serial@1000b000 { ...@@ -165,7 +173,8 @@ uart2: serial@1000b000 {
compatible = "fsl,imx27-uart", "fsl,imx21-uart"; compatible = "fsl,imx27-uart", "fsl,imx21-uart";
reg = <0x1000b000 0x1000>; reg = <0x1000b000 0x1000>;
interrupts = <19>; interrupts = <19>;
clocks = <&clks 80>, <&clks 61>; clocks = <&clks IMX27_CLK_UART2_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -174,7 +183,8 @@ uart3: serial@1000c000 { ...@@ -174,7 +183,8 @@ uart3: serial@1000c000 {
compatible = "fsl,imx27-uart", "fsl,imx21-uart"; compatible = "fsl,imx27-uart", "fsl,imx21-uart";
reg = <0x1000c000 0x1000>; reg = <0x1000c000 0x1000>;
interrupts = <18>; interrupts = <18>;
clocks = <&clks 79>, <&clks 61>; clocks = <&clks IMX27_CLK_UART3_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -183,7 +193,8 @@ uart4: serial@1000d000 { ...@@ -183,7 +193,8 @@ uart4: serial@1000d000 {
compatible = "fsl,imx27-uart", "fsl,imx21-uart"; compatible = "fsl,imx27-uart", "fsl,imx21-uart";
reg = <0x1000d000 0x1000>; reg = <0x1000d000 0x1000>;
interrupts = <17>; interrupts = <17>;
clocks = <&clks 78>, <&clks 61>; clocks = <&clks IMX27_CLK_UART4_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -194,7 +205,8 @@ cspi1: cspi@1000e000 { ...@@ -194,7 +205,8 @@ cspi1: cspi@1000e000 {
compatible = "fsl,imx27-cspi"; compatible = "fsl,imx27-cspi";
reg = <0x1000e000 0x1000>; reg = <0x1000e000 0x1000>;
interrupts = <16>; interrupts = <16>;
clocks = <&clks 53>, <&clks 60>; clocks = <&clks IMX27_CLK_CSPI1_IPG_GATE>,
<&clks IMX27_CLK_PER2_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -205,7 +217,8 @@ cspi2: cspi@1000f000 { ...@@ -205,7 +217,8 @@ cspi2: cspi@1000f000 {
compatible = "fsl,imx27-cspi"; compatible = "fsl,imx27-cspi";
reg = <0x1000f000 0x1000>; reg = <0x1000f000 0x1000>;
interrupts = <15>; interrupts = <15>;
clocks = <&clks 52>, <&clks 60>; clocks = <&clks IMX27_CLK_CSPI2_IPG_GATE>,
<&clks IMX27_CLK_PER2_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -215,7 +228,7 @@ ssi1: ssi@10010000 { ...@@ -215,7 +228,7 @@ ssi1: ssi@10010000 {
compatible = "fsl,imx27-ssi", "fsl,imx21-ssi"; compatible = "fsl,imx27-ssi", "fsl,imx21-ssi";
reg = <0x10010000 0x1000>; reg = <0x10010000 0x1000>;
interrupts = <14>; interrupts = <14>;
clocks = <&clks 26>; clocks = <&clks IMX27_CLK_SSI1_IPG_GATE>;
dmas = <&dma 12>, <&dma 13>, <&dma 14>, <&dma 15>; dmas = <&dma 12>, <&dma 13>, <&dma 14>, <&dma 15>;
dma-names = "rx0", "tx0", "rx1", "tx1"; dma-names = "rx0", "tx0", "rx1", "tx1";
fsl,fifo-depth = <8>; fsl,fifo-depth = <8>;
...@@ -227,7 +240,7 @@ ssi2: ssi@10011000 { ...@@ -227,7 +240,7 @@ ssi2: ssi@10011000 {
compatible = "fsl,imx27-ssi", "fsl,imx21-ssi"; compatible = "fsl,imx27-ssi", "fsl,imx21-ssi";
reg = <0x10011000 0x1000>; reg = <0x10011000 0x1000>;
interrupts = <13>; interrupts = <13>;
clocks = <&clks 25>; clocks = <&clks IMX27_CLK_SSI2_IPG_GATE>;
dmas = <&dma 8>, <&dma 9>, <&dma 10>, <&dma 11>; dmas = <&dma 8>, <&dma 9>, <&dma 10>, <&dma 11>;
dma-names = "rx0", "tx0", "rx1", "tx1"; dma-names = "rx0", "tx0", "rx1", "tx1";
fsl,fifo-depth = <8>; fsl,fifo-depth = <8>;
...@@ -240,7 +253,7 @@ i2c1: i2c@10012000 { ...@@ -240,7 +253,7 @@ i2c1: i2c@10012000 {
compatible = "fsl,imx27-i2c", "fsl,imx21-i2c"; compatible = "fsl,imx27-i2c", "fsl,imx21-i2c";
reg = <0x10012000 0x1000>; reg = <0x10012000 0x1000>;
interrupts = <12>; interrupts = <12>;
clocks = <&clks 40>; clocks = <&clks IMX27_CLK_I2C1_IPG_GATE>;
status = "disabled"; status = "disabled";
}; };
...@@ -248,7 +261,8 @@ sdhci1: sdhci@10013000 { ...@@ -248,7 +261,8 @@ sdhci1: sdhci@10013000 {
compatible = "fsl,imx27-mmc", "fsl,imx21-mmc"; compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
reg = <0x10013000 0x1000>; reg = <0x10013000 0x1000>;
interrupts = <11>; interrupts = <11>;
clocks = <&clks 30>, <&clks 60>; clocks = <&clks IMX27_CLK_SDHC1_IPG_GATE>,
<&clks IMX27_CLK_PER2_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
dmas = <&dma 7>; dmas = <&dma 7>;
dma-names = "rx-tx"; dma-names = "rx-tx";
...@@ -259,7 +273,8 @@ sdhci2: sdhci@10014000 { ...@@ -259,7 +273,8 @@ sdhci2: sdhci@10014000 {
compatible = "fsl,imx27-mmc", "fsl,imx21-mmc"; compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
reg = <0x10014000 0x1000>; reg = <0x10014000 0x1000>;
interrupts = <10>; interrupts = <10>;
clocks = <&clks 29>, <&clks 60>; clocks = <&clks IMX27_CLK_SDHC2_IPG_GATE>,
<&clks IMX27_CLK_PER2_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
dmas = <&dma 6>; dmas = <&dma 6>;
dma-names = "rx-tx"; dma-names = "rx-tx";
...@@ -276,6 +291,7 @@ iomuxc: iomuxc@10015000 { ...@@ -276,6 +291,7 @@ iomuxc: iomuxc@10015000 {
gpio1: gpio@10015000 { gpio1: gpio@10015000 {
compatible = "fsl,imx27-gpio", "fsl,imx21-gpio"; compatible = "fsl,imx27-gpio", "fsl,imx21-gpio";
reg = <0x10015000 0x100>; reg = <0x10015000 0x100>;
clocks = <&clks IMX27_CLK_GPIO_IPG_GATE>;
interrupts = <8>; interrupts = <8>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -286,6 +302,7 @@ gpio1: gpio@10015000 { ...@@ -286,6 +302,7 @@ gpio1: gpio@10015000 {
gpio2: gpio@10015100 { gpio2: gpio@10015100 {
compatible = "fsl,imx27-gpio", "fsl,imx21-gpio"; compatible = "fsl,imx27-gpio", "fsl,imx21-gpio";
reg = <0x10015100 0x100>; reg = <0x10015100 0x100>;
clocks = <&clks IMX27_CLK_GPIO_IPG_GATE>;
interrupts = <8>; interrupts = <8>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -296,6 +313,7 @@ gpio2: gpio@10015100 { ...@@ -296,6 +313,7 @@ gpio2: gpio@10015100 {
gpio3: gpio@10015200 { gpio3: gpio@10015200 {
compatible = "fsl,imx27-gpio", "fsl,imx21-gpio"; compatible = "fsl,imx27-gpio", "fsl,imx21-gpio";
reg = <0x10015200 0x100>; reg = <0x10015200 0x100>;
clocks = <&clks IMX27_CLK_GPIO_IPG_GATE>;
interrupts = <8>; interrupts = <8>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -306,6 +324,7 @@ gpio3: gpio@10015200 { ...@@ -306,6 +324,7 @@ gpio3: gpio@10015200 {
gpio4: gpio@10015300 { gpio4: gpio@10015300 {
compatible = "fsl,imx27-gpio", "fsl,imx21-gpio"; compatible = "fsl,imx27-gpio", "fsl,imx21-gpio";
reg = <0x10015300 0x100>; reg = <0x10015300 0x100>;
clocks = <&clks IMX27_CLK_GPIO_IPG_GATE>;
interrupts = <8>; interrupts = <8>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -316,6 +335,7 @@ gpio4: gpio@10015300 { ...@@ -316,6 +335,7 @@ gpio4: gpio@10015300 {
gpio5: gpio@10015400 { gpio5: gpio@10015400 {
compatible = "fsl,imx27-gpio", "fsl,imx21-gpio"; compatible = "fsl,imx27-gpio", "fsl,imx21-gpio";
reg = <0x10015400 0x100>; reg = <0x10015400 0x100>;
clocks = <&clks IMX27_CLK_GPIO_IPG_GATE>;
interrupts = <8>; interrupts = <8>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -326,6 +346,7 @@ gpio5: gpio@10015400 { ...@@ -326,6 +346,7 @@ gpio5: gpio@10015400 {
gpio6: gpio@10015500 { gpio6: gpio@10015500 {
compatible = "fsl,imx27-gpio", "fsl,imx21-gpio"; compatible = "fsl,imx27-gpio", "fsl,imx21-gpio";
reg = <0x10015500 0x100>; reg = <0x10015500 0x100>;
clocks = <&clks IMX27_CLK_GPIO_IPG_GATE>;
interrupts = <8>; interrupts = <8>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
...@@ -337,7 +358,7 @@ gpio6: gpio@10015500 { ...@@ -337,7 +358,7 @@ gpio6: gpio@10015500 {
audmux: audmux@10016000 { audmux: audmux@10016000 {
compatible = "fsl,imx27-audmux", "fsl,imx21-audmux"; compatible = "fsl,imx27-audmux", "fsl,imx21-audmux";
reg = <0x10016000 0x1000>; reg = <0x10016000 0x1000>;
clocks = <&clks 0>; clocks = <&clks IMX27_CLK_DUMMY>;
clock-names = "audmux"; clock-names = "audmux";
status = "disabled"; status = "disabled";
}; };
...@@ -348,7 +369,8 @@ cspi3: cspi@10017000 { ...@@ -348,7 +369,8 @@ cspi3: cspi@10017000 {
compatible = "fsl,imx27-cspi"; compatible = "fsl,imx27-cspi";
reg = <0x10017000 0x1000>; reg = <0x10017000 0x1000>;
interrupts = <6>; interrupts = <6>;
clocks = <&clks 51>, <&clks 60>; clocks = <&clks IMX27_CLK_CSPI3_IPG_GATE>,
<&clks IMX27_CLK_PER2_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -357,7 +379,8 @@ gpt4: timer@10019000 { ...@@ -357,7 +379,8 @@ gpt4: timer@10019000 {
compatible = "fsl,imx27-gpt", "fsl,imx1-gpt"; compatible = "fsl,imx27-gpt", "fsl,imx1-gpt";
reg = <0x10019000 0x1000>; reg = <0x10019000 0x1000>;
interrupts = <4>; interrupts = <4>;
clocks = <&clks 43>, <&clks 61>; clocks = <&clks IMX27_CLK_GPT4_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
}; };
...@@ -365,7 +388,8 @@ gpt5: timer@1001a000 { ...@@ -365,7 +388,8 @@ gpt5: timer@1001a000 {
compatible = "fsl,imx27-gpt", "fsl,imx1-gpt"; compatible = "fsl,imx27-gpt", "fsl,imx1-gpt";
reg = <0x1001a000 0x1000>; reg = <0x1001a000 0x1000>;
interrupts = <3>; interrupts = <3>;
clocks = <&clks 42>, <&clks 61>; clocks = <&clks IMX27_CLK_GPT5_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
}; };
...@@ -373,7 +397,8 @@ uart5: serial@1001b000 { ...@@ -373,7 +397,8 @@ uart5: serial@1001b000 {
compatible = "fsl,imx27-uart", "fsl,imx21-uart"; compatible = "fsl,imx27-uart", "fsl,imx21-uart";
reg = <0x1001b000 0x1000>; reg = <0x1001b000 0x1000>;
interrupts = <49>; interrupts = <49>;
clocks = <&clks 77>, <&clks 61>; clocks = <&clks IMX27_CLK_UART5_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -382,7 +407,8 @@ uart6: serial@1001c000 { ...@@ -382,7 +407,8 @@ uart6: serial@1001c000 {
compatible = "fsl,imx27-uart", "fsl,imx21-uart"; compatible = "fsl,imx27-uart", "fsl,imx21-uart";
reg = <0x1001c000 0x1000>; reg = <0x1001c000 0x1000>;
interrupts = <48>; interrupts = <48>;
clocks = <&clks 78>, <&clks 61>; clocks = <&clks IMX27_CLK_UART6_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -393,7 +419,7 @@ i2c2: i2c@1001d000 { ...@@ -393,7 +419,7 @@ i2c2: i2c@1001d000 {
compatible = "fsl,imx27-i2c", "fsl,imx21-i2c"; compatible = "fsl,imx27-i2c", "fsl,imx21-i2c";
reg = <0x1001d000 0x1000>; reg = <0x1001d000 0x1000>;
interrupts = <1>; interrupts = <1>;
clocks = <&clks 39>; clocks = <&clks IMX27_CLK_I2C2_IPG_GATE>;
status = "disabled"; status = "disabled";
}; };
...@@ -401,7 +427,8 @@ sdhci3: sdhci@1001e000 { ...@@ -401,7 +427,8 @@ sdhci3: sdhci@1001e000 {
compatible = "fsl,imx27-mmc", "fsl,imx21-mmc"; compatible = "fsl,imx27-mmc", "fsl,imx21-mmc";
reg = <0x1001e000 0x1000>; reg = <0x1001e000 0x1000>;
interrupts = <9>; interrupts = <9>;
clocks = <&clks 28>, <&clks 60>; clocks = <&clks IMX27_CLK_SDHC3_IPG_GATE>,
<&clks IMX27_CLK_PER2_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
dmas = <&dma 36>; dmas = <&dma 36>;
dma-names = "rx-tx"; dma-names = "rx-tx";
...@@ -412,7 +439,8 @@ gpt6: timer@1001f000 { ...@@ -412,7 +439,8 @@ gpt6: timer@1001f000 {
compatible = "fsl,imx27-gpt", "fsl,imx1-gpt"; compatible = "fsl,imx27-gpt", "fsl,imx1-gpt";
reg = <0x1001f000 0x1000>; reg = <0x1001f000 0x1000>;
interrupts = <2>; interrupts = <2>;
clocks = <&clks 41>, <&clks 61>; clocks = <&clks IMX27_CLK_GPT6_IPG_GATE>,
<&clks IMX27_CLK_PER1_GATE>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
}; };
}; };
...@@ -428,7 +456,9 @@ fb: fb@10021000 { ...@@ -428,7 +456,9 @@ fb: fb@10021000 {
compatible = "fsl,imx27-fb", "fsl,imx21-fb"; compatible = "fsl,imx27-fb", "fsl,imx21-fb";
interrupts = <61>; interrupts = <61>;
reg = <0x10021000 0x1000>; reg = <0x10021000 0x1000>;
clocks = <&clks 36>, <&clks 65>, <&clks 59>; clocks = <&clks IMX27_CLK_LCDC_IPG_GATE>,
<&clks IMX27_CLK_LCDC_AHB_GATE>,
<&clks IMX27_CLK_PER3_GATE>;
clock-names = "ipg", "ahb", "per"; clock-names = "ipg", "ahb", "per";
status = "disabled"; status = "disabled";
}; };
...@@ -437,7 +467,8 @@ coda: coda@10023000 { ...@@ -437,7 +467,8 @@ coda: coda@10023000 {
compatible = "fsl,imx27-vpu"; compatible = "fsl,imx27-vpu";
reg = <0x10023000 0x0200>; reg = <0x10023000 0x0200>;
interrupts = <53>; interrupts = <53>;
clocks = <&clks 57>, <&clks 66>; clocks = <&clks IMX27_CLK_VPU_BAUD_GATE>,
<&clks IMX27_CLK_VPU_AHB_GATE>;
clock-names = "per", "ahb"; clock-names = "per", "ahb";
iram = <&iram>; iram = <&iram>;
}; };
...@@ -446,7 +477,7 @@ usbotg: usb@10024000 { ...@@ -446,7 +477,7 @@ usbotg: usb@10024000 {
compatible = "fsl,imx27-usb"; compatible = "fsl,imx27-usb";
reg = <0x10024000 0x200>; reg = <0x10024000 0x200>;
interrupts = <56>; interrupts = <56>;
clocks = <&clks 75>; clocks = <&clks IMX27_CLK_USB_IPG_GATE>;
fsl,usbmisc = <&usbmisc 0>; fsl,usbmisc = <&usbmisc 0>;
status = "disabled"; status = "disabled";
}; };
...@@ -455,7 +486,7 @@ usbh1: usb@10024200 { ...@@ -455,7 +486,7 @@ usbh1: usb@10024200 {
compatible = "fsl,imx27-usb"; compatible = "fsl,imx27-usb";
reg = <0x10024200 0x200>; reg = <0x10024200 0x200>;
interrupts = <54>; interrupts = <54>;
clocks = <&clks 75>; clocks = <&clks IMX27_CLK_USB_IPG_GATE>;
fsl,usbmisc = <&usbmisc 1>; fsl,usbmisc = <&usbmisc 1>;
status = "disabled"; status = "disabled";
}; };
...@@ -464,7 +495,7 @@ usbh2: usb@10024400 { ...@@ -464,7 +495,7 @@ usbh2: usb@10024400 {
compatible = "fsl,imx27-usb"; compatible = "fsl,imx27-usb";
reg = <0x10024400 0x200>; reg = <0x10024400 0x200>;
interrupts = <55>; interrupts = <55>;
clocks = <&clks 75>; clocks = <&clks IMX27_CLK_USB_IPG_GATE>;
fsl,usbmisc = <&usbmisc 2>; fsl,usbmisc = <&usbmisc 2>;
status = "disabled"; status = "disabled";
}; };
...@@ -473,14 +504,15 @@ usbmisc: usbmisc@10024600 { ...@@ -473,14 +504,15 @@ usbmisc: usbmisc@10024600 {
#index-cells = <1>; #index-cells = <1>;
compatible = "fsl,imx27-usbmisc"; compatible = "fsl,imx27-usbmisc";
reg = <0x10024600 0x200>; reg = <0x10024600 0x200>;
clocks = <&clks 62>; clocks = <&clks IMX27_CLK_USB_AHB_GATE>;
}; };
sahara2: sahara@10025000 { sahara2: sahara@10025000 {
compatible = "fsl,imx27-sahara"; compatible = "fsl,imx27-sahara";
reg = <0x10025000 0x1000>; reg = <0x10025000 0x1000>;
interrupts = <59>; interrupts = <59>;
clocks = <&clks 32>, <&clks 64>; clocks = <&clks IMX27_CLK_SAHARA_IPG_GATE>,
<&clks IMX27_CLK_SAHARA_AHB_GATE>;
clock-names = "ipg", "ahb"; clock-names = "ipg", "ahb";
}; };
...@@ -494,14 +526,15 @@ iim: iim@10028000 { ...@@ -494,14 +526,15 @@ iim: iim@10028000 {
compatible = "fsl,imx27-iim"; compatible = "fsl,imx27-iim";
reg = <0x10028000 0x1000>; reg = <0x10028000 0x1000>;
interrupts = <62>; interrupts = <62>;
clocks = <&clks 38>; clocks = <&clks IMX27_CLK_IIM_IPG_GATE>;
}; };
fec: ethernet@1002b000 { fec: ethernet@1002b000 {
compatible = "fsl,imx27-fec"; compatible = "fsl,imx27-fec";
reg = <0x1002b000 0x4000>; reg = <0x1002b000 0x4000>;
interrupts = <50>; interrupts = <50>;
clocks = <&clks 48>, <&clks 67>; clocks = <&clks IMX27_CLK_FEC_IPG_GATE>,
<&clks IMX27_CLK_FEC_AHB_GATE>;
clock-names = "ipg", "ahb"; clock-names = "ipg", "ahb";
status = "disabled"; status = "disabled";
}; };
...@@ -513,7 +546,7 @@ nfc: nand@d8000000 { ...@@ -513,7 +546,7 @@ nfc: nand@d8000000 {
compatible = "fsl,imx27-nand"; compatible = "fsl,imx27-nand";
reg = <0xd8000000 0x1000>; reg = <0xd8000000 0x1000>;
interrupts = <29>; interrupts = <29>;
clocks = <&clks 54>; clocks = <&clks IMX27_CLK_NFC_BAUD_GATE>;
status = "disabled"; status = "disabled";
}; };
...@@ -522,7 +555,7 @@ weim: weim@d8002000 { ...@@ -522,7 +555,7 @@ weim: weim@d8002000 {
#size-cells = <1>; #size-cells = <1>;
compatible = "fsl,imx27-weim"; compatible = "fsl,imx27-weim";
reg = <0xd8002000 0x1000>; reg = <0xd8002000 0x1000>;
clocks = <&clks 0>; clocks = <&clks IMX27_CLK_EMI_AHB_GATE>;
ranges = < ranges = <
0 0 0xc0000000 0x08000000 0 0 0xc0000000 0x08000000
1 0 0xc8000000 0x08000000 1 0 0xc8000000 0x08000000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment