|
@@ -144,6 +144,16 @@
|
|
|
states = <3300000 1
|
|
|
1800000 0>;
|
|
|
};
|
|
|
+
|
|
|
+ i2c1_pins: i2c1 {
|
|
|
+ renesas,groups = "i2c1";
|
|
|
+ renesas,function = "i2c1";
|
|
|
+ };
|
|
|
+
|
|
|
+ i2c2_pins: i2c2 {
|
|
|
+ renesas,groups = "i2c2";
|
|
|
+ renesas,function = "i2c2";
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&extal_clk {
|
|
@@ -349,10 +359,14 @@
|
|
|
|
|
|
&i2c1 {
|
|
|
status = "ok";
|
|
|
+ pinctrl-0 = <&i2c1_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
};
|
|
|
|
|
|
&i2c2 {
|
|
|
status = "ok";
|
|
|
+ pinctrl-0 = <&i2c2_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
};
|
|
|
|
|
|
&i2c3 {
|