Add MAX20710, ISL68223, ISL69243 to devices.hpp

Tested: Removed respective dts driver bindings and loaded
them dynamically using appropriate JSON in entity-manager.
After this devices were instantiated correctly and ipmi
sensor list reported expected sensor readings

Signed-off-by: Gaurav Gandhi <gauravgandhi@google.com>
Change-Id: I5d1f48a4bc2f06f6f29c8a820906cfdf5016b3f3
diff --git a/include/devices.hpp b/include/devices.hpp
index 05d0991..acbfb95 100644
--- a/include/devices.hpp
+++ b/include/devices.hpp
@@ -63,9 +63,18 @@
          {"ISL68137",
           ExportTemplate("isl68137 $Address",
                          "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
+         {"ISL68223",
+          ExportTemplate("isl68223 $Address",
+                         "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
+         {"ISL69243",
+          ExportTemplate("isl69243 $Address",
+                         "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
          {"MAX16601",
           ExportTemplate("max16601 $Address",
                          "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
+         {"MAX20710",
+          ExportTemplate("max20710 $Address",
+                         "/sys/bus/i2c/devices/i2c-$Bus/new_device")},
          {"MAX20730",
           ExportTemplate("max20730 $Address",
                          "/sys/bus/i2c/devices/i2c-$Bus/new_device")},