mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
17 lines
336 B
Text
17 lines
336 B
Text
|
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||
|
/*
|
||
|
* Device Tree Source for the R-Car V4H White Hawk RAVB/Ethernet(1000Base-T1)
|
||
|
* sub-board
|
||
|
*
|
||
|
* Copyright (C) 2022 Glider bv
|
||
|
*/
|
||
|
|
||
|
&i2c0 {
|
||
|
eeprom@53 {
|
||
|
compatible = "rohm,br24g01", "atmel,24c01";
|
||
|
label = "ethernet-sub-board-id";
|
||
|
reg = <0x53>;
|
||
|
pagesize = <8>;
|
||
|
};
|
||
|
};
|