arm64: dts: rockchip: rk3568: adds mailbox device nodes

This adds mailbox device nodes for RK3568 SoCs.

Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Change-Id: I3f2c0759e17f02e8f647980d386ac838097e4ca6
This commit is contained in:
Frank Wang
2020-11-16 11:36:20 +08:00
committed by Tao Huang
parent 6ce096348e
commit e8a4d211a2

View File

@@ -2412,6 +2412,20 @@
status = "disabled";
};
mailbox: mailbox@fe780000 {
compatible = "rockchip,rk3568-mailbox",
"rockchip,rk3368-mailbox";
reg = <0x0 0xfe780000 0x0 0x1000>;
interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_MAILBOX>;
clock-names = "pclk_mailbox";
#mbox-cells = <1>;
status = "disabled";
};
combphy0_us: phy@fe820000 {
compatible = "rockchip,rk3568-naneng-combphy";
reg = <0x0 0xfe820000 0x0 0x100>;