Tho Vu | 2ea98fc | 2023-02-28 22:37:06 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
2 | /* | ||||
3 | * Device Tree Source for the R-Car V4H White Hawk RAVB/Ethernet(1000Base-T1) | ||||
4 | * sub-board | ||||
5 | * | ||||
6 | * Copyright (C) 2022 Glider bv | ||||
7 | */ | ||||
8 | |||||
9 | &i2c0 { | ||||
10 | eeprom@53 { | ||||
11 | compatible = "rohm,br24g01", "atmel,24c01"; | ||||
12 | label = "ethernet-sub-board-id"; | ||||
13 | reg = <0x53>; | ||||
14 | pagesize = <8>; | ||||
15 | }; | ||||
16 | }; |