mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
arm64: dts: rockchip: rv1126b: add can dts nodes
Change-Id: I96089a83a67e0c0c06bb83745ee4079e5c105d33 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
@@ -228,6 +228,32 @@
|
||||
interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
|
||||
};
|
||||
|
||||
can0: can@21d40000 {
|
||||
compatible = "rockchip,rv1126b-canfd";
|
||||
reg = <0x21d40000 0x1000>;
|
||||
interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_CAN0>, <&cru HCLK_CAN0>;
|
||||
clock-names = "baudclk", "apb_pclk";
|
||||
resets = <&cru SRST_RESETN_CAN0>, <&cru SRST_HRESETN_CAN0>;
|
||||
reset-names = "can", "can-apb";
|
||||
dmas = <&dmac 44>;
|
||||
dma-names = "rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
can1: can@21d50000 {
|
||||
compatible = "rockchip,rv1126b-canfd";
|
||||
reg = <0x21d50000 0x1000>;
|
||||
interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_CAN1>, <&cru HCLK_CAN1>;
|
||||
clock-names = "baudclk", "apb_pclk";
|
||||
resets = <&cru SRST_RESETN_CAN1>, <&cru SRST_HRESETN_CAN1>;
|
||||
reset-names = "can", "can-apb";
|
||||
dmas = <&dmac 45>;
|
||||
dma-names = "rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
hw_decompress: decompress@22100000 {
|
||||
compatible = "rockchip,hw-decompress";
|
||||
reg = <0x22100000 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user