mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user