1# Copyright (c) 2019 Vestas Wind Systems A/S 2# SPDX-License-Identifier: Apache-2.0 3 4# Common fields for EEPROM devices 5 6include: base.yaml 7 8properties: 9 size: 10 type: int 11 description: Total EEPROM size in bytes 12 read-only: 13 type: boolean 14 description: Disable writes to the EEPROM 15