mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
ARM: dts: aspeed: Add NCSI3 and NCSI4 pinctrl nodes
Add pinctrl nodes for NCSI3 and NCSI4 to the AST2600 pinctrl description, enabling support for RMII3 and RMII4 interfaces. Signed-off-by: Leo Wang <leo.jt.wang@gmail.com> Link: https://patch.msgid.link/20250813-add-support-for-meta-clemente-bmc-v11-2-8970d41f88b0@fii-foxconn.com [arj: Remove 'clemente' from commit subject] Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
parent
2c01536aae
commit
92a56149f5
|
|
@ -412,6 +412,16 @@ pinctrl_mdio4_default: mdio4_default {
|
|||
groups = "MDIO4";
|
||||
};
|
||||
|
||||
pinctrl_ncsi3_default: ncsi3_default {
|
||||
function = "RMII3";
|
||||
groups = "NCSI3";
|
||||
};
|
||||
|
||||
pinctrl_ncsi4_default: ncsi4_default {
|
||||
function = "RMII4";
|
||||
groups = "NCSI4";
|
||||
};
|
||||
|
||||
pinctrl_ncts1_default: ncts1_default {
|
||||
function = "NCTS1";
|
||||
groups = "NCTS1";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user