Commit 32b73432 authored by Dylan Hung's avatar Dylan Hung Committed by Joel Stanley

ARM: dts: aspeed: Add AST2600 I3C control pins

Add pinctrl support for the I3C1 and I3C2 pins.
Signed-off-by: default avatarDylan Hung <dylan_hung@aspeedtech.com>
Reviewed-by: default avatarJeremy Kerr <jk@codeconstruct.com.au>
Link: https://lore.kernel.org/r/20230809134413.3614535-1-dylan_hung@aspeedtech.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 7f2938d2
......@@ -297,6 +297,16 @@ pinctrl_i2c9_default: i2c9_default {
groups = "I2C9";
};
pinctrl_i3c1_default: i3c1_default {
function = "I3C1";
groups = "I3C1";
};
pinctrl_i3c2_default: i3c2_default {
function = "I3C2";
groups = "I3C2";
};
pinctrl_i3c3_default: i3c3_default {
function = "I3C3";
groups = "I3C3";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment