From: Yu-Chun Lin Date: Tue, 5 May 2026 10:58:36 +0000 (+0800) Subject: arm64: dts: realtek: Add pinctrl support for RTD1625 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83cd5b94773c11192c4eef4ad51cadac218b357d;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: realtek: Add pinctrl support for RTD1625 Add the pinctrl nodes for the Realtek RTD1625 SoC. Reviewed-by: Linus Walleij Signed-off-by: Yu-Chun Lin Link: https://lore.kernel.org/r/20260505105838.1014771-1-eleanor.lin@realtek.com Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm64/boot/dts/realtek/kent.dtsi b/arch/arm64/boot/dts/realtek/kent.dtsi index ae006ce244205..8d4293cd4c036 100644 --- a/arch/arm64/boot/dts/realtek/kent.dtsi +++ b/arch/arm64/boot/dts/realtek/kent.dtsi @@ -150,6 +150,26 @@ reg-shift = <2>; status = "disabled"; }; + + iso_pinctrl: pinctrl@4e000 { + compatible = "realtek,rtd1625-iso-pinctrl"; + reg = <0x4e000 0x1a4>; + }; + + main2_pinctrl: pinctrl@4f200 { + compatible = "realtek,rtd1625-main2-pinctrl"; + reg = <0x4f200 0x50>; + }; + + isom_pinctrl: pinctrl@146200 { + compatible = "realtek,rtd1625-isom-pinctrl"; + reg = <0x146200 0x34>; + }; + + ve4_pinctrl: pinctrl@14e000 { + compatible = "realtek,rtd1625-ve4-pinctrl"; + reg = <0x14e000 0x84>; + }; }; gic: interrupt-controller@ff100000 {