diff options
| author | Joel Stanley <joel@jms.id.au> | 2018-01-18 13:46:32 -0600 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2019-03-20 15:13:35 +1030 |
| commit | 42fffd9e029e9e66686604464e2015adff63cbf4 (patch) | |
| tree | 976d21f50ee557455e21b2b01a3729d76ba9eb30 /arch/arm/boot | |
| parent | f9af1727eac08a3bb7e33487732c5a8dec021b5e (diff) | |
| download | blackbird-obmc-linux-42fffd9e029e9e66686604464e2015adff63cbf4.tar.gz blackbird-obmc-linux-42fffd9e029e9e66686604464e2015adff63cbf4.zip | |
ARM: dts: aspeed: Add LPC mailbox node
OpenBMC-Staging-Count: 6
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot')
| -rw-r--r-- | arch/arm/boot/dts/aspeed-g4.dtsi | 7 | ||||
| -rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index 69f6b9d2e7e7..475b77241d73 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -312,6 +312,13 @@ compatible = "aspeed,ast2400-ibt-bmc"; reg = <0xc0 0x18>; interrupts = <8>; + }; + + mbox: mbox@180 { + compatible = "aspeed,ast2400-mbox"; + reg = <0x180 0x5c>; + interrupts = <46>; + #mbox-cells = <1>; status = "disabled"; }; }; diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index d107459fc0f8..082d22b20769 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -372,6 +372,13 @@ compatible = "aspeed,ast2500-ibt-bmc"; reg = <0xc0 0x18>; interrupts = <8>; + }; + + mbox: mbox@180 { + compatible = "aspeed,ast2500-mbox"; + reg = <0x180 0x5c>; + interrupts = <46>; + #mbox-cells = <1>; status = "disabled"; }; }; |

