Skip to content

Commit c147401

Browse files
gibssonShawn Guo
authored andcommitted
ARM: dts: imx7d: add flexcan support
Add the device nodes for the i.MX7 FlexCAN buses. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent e8ed73f commit c147401

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

arch/arm/boot/dts/imx7d.dtsi

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,26 @@
704704
status = "disabled";
705705
};
706706

707+
flexcan1: can@30a00000 {
708+
compatible = "fsl,imx7d-flexcan", "fsl,imx6q-flexcan";
709+
reg = <0x30a00000 0x10000>;
710+
interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;
711+
clocks = <&clks IMX7D_CLK_DUMMY>,
712+
<&clks IMX7D_CAN1_ROOT_CLK>;
713+
clock-names = "ipg", "per";
714+
status = "disabled";
715+
};
716+
717+
flexcan2: can@30a10000 {
718+
compatible = "fsl,imx7d-flexcan", "fsl,imx6q-flexcan";
719+
reg = <0x30a10000 0x10000>;
720+
interrupts = <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
721+
clocks = <&clks IMX7D_CLK_DUMMY>,
722+
<&clks IMX7D_CAN2_ROOT_CLK>;
723+
clock-names = "ipg", "per";
724+
status = "disabled";
725+
};
726+
707727
i2c1: i2c@30a20000 {
708728
#address-cells = <1>;
709729
#size-cells = <0>;

0 commit comments

Comments
 (0)