arm64: dts: rockchip: rk3568: Fixed compatible for the CAN node

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I19b64e7c7fd1a663d3a41479a66cf95eb6ff3f05
This commit is contained in:
Elaine Zhang
2022-09-23 10:29:11 +08:00
committed by Tao Huang
parent aed0776380
commit c282cc82a1

View File

@@ -2892,7 +2892,7 @@
};
can0: can@fe570000 {
compatible = "rockchip,canfd-1.0";
compatible = "rockchip,rk3568-can-2.0";
reg = <0x0 0xfe570000 0x0 0x1000>;
interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN0>, <&cru PCLK_CAN0>;
@@ -2905,7 +2905,7 @@
};
can1: can@fe580000 {
compatible = "rockchip,canfd-1.0";
compatible = "rockchip,rk3568-can-2.0";
reg = <0x0 0xfe580000 0x0 0x1000>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN1>, <&cru PCLK_CAN1>;
@@ -2918,7 +2918,7 @@
};
can2: can@fe590000 {
compatible = "rockchip,canfd-1.0";
compatible = "rockchip,rk3568-can-2.0";
reg = <0x0 0xfe590000 0x0 0x1000>;
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN2>, <&cru PCLK_CAN2>;