mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user