diff --git a/tools/packchk/src/ValidateSyntax.cpp b/tools/packchk/src/ValidateSyntax.cpp
index 6f7b75efd..adc8fdb03 100644
--- a/tools/packchk/src/ValidateSyntax.cpp
+++ b/tools/packchk/src/ValidateSyntax.cpp
@@ -641,6 +641,7 @@ void ValidateSyntax::InitFeatures()
m_featureTableDevice["SON"] = FeatureEntry("SON", "", "16-no-lead SSON Package");
m_featureTableDevice["SOP"] = FeatureEntry("SOP", "", "16-lead SSOP Package");
m_featureTableDevice["DIP"] = FeatureEntry("DIP", "", "16-lead Dual In-Line Package");
+ m_featureTableDevice["LGA"] = FeatureEntry("LGA", "", "141-lead LGA Package");
m_featureTableDevice["PackageOther"] = FeatureEntry("Other Package Type", "", "44-contacts My other Package");
m_featureTableDevice["IOs"] = FeatureEntry("Inputs/Outputs", "", "112 General Purpose I/Os, 5V tolerant");
m_featureTableDevice["ExtInt"] = FeatureEntry("External Interrupts", "", "12 External Interrupts");
@@ -687,6 +688,7 @@ void ValidateSyntax::InitFeatures()
m_featureTableDevice["LTE Cat-M"] = FeatureEntry("LTE Cat-M", "", "LTE Cat-M");
m_featureTableDevice["NB-IoT"] = FeatureEntry("NB-IoT", "", "NB-IoT");
m_featureTableDevice["NFC"] = FeatureEntry("NFC", "", "NFC");
+ m_featureTableDevice["NPU"] = FeatureEntry("NPU", "", "NPU");
m_featureTableDevice["WirelessOther"] = FeatureEntry("WirelessOther", "", "WirelessOther");
m_featureTableDevice["I/O"] = FeatureEntry("I/O", "", "I/O");
m_featureTableDevice["D/A"] = FeatureEntry("D/A", "", "D/A");