mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
16 lines
278 B
Text
16 lines
278 B
Text
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/*
|
||
|
* Device Tree Source for the Falcon Ethernet sub-board
|
||
|
*
|
||
|
* Copyright (C) 2021 Glider bv
|
||
|
*/
|
||
|
|
||
|
&i2c0 {
|
||
|
eeprom@53 {
|
||
|
compatible = "rohm,br24g01", "atmel,24c01";
|
||
|
label = "ethernet-sub-board-id";
|
||
|
reg = <0x53>;
|
||
|
pagesize = <8>;
|
||
|
};
|
||
|
};
|