Commit d1a70220 authored by Wolfram Sang's avatar Wolfram Sang Committed by Geert Uytterhoeven
Browse files

ARM: dts: renesas: r9a06g032-rzn1d400-eb: Describe I2C bus

parent 0c704ebc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -15,6 +15,14 @@ / {
		     "renesas,r9a06g032";
};

&i2c2 {
	/* Sensors are different across revisions. All are LM75B compatible */
	sensor@49 {
		compatible = "national,lm75b";
		reg = <0x49>;
	};
};

&mii_conv2 {
	renesas,miic-input = <MIIC_SWITCH_PORTD>;
	status = "okay";