arm64: dts: rockchip: rk3576: Fix compatible for can node

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I7476a47fd36d7d7e5137e64a5e673663c35839c8
This commit is contained in:
Elaine Zhang
2025-10-09 18:09:58 +08:00
committed by Tao Huang
parent 071f8bcb45
commit f762a94b7c

View File

@@ -5547,7 +5547,7 @@
};
can0: can@2ac00000 {
compatible = "rockchip,rk3576-canfd";
compatible = "rockchip,rk3576-can";
reg = <0x0 0x2ac00000 0x0 0x1000>;
interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN0>, <&cru HCLK_CAN0>;
@@ -5558,7 +5558,7 @@
};
can1: can@2ac10000 {
compatible = "rockchip,rk3576-canfd";
compatible = "rockchip,rk3576-can";
reg = <0x0 0x2ac10000 0x0 0x1000>;
interrupts = <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN1>, <&cru HCLK_CAN1>;