2022-05-18 06:19:02 +08:00
|
|
|
# Copyright (c) 2022 Microchip Technology Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Microchip on-chip EEPROM
|
|
|
|
|
|
|
|
compatible: "microchip,xec-eeprom"
|
|
|
|
|
2022-05-20 03:20:17 +08:00
|
|
|
include: [eeprom-base.yaml, pinctrl-device.yaml]
|
2022-05-18 06:19:02 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
girqs:
|
|
|
|
type: array
|
|
|
|
required: true
|
|
|
|
description: |
|
|
|
|
Array of GIRQ and bit position pairs for each interrupt
|
|
|
|
signal the block generates.
|
|
|
|
|
|
|
|
pcrs:
|
|
|
|
type: array
|
|
|
|
required: true
|
|
|
|
description: PS2 PCR register index and bit position
|