]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: aspeed: harma: Add fru device
authorPeter Yin <peteryin.openbmc@gmail.com>
Thu, 1 Aug 2024 16:01:31 +0000 (00:01 +0800)
committerJoel Stanley <joel@jms.id.au>
Thu, 22 Aug 2024 03:39:43 +0000 (13:09 +0930)
Add Aegis fru device and gpio expander device in bus 11.

Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com>
Link: https://lore.kernel.org/r/20240801160136.1281291-8-peteryin.openbmc@gmail.com
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts

index e10ee54fe4721dc78f37c6918d88036a38ea3cf3..f55ffe9c4d8934522c5caff2403d59d4463899aa 100644 (file)
 
 &i2c11 {
        status = "okay";
+
+       gpio@30 {
+               compatible = "nxp,pca9555";
+               reg = <0x30>;
+               gpio-controller;
+               #gpio-cells = <2>;
+       };
+       gpio@31 {
+               compatible = "nxp,pca9555";
+               reg = <0x31>;
+               gpio-controller;
+               #gpio-cells = <2>;
+
+               gpio-line-names =
+               "","","","",
+               "","","presence-cmm","",
+               "","","","",
+               "","","","";
+       };
+
+       // Aegis FRU
+       eeprom@52 {
+               compatible = "atmel,24c64";
+               reg = <0x52>;
+       };
 };
 
 &i2c12 {