diff options
| author | Kaihua Zhong <[email protected]> | 2018-05-15 10:53:11 +0800 |
|---|---|---|
| committer | Wei Xu <[email protected]> | 2018-05-15 14:51:20 +0100 |
| commit | ca90578000afb0d8f177ea36f7259a9c3640cf49 (patch) | |
| tree | c053522712f5645c0010ffd9ce75b34da7b83f4a | |
| parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
arm64: dts: hi3660: Add mailbox node
Add the mailbox controller node for hi3660 platform.
Signed-off-by: Kaihua Zhong <[email protected]>
Signed-off-by: Leo Yan <[email protected]>
Signed-off-by: Wei Xu <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi index ec3eb8e33a3a..b9e7c9189812 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi @@ -274,6 +274,14 @@ #reset-cells = <2>; }; + mailbox: mailbox@e896b000 { + compatible = "hisilicon,hi3660-mbox"; + reg = <0x0 0xe896b000 0x0 0x1000>; + interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>, + <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>; + #mbox-cells = <3>; + }; + dual_timer0: timer@fff14000 { compatible = "arm,sp804", "arm,primecell"; reg = <0x0 0xfff14000 0x0 0x1000>; |