File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 704
704
status = "disabled";
705
705
};
706
706
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
+
707
727
i2c1: i2c@30a20000 {
708
728
#address-cells = <1>;
709
729
#size-cells = <0>;
You can’t perform that action at this time.
0 commit comments