ARM: dts: aspeed: santabarbara: Enable MCTP for frontend NIC

Add the mctp-controller property and MCTP node to enable frontend NIC
management via PLDM over MCTP.

Signed-off-by: Fred Chen <fredchen.openbmc@gmail.com>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Fred Chen
2025-10-15 22:38:59 +08:00
committed by Andrew Jeffery
parent 89c51b7066
commit 5941b4239f

View File

@@ -1279,8 +1279,15 @@
};
&i2c11 {
multi-master;
mctp-controller;
status = "okay";
mctp@10 {
compatible = "mctp-i2c-controller";
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
};
// OCP NIC TEMP
temperature-sensor@1f {
compatible = "ti,tmp421";