dts: misc: npcx: add new DT node for booter variant
The booter (bootloader) behavior may be different in different NPCX chip series. One example is that the booter sets host interface type in NPCX7 series but leave the firmware to set it in NPCX9 series. This commit adds a new DT node to record variants in its properties. NPCX drivers can understand if they need to configure the related setting by checking the node's properties. Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
This commit is contained in:
parent
b3bf6d854e
commit
b804956a7d
4 changed files with 32 additions and 0 deletions
|
@ -671,6 +671,10 @@
|
|||
compatible = "nuvoton,npcx-soc-id";
|
||||
family-id = <0x20>;
|
||||
};
|
||||
|
||||
booter-variant {
|
||||
compatible = "nuvoton,npcx-booter-variant";
|
||||
};
|
||||
};
|
||||
|
||||
&nvic {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue