mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: Add CAN node for RV1126
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: I97472be75565098781d1ec86c77f3a85926815b3
This commit is contained in:
@@ -787,6 +787,19 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
can: can@ff610000 {
|
||||
compatible = "rockchip,can-1.0";
|
||||
reg = <0xff610000 0x100>;
|
||||
interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
|
||||
assigned-clocks = <&cru CLK_CAN>;
|
||||
assigned-clock-rates = <200000000>;
|
||||
clocks = <&cru CLK_CAN>, <&cru PCLK_CAN>;
|
||||
clock-names = "baudclk", "apb_pclk";
|
||||
resets = <&cru SRST_CAN>, <&cru SRST_CAN_P>;
|
||||
reset-names = "can", "can-apb";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
mailbox: mailbox@ff6a0000 {
|
||||
compatible = "rockchip,rv1126-mailbox",
|
||||
"rockchip,rk3368-mailbox";
|
||||
|
||||
Reference in New Issue
Block a user