Skip to content

Commit 64bfc06

Browse files
committed
ARM: dts: at91: sama5d27_wlsom1: add i2c0 bus
Add i2c0 bus node and pincontrol. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent b33a1ac commit 64bfc06

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@
232232
bias-disable;
233233
};
234234

235+
pinctrl_i2c0_default: i2c0_default {
236+
pinmux = <PIN_PD21__TWD0>,
237+
<PIN_PD22__TWCK0>;
238+
bias-disable;
239+
};
240+
235241
pinctrl_macb0_default: macb0_default {
236242
pinmux = <PIN_PB14__GTXCK>,
237243
<PIN_PB15__GTXEN>,
@@ -326,6 +332,12 @@
326332
};
327333
};
328334

335+
&i2c0 {
336+
pinctrl-0 = <&pinctrl_i2c0_default>;
337+
pinctrl-names = "default";
338+
status = "okay";
339+
};
340+
329341
&sdmmc1 {
330342
#address-cells = <1>;
331343
#size-cells = <0>;

0 commit comments

Comments
 (0)