diff --git a/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts b/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts new file mode 100644 index 000000000..633bcfe2c --- /dev/null +++ b/lk2nd/device/dts/msm8909/msm8909-andromax-a16c3h.dts @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0-only + +#include +#include + +/ { + // This is used by the bootloader to find the correct DTB + qcom,msm-id = <245 0>; + qcom,board-id = <0x1000b 0x8>, <0x11000b 0x8>, <0x21000b 0x8>; +}; + +&lk2nd { + model = "Andromax A"; // FIXME + compatible = "andromax,a16c3h"; // FIXME + + lk2nd,dtb-files = "msm8916-andromax-a16c3h"; + +};