提交 8dd3075c 编写于 作者: R Robert Jarzmik

ARM: dts: pxa: add pxa-timer to pxa27x and pxa3xx

Each pxa has an embedded OS Timers IP. The kernel cannot work without a
valid clocksource, and this adds the OS Timers to the pxa device-tree
description.
Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
上级 8dcba817
...@@ -85,4 +85,12 @@ ...@@ -85,4 +85,12 @@
status = "okay"; status = "okay";
}; };
}; };
timer@40a00000 {
compatible = "marvell,pxa-timer";
reg = <0x40a00000 0x20>;
interrupts = <26>;
clocks = <&clks CLK_OSTIMER>;
status = "okay";
};
}; };
...@@ -59,4 +59,12 @@ ...@@ -59,4 +59,12 @@
status = "okay"; status = "okay";
}; };
}; };
timer@40a00000 {
compatible = "marvell,pxa-timer";
reg = <0x40a00000 0x20>;
interrupts = <26>;
clocks = <&clks CLK_OSTIMER>;
status = "okay";
};
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册