|
@@ -118,13 +118,6 @@
|
|
|
interrupts = <19>;
|
|
|
clocks = <&clks 25>;
|
|
|
};
|
|
|
-
|
|
|
- clks: ccm@53f80000{
|
|
|
- compatible = "fsl,imx31-ccm";
|
|
|
- reg = <0x53f80000 0x4000>;
|
|
|
- interrupts = <31>, <53>;
|
|
|
- #clock-cells = <1>;
|
|
|
- };
|
|
|
};
|
|
|
|
|
|
aips@53f00000 { /* AIPS2 */
|
|
@@ -134,6 +127,13 @@
|
|
|
reg = <0x53f00000 0x100000>;
|
|
|
ranges;
|
|
|
|
|
|
+ clks: ccm@53f80000{
|
|
|
+ compatible = "fsl,imx31-ccm";
|
|
|
+ reg = <0x53f80000 0x4000>;
|
|
|
+ interrupts = <31>, <53>;
|
|
|
+ #clock-cells = <1>;
|
|
|
+ };
|
|
|
+
|
|
|
gpt: timer@53f90000 {
|
|
|
compatible = "fsl,imx31-gpt";
|
|
|
reg = <0x53f90000 0x4000>;
|