zephyr/dts/bindings/mtd/atmel,24mac402.yaml
Kumar Gala 3c35faae36 drivers: ethernet: sam_gmac: Convert to using dts for I2C EEPROM
Introduce a simple binding for atmel,24mac402 EEPROM that the SAM
GMAC ethernet driver can utilize to get MAC address out of.  We
introduce a 'mac-eeprom' phandle into GMAC ethernet devicetree
node that will provide a pointer to the MAC eeprom to utilize.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-02 13:02:42 +02:00

9 lines
202 B
YAML

# Copyright (c) 2022, Kumar Gala <galak@kernel.org>
# SPDX-License-Identifier: Apache-2.0
description: Atmel AT24 (or compatible) I2C EEPROM
compatible: "atmel,at24mac402"
include: [i2c-device.yaml]