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:
parent
c21bfdca9c
commit
ce36a05953
9 changed files with 62 additions and 0 deletions
|
@ -663,6 +663,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
soc-id {
|
||||
compatible = "nuvoton,npcx-soc-id";
|
||||
family-id = <0x20>;
|
||||
};
|
||||
};
|
||||
|
||||
&nvic {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue