Prepare v2023.10
[platform/kernel/u-boot.git] / arch / arm / dts / r8a77995-draak-u-boot.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source extras for U-Boot for the Draak board
4  *
5  * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
6  */
7
8 #include "r8a77995-draak.dts"
9 #include "r8a77995-u-boot.dtsi"
10
11 / {
12         sysinfo {
13                 compatible = "renesas,rcar-sysinfo";
14                 i2c-eeprom = <&sysinfo_eeprom>;
15                 bootph-all;
16         };
17 };
18
19 &i2c0 {
20         bootph-all;
21
22         sysinfo_eeprom: eeprom@50 {
23                 compatible = "rohm,br24t01", "atmel,24c01";
24                 reg = <0x50>;
25                 pagesize = <8>;
26                 bootph-all;
27         };
28 };
29
30 &rpc {
31         reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
32         status = "disabled";
33 };