mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
ARM: dts: rockchip: rv1106: add mailbox nodes
This adds mailbox and pmu_mailbox nodes for RV1106 SoCs. Signed-off-by: Frank Wang <frank.wang@rock-chips.com> Change-Id: I2c1f6c9f64f0ec04d981c1491495611bc2cff09a
This commit is contained in:
parent
1ce367190e
commit
fbb6fa05c7
|
|
@ -190,6 +190,17 @@ dsm: codec-digital@ff340000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
pmu_mailbox: mailbox@ff378000 {
|
||||
compatible = "rockchip,rv1106-mailbox",
|
||||
"rockchip,rk3368-mailbox";
|
||||
reg = <0xff378000 0x200>;
|
||||
interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru PCLK_PMU_MAILBOX>;
|
||||
clock-names = "pclk_mailbox";
|
||||
#mbox-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pmuioc: syscon@ff388000 {
|
||||
compatible = "rockchip,rv1106-pmuioc", "syscon";
|
||||
reg = <0xff388000 0x1000>;
|
||||
|
|
@ -494,6 +505,17 @@ wdt: watchdog@ff5a0000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
mailbox: mailbox@ff5c0000 {
|
||||
compatible = "rockchip,rv1106-mailbox",
|
||||
"rockchip,rk3368-mailbox";
|
||||
reg = <0xff5c0000 0x200>;
|
||||
interrupts = <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru PCLK_MAILBOX>;
|
||||
clock-names = "pclk_mailbox";
|
||||
#mbox-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rga2: rga@ff980000 {
|
||||
compatible = "rockchip,rga2_core0";
|
||||
reg = <0xff980000 0x1000>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user