arm: dts: Stratix10: Enable i2c
Enable i2c1 in Stratix 10 devkit. SOCFPGA_STRATIX10 # i2c bus Bus 0: i2c@ffc02900 SOCFPGA_STRATIX10 # i2c dev 0 Setting bus to 0 SOCFPGA_STRATIX10 # i2c probe Valid chip addresses: 14 4C 51 68 74 Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
This commit is contained in:

committed by
Marek Vasut

parent
c2ea87883e
commit
b861cfb53c
@@ -9,6 +9,7 @@
|
|||||||
model = "SoCFPGA Stratix 10 SoCDK";
|
model = "SoCFPGA Stratix 10 SoCDK";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
|
i2c0 = &i2c1;
|
||||||
serial0 = &uart0;
|
serial0 = &uart0;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -77,6 +78,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&i2c1 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&mmc {
|
&mmc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
|
Reference in New Issue
Block a user