[PATCH] ARM: dts: aspeed: everest: Add SiLabs sensor

Joel Stanley joel at jms.id.au
Wed May 25 11:14:18 AEST 2022


Everest has a SiLabs Si7020-A20-IM1 sensor on an I2C expander.

Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
index 382da7934eaa..1bba5ad7378e 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
@@ -1958,6 +1958,12 @@ i2c14mux0chn2: i2c at 2 {
 			#address-cells = <1>;
 			#size-cells = <0>;
 			reg = <2>;
+
+			si8021-a20 at 40 {
+				compatible = "silabs,si7020";
+				reg = <0x40>;
+			};
+
 			eeprom at 50 {
 				compatible = "atmel,24c32";
 				reg = <0x50>;
-- 
2.35.1



More information about the openbmc mailing list