|
@@ -215,25 +215,6 @@
|
|
|
clock-frequency = <20000000>;
|
|
|
};
|
|
|
|
|
|
-&i2c2 {
|
|
|
- pinctrl-0 = <&i2c2_pins>;
|
|
|
- pinctrl-names = "default";
|
|
|
-
|
|
|
- status = "okay";
|
|
|
- clock-frequency = <400000>;
|
|
|
-
|
|
|
- eeprom@50 {
|
|
|
- compatible = "renesas,24c02";
|
|
|
- reg = <0x50>;
|
|
|
- pagesize = <16>;
|
|
|
- };
|
|
|
-};
|
|
|
-
|
|
|
-&i2c6 {
|
|
|
- status = "okay";
|
|
|
- clock-frequency = <100000>;
|
|
|
-};
|
|
|
-
|
|
|
&pfc {
|
|
|
pinctrl-0 = <&du_pins>;
|
|
|
pinctrl-names = "default";
|
|
@@ -414,10 +395,25 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+&i2c2 {
|
|
|
+ pinctrl-0 = <&i2c2_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+
|
|
|
+ status = "okay";
|
|
|
+ clock-frequency = <400000>;
|
|
|
+
|
|
|
+ eeprom@50 {
|
|
|
+ compatible = "renesas,24c02";
|
|
|
+ reg = <0x50>;
|
|
|
+ pagesize = <16>;
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
&i2c6 {
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2c6_pins>;
|
|
|
status = "okay";
|
|
|
+ clock-frequency = <100000>;
|
|
|
|
|
|
vdd_dvfs: regulator@68 {
|
|
|
compatible = "diasemi,da9210";
|