Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
2 | /* | ||||
Tom Rini | 6bb92fc | 2024-05-20 09:54:58 -0600 | [diff] [blame^] | 3 | * Device Tree Source for the White Hawk RAVB/Ethernet(1000Base-T1) |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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 | }; |