3c35faae36
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>
9 lines
202 B
YAML
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]
|