Skip to content

Commit

Permalink
ARM: dts: aspeed: Enable BT IPMI BMC device
Browse files Browse the repository at this point in the history
Signed-off-by: Cédric Le Goater <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
  • Loading branch information
legoater authored and shenki committed Nov 10, 2016
1 parent 2443ffd commit 9e654d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/aspeed-g4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,12 @@
clocks = <&clk_apb>;
};

ibt: ibt@1e789140 {
compatible = "aspeed,ast2400-bt-bmc";
reg = <0x1e789140 0x18>;
interrupts = <8>;
};

wdt1: wdt@1e785000 {
compatible = "aspeed,ast2400-wdt";
reg = <0x1e785000 0x1c>;
Expand Down
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/aspeed-g5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,12 @@
clocks = <&clk_apb>;
};

ibt: ibt@1e789140 {
compatible = "aspeed,ast2400-bt-bmc";
reg = <0x1e789140 0x18>;
interrupts = <8>;
};

wdt1: wdt@1e785000 {
compatible = "aspeed,ast2500-wdt";
reg = <0x1e785000 0x1c>;
Expand Down

0 comments on commit 9e654d6

Please sign in to comment.