summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/imx25.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/imx25.dtsi')
-rw-r--r--dts/src/arm/imx25.dtsi6
1 files changed, 4 insertions, 2 deletions
diff --git a/dts/src/arm/imx25.dtsi b/dts/src/arm/imx25.dtsi
index b25309d26e..9a097ef014 100644
--- a/dts/src/arm/imx25.dtsi
+++ b/dts/src/arm/imx25.dtsi
@@ -12,10 +12,8 @@
* 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"; };
aliases {
ethernet0 = &fec;
@@ -388,12 +386,16 @@
epit1: timer@53f94000 {
compatible = "fsl,imx25-epit";
reg = <0x53f94000 0x4000>;
+ clocks = <&clks 83>, <&clks 43>;
+ clock-names = "ipg", "per";
interrupts = <28>;
};
epit2: timer@53f98000 {
compatible = "fsl,imx25-epit";
reg = <0x53f98000 0x4000>;
+ clocks = <&clks 84>, <&clks 43>;
+ clock-names = "ipg", "per";
interrupts = <27>;
};