mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
ARM: dts: aspeed: catalina: Enable MCTP support for NIC management
Add the `mctp-controller` property and MCTP nodes to enable support for backend NIC management via PLDM over MCTP. Signed-off-by: Potin Lai <potin.lai.pt@gmail.com> Link: https://patch.msgid.link/20250321-potin-catalina-dts-update-20250102-v6-10-4bd85efeb9b4@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
aadc4c3ddd
commit
373d9b5989
|
|
@ -186,18 +186,23 @@ flash@1 {
|
|||
|
||||
&i2c0 {
|
||||
status = "okay";
|
||||
multi-master;
|
||||
mctp@10 {
|
||||
compatible = "mctp-i2c-controller";
|
||||
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
|
||||
};
|
||||
|
||||
i2c-mux@71 {
|
||||
compatible = "nxp,pca9546";
|
||||
reg = <0x71>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
i2c-mux-idle-disconnect;
|
||||
|
||||
i2c0mux0ch0: i2c@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0>;
|
||||
mctp-controller;
|
||||
|
||||
// IOB0 NIC0 TEMP
|
||||
temperature-sensor@1f {
|
||||
|
|
@ -214,6 +219,7 @@ i2c0mux0ch2: i2c@2 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <2>;
|
||||
mctp-controller;
|
||||
|
||||
// IOB0 NIC1 TEMP
|
||||
temperature-sensor@1f {
|
||||
|
|
@ -305,12 +311,12 @@ i2c-mux@75 {
|
|||
reg = <0x75>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
i2c-mux-idle-disconnect;
|
||||
|
||||
i2c0mux3ch0: i2c@0 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0>;
|
||||
mctp-controller;
|
||||
|
||||
// IOB1 NIC0 TEMP
|
||||
temperature-sensor@1f {
|
||||
|
|
@ -327,6 +333,7 @@ i2c0mux3ch2: i2c@2 {
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <2>;
|
||||
mctp-controller;
|
||||
|
||||
// IOB1 NIC1 TEMP
|
||||
temperature-sensor@1f {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user