hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/armada-388-clearfog.dtsi
....@@ -93,6 +93,7 @@
9393 bm,pool-long = <2>;
9494 bm,pool-short = <1>;
9595 buffer-manager = <&bm>;
96
+ phys = <&comphy1 1>;
9697 phy-mode = "sgmii";
9798 status = "okay";
9899 };
....@@ -103,17 +104,13 @@
103104 bm,pool-short = <1>;
104105 buffer-manager = <&bm>;
105106 managed = "in-band-status";
107
+ phys = <&comphy5 2>;
106108 phy-mode = "sgmii";
107109 sfp = <&sfp>;
108110 status = "okay";
109111 };
110112
111113 &i2c0 {
112
- clock-frequency = <400000>;
113
- pinctrl-0 = <&i2c0_pins>;
114
- pinctrl-names = "default";
115
- status = "okay";
116
-
117114 /*
118115 * PCA9655 GPIO expander, up to 1MHz clock.
119116 * 0-CON3 CLKREQ#
....@@ -181,6 +178,12 @@
181178 compatible = "microchip,mcp3021";
182179 reg = <0x4c>;
183180 };
181
+
182
+ eeprom@52 {
183
+ compatible = "atmel,24c02";
184
+ reg = <0x52>;
185
+ pagesize = <16>;
186
+ };
184187 };
185188
186189 &i2c1 {