Tho Vu | 38b5c39 | 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 CSI/DSI sub-board | ||||
4 | * | ||||
5 | * Copyright (C) 2022 Glider bv | ||||
6 | */ | ||||
7 | |||||
8 | &i2c0 { | ||||
9 | eeprom@52 { | ||||
10 | compatible = "rohm,br24g01", "atmel,24c01"; | ||||
11 | label = "csi-dsi-sub-board-id"; | ||||
12 | reg = <0x52>; | ||||
13 | pagesize = <8>; | ||||
14 | }; | ||||
15 | }; |