Skip to content

Commit ea4bb33

Browse files
committed
ARM: dts: aspeed: ast2600evb: Enable i2c buses
With the exception of i2c10 and i2c11 which conflict with the pins for the third and forth MDIO controllers. i2c0 has an ADT7490 fan controller/thermal monitor device connected. The devicetree describes an adt74490 on i2c0, however bus that it appears on depends on jumper settings, so it may not be present on all EVBs. It is included to assist testing of I2C. Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
1 parent 7671be3 commit ea4bb33

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

arch/arm/boot/dts/aspeed-ast2600-evb.dts

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,64 @@
152152
// Workaround for A0
153153
compatible = "snps,dw-apb-uart";
154154
};
155+
156+
&i2c0 {
157+
status = "okay";
158+
159+
temp@2e {
160+
compatible = "adi,adt7490";
161+
reg = <0x2e>;
162+
};
163+
};
164+
165+
&i2c1 {
166+
status = "okay";
167+
};
168+
169+
&i2c2 {
170+
status = "okay";
171+
};
172+
173+
&i2c3 {
174+
status = "okay";
175+
};
176+
177+
&i2c4 {
178+
status = "okay";
179+
};
180+
181+
&i2c5 {
182+
status = "okay";
183+
};
184+
185+
&i2c6 {
186+
status = "okay";
187+
};
188+
189+
&i2c7 {
190+
status = "okay";
191+
};
192+
193+
&i2c8 {
194+
status = "okay";
195+
};
196+
197+
&i2c9 {
198+
status = "okay";
199+
};
200+
201+
&i2c12 {
202+
status = "okay";
203+
};
204+
205+
&i2c13 {
206+
status = "okay";
207+
};
208+
209+
&i2c14 {
210+
status = "okay";
211+
};
212+
213+
&i2c15 {
214+
status = "okay";
215+
};

0 commit comments

Comments
 (0)