misc: npcx: Add soc id node

Nuvoton provides different series MCU. The NPCX series has a specific
id, which can identify the real chip part number. This CL adds soc id
for the NPCX series.

Signed-off-by: Wealian Liao <WHLIAO@nuvoton.com>
This commit is contained in:
Wealian Liao 2021-07-01 14:05:04 +08:00 committed by Anas Nashif
commit ce36a05953
9 changed files with 62 additions and 0 deletions

View file

@ -663,6 +663,11 @@
};
};
};
soc-id {
compatible = "nuvoton,npcx-soc-id";
family-id = <0x20>;
};
};
&nvic {