ARM: dts: aspeed: catalina: Add Front IO board remote thermal sensor

Add a remote thermal sensor node for the Front IO board in the Catalina
platform device tree. This sensor enables monitoring of the inlet
temperature.

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Link: https://patch.msgid.link/20250321-potin-catalina-dts-update-20250102-v6-2-4bd85efeb9b4@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Potin Lai 2025-03-21 15:26:03 +08:00 committed by Andrew Jeffery
parent 6e8b400ddd
commit a2c2d4c417

View File

@ -544,6 +544,12 @@ temperature-sensor@4b {
compatible = "ti,tmp75";
reg = <0x4b>;
};
// FIO REMOTE TEMP SENSOR
temperature-sensor@4f {
compatible = "ti,tmp75";
reg = <0x4f>;
};
};
};
};