Commit 405daa39 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

arm64: dts: renesas: falcon: Add I2C EEPROM nodes

parent a4be49e7
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -82,6 +82,13 @@ &i2c0 {


	status = "okay";
	status = "okay";
	clock-frequency = <400000>;
	clock-frequency = <400000>;

	eeprom@50 {
		compatible = "rohm,br24g01", "atmel,24c01";
		label = "cpu-board";
		reg = <0x50>;
		pagesize = <8>;
	};
};
};


&i2c1 {
&i2c1 {
+9 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,15 @@ chosen {
	};
	};
};
};


&i2c0 {
	eeprom@51 {
		compatible = "rohm,br24g01", "atmel,24c01";
		label = "breakout-board";
		reg = <0x51>;
		pagesize = <8>;
	};
};

&rwdt {
&rwdt {
	timeout-sec = <60>;
	timeout-sec = <60>;
	status = "okay";
	status = "okay";