Add support for a eeprom simulator. The PR limits the addition to qemu_x86 but it can easily be added to other devices by defining the eeprom simulator in the dts and setting 'CONFIG_EEPROM_SIMULATOR=y' Signed-off-by: Laczen JMS <laczenjms@gmail.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
215 B
YAML
13 lines
215 B
YAML
# Copyright (c) 2019 Laczen
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Zephyr Simulated EEPROM device
|
|
|
|
compatible: "zephyr,sim-eeprom"
|
|
|
|
include: eeprom-base.yaml
|
|
|
|
properties:
|
|
size:
|
|
required: true
|