arm64: dts: rockchip: rk3588: fix can0 dts node

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I61643022835287dcf8879cadc0ea38dd900604ac
This commit is contained in:
Elaine Zhang
2022-02-14 15:06:22 +08:00
committed by Tao Huang
parent c5e0f84e44
commit cf1e77119b

View File

@@ -4232,7 +4232,7 @@
can0: can@fea50000 {
compatible = "rockchip,can-2.0";
reg = <0x0 0xfea50000 0x0 0x1000>;
iinterrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <GIC_SPI 341 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru CLK_CAN0>, <&cru PCLK_CAN0>;
clock-names = "baudclk", "apb_pclk";
resets = <&cru SRST_CAN0>, <&cru SRST_P_CAN0>;