ARM: dts: aspeed: tiogapass: Add IPMB device
Adding IPMB devices for facebook tiogapass platform. Signed-off-by: Vijay Khemka <vijaykhemka@fb.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
bcee38919f
commit
3dcfff96f1
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "aspeed-g5.dtsi"
|
||||
#include <dt-bindings/gpio/aspeed-gpio.h>
|
||||
#include <dt-bindings/i2c/i2c.h>
|
||||
|
||||
/ {
|
||||
model = "Facebook TiogaPass BMC";
|
||||
|
@ -368,6 +369,11 @@
|
|||
&i2c4 {
|
||||
status = "okay";
|
||||
// BMC Debug Header
|
||||
ipmb0@10 {
|
||||
compatible = "ipmb-dev";
|
||||
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
|
||||
i2c-protocol;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c5 {
|
||||
|
@ -449,6 +455,11 @@
|
|||
&i2c9 {
|
||||
status = "okay";
|
||||
//USB Debug Connector
|
||||
ipmb0@10 {
|
||||
compatible = "ipmb-dev";
|
||||
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
|
||||
i2c-protocol;
|
||||
};
|
||||
};
|
||||
|
||||
&pwm_tacho {
|
||||
|
|
Loading…
Reference in New Issue