Marek Vasut | 71d2a5e | 2023-01-26 21:01:32 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Device Tree Source for the Falcon Ethernet sub-board | ||||
4 | * | ||||
5 | * Copyright (C) 2021 Glider bv | ||||
6 | */ | ||||
7 | |||||
8 | &i2c0 { | ||||
9 | eeprom@53 { | ||||
10 | compatible = "rohm,br24g01", "atmel,24c01"; | ||||
11 | label = "ethernet-sub-board-id"; | ||||
12 | reg = <0x53>; | ||||
13 | pagesize = <8>; | ||||
14 | }; | ||||
15 | }; |