ingres: Initial device tree
diff --git a/device.mk b/device.mk
new file mode 100644
index 0000000..cd457c6
--- /dev/null
+++ b/device.mk
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2025 The LineageOS Project
+#
+# SPDX-License-Identifier: Apache-2.0
+#
+
+# Inherit from xiaomi sm8450-common
+$(call inherit-product, device/xiaomi/sm8450-common/common.mk)
+
+# Inherit from the proprietary version
+$(call inherit-product, vendor/xiaomi/ingres/ingres-vendor.mk)
+
+# Soong namespaces
+PRODUCT_SOONG_NAMESPACES += \
+    $(LOCAL_PATH)