Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Device Tree Source for the Condor board with R-Car V3H |
| 4 | * |
| 5 | * Copyright (C) 2018 Renesas Electronics Corp. |
| 6 | * Copyright (C) 2018 Cogent Embedded, Inc. |
| 7 | */ |
| 8 | |
| 9 | /dts-v1/; |
| 10 | #include "r8a77980.dtsi" |
| 11 | #include "condor-common.dtsi" |
| 12 | |
| 13 | / { |
| 14 | model = "Renesas Condor board based on r8a77980"; |
| 15 | compatible = "renesas,condor", "renesas,r8a77980"; |
| 16 | }; |
| 17 | |
| 18 | &i2c0 { |
| 19 | eeprom@50 { |
| 20 | compatible = "rohm,br24t01", "atmel,24c01"; |
| 21 | reg = <0x50>; |
| 22 | pagesize = <8>; |
| 23 | }; |
| 24 | }; |