提交 0f225212 编写于 作者: S Sascha Hauer 提交者: Shawn Guo

ARM: dts: i.MX6qdl: Add compatible and clock to flexcan nodes

Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 f0741ce7
...@@ -278,13 +278,19 @@ ...@@ -278,13 +278,19 @@
}; };
can1: flexcan@02090000 { can1: flexcan@02090000 {
compatible = "fsl,imx6q-flexcan";
reg = <0x02090000 0x4000>; reg = <0x02090000 0x4000>;
interrupts = <0 110 0x04>; interrupts = <0 110 0x04>;
clocks = <&clks 108>, <&clks 109>;
clock-names = "ipg", "per";
}; };
can2: flexcan@02094000 { can2: flexcan@02094000 {
compatible = "fsl,imx6q-flexcan";
reg = <0x02094000 0x4000>; reg = <0x02094000 0x4000>;
interrupts = <0 111 0x04>; interrupts = <0 111 0x04>;
clocks = <&clks 110>, <&clks 111>;
clock-names = "ipg", "per";
}; };
gpt: gpt@02098000 { gpt: gpt@02098000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册