2019-10-26 05:55:26 +08:00
|
|
|
# Copyright (c) 2019 Vestas Wind Systems A/S
|
2018-09-12 21:23:41 +08:00
|
|
|
# Copyright (c) 2018, Nordic Semiconductor
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: Atmel AT24 (or compatible) I2C EEPROM
|
2018-09-12 21:23:41 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "atmel,at24"
|
|
|
|
|
2021-01-25 20:58:19 +08:00
|
|
|
include: ["atmel,at2x-base.yaml", i2c-device.yaml]
|