mirror of https://gitee.com/openkylin/linux.git
ARM: socfpga: dts: add can0+1
Add both can controllers to the dtsi. Reviewed-by: Pavel Machek <pavel@denx.de> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
This commit is contained in:
parent
fdeda1566a
commit
36fe3f5455
|
@ -91,6 +91,22 @@ pdma: pdma@ffe01000 {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
can0: can@ffc00000 {
|
||||||
|
compatible = "bosch,d_can";
|
||||||
|
reg = <0xffc00000 0x1000>;
|
||||||
|
interrupts = <0 131 4>, <0 132 4>, <0 133 4>, <0 134 4>;
|
||||||
|
clocks = <&can0_clk>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
can1: can@ffc01000 {
|
||||||
|
compatible = "bosch,d_can";
|
||||||
|
reg = <0xffc01000 0x1000>;
|
||||||
|
interrupts = <0 135 4>, <0 136 4>, <0 137 4>, <0 138 4>;
|
||||||
|
clocks = <&can1_clk>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
clkmgr@ffd04000 {
|
clkmgr@ffd04000 {
|
||||||
compatible = "altr,clk-mgr";
|
compatible = "altr,clk-mgr";
|
||||||
reg = <0xffd04000 0x1000>;
|
reg = <0xffd04000 0x1000>;
|
||||||
|
|
Loading…
Reference in New Issue