2018-05-06 21:58:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2018-01-10 10:47:03 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source extras for U-Boot for the Draak board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "r8a77995-draak.dts"
|
|
|
|
#include "r8a77995-u-boot.dtsi"
|
2017-07-29 19:28:50 +00:00
|
|
|
|
2023-02-27 22:58:48 +00:00
|
|
|
/ {
|
|
|
|
sysinfo {
|
|
|
|
compatible = "renesas,rcar-sysinfo";
|
|
|
|
i2c-eeprom = <&sysinfo_eeprom>;
|
2023-03-14 14:58:41 +00:00
|
|
|
bootph-all;
|
2023-02-27 22:58:48 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c0 {
|
2023-03-14 14:58:41 +00:00
|
|
|
bootph-all;
|
2023-02-27 22:58:48 +00:00
|
|
|
|
|
|
|
sysinfo_eeprom: eeprom@50 {
|
|
|
|
compatible = "rohm,br24t01", "atmel,24c01";
|
|
|
|
reg = <0x50>;
|
|
|
|
pagesize = <8>;
|
2023-03-14 14:58:41 +00:00
|
|
|
bootph-all;
|
2023-02-27 22:58:48 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2017-07-29 19:28:50 +00:00
|
|
|
&rpc {
|
|
|
|
reg = <0 0xee200000 0 0x100>, <0 0x08000000 0 0x04000000>;
|
2021-07-10 16:56:29 +00:00
|
|
|
status = "disabled";
|
2017-07-29 19:28:50 +00:00
|
|
|
};
|