1# Copyright (c) 2021 Nuvoton Technology Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4description: Nuvoton, NPCX soc ID node 5 6compatible: "nuvoton,npcx-soc-id" 7 8properties: 9 family-id: 10 type: int 11 required: true 12 description: NPCX family ID 13 14 chip-id: 15 type: int 16 required: true 17 description: NPCX chip ID 18 19 device-id: 20 type: int 21 required: true 22 description: NPCX device ID 23 24 revision-reg: 25 type: array 26 required: true 27 description: NPCX revision register address & length in byte 28