Skip to content

Commit eec0722

Browse files
rclaveau-techsuperna9999
authored andcommitted
arm64: dts: amlogic: t7: Add i2c pinctrl node
Add the T7 pinctrl used by the Khadas VIM4 for MCU communication. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Ronald Claveau <linux-kernel-dev@aliel.fr> Link: https://patch.msgid.link/20260516-add-mcu-fan-khadas-vim4-v6-6-cccc9b61f465@aliel.fr Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 61ba02c commit eec0722

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,16 @@
376376
};
377377
};
378378

379+
i2c0_ao_d_pins: i2c0-ao-d {
380+
mux {
381+
groups = "i2c0_ao_sck_d",
382+
"i2c0_ao_sda_d";
383+
function = "i2c0_ao";
384+
bias-disable;
385+
drive-strength-microamp = <3000>;
386+
};
387+
};
388+
379389
pwm_a_pins: pwm-a {
380390
mux {
381391
groups = "pwm_a";

0 commit comments

Comments
 (0)