ARM: dts: rockchip: rk3506: Fix compatible for can node

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

View File

@@ -40,7 +40,7 @@
};
can0: can@ff320000 {
compatible = "rockchip,rk3506-canfd", "rockchip,rk3576-canfd";
compatible = "rockchip,rk3506-can", "rockchip,rk3576-can";
reg = <0xff320000 0x1000>;
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN0>, <&cru HCLK_CAN0>;
@@ -53,7 +53,7 @@
};
can1: can@ff330000 {
compatible = "rockchip,rk3506-canfd", "rockchip,rk3576-canfd";
compatible = "rockchip,rk3506-can", "rockchip,rk3576-can";
reg = <0xff330000 0x1000>;
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN1>, <&cru HCLK_CAN1>;