arm64: dts: rockchip: rk3562j: remove duplicate can node

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I7396ebf0e9a02b395a222a7bedb2d6a353faa544
This commit is contained in:
Elaine Zhang
2024-10-14 16:02:57 +08:00
committed by Liang Chen
parent f9a997e8c0
commit c4d496df3b

View File

@@ -4,27 +4,3 @@
*/
#include "rk3562.dtsi"
/ {
can0: can@ff600000 {
compatible = "rockchip,rk3562-can";
reg = <0x0 0xff600000 0x0 0x1000>;
interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN0>, <&cru PCLK_CAN0>;
clock-names = "baudclk", "apb_pclk";
resets = <&cru SRST_CAN0>, <&cru SRST_P_CAN0>;
reset-names = "can", "can-apb";
status = "disabled";
};
can1: can@ff610000 {
compatible = "rockchip,rk3562-can";
reg = <0x0 0xff610000 0x0 0x1000>;
interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN1>, <&cru PCLK_CAN1>;
clock-names = "baudclk", "apb_pclk";
resets = <&cru SRST_CAN1>, <&cru SRST_P_CAN1>;
reset-names = "can", "can-apb";
status = "disabled";
};
};