]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: realtek: Add pinctrl support for RTD1625
authorYu-Chun Lin <eleanor.lin@realtek.com>
Tue, 5 May 2026 10:58:36 +0000 (18:58 +0800)
committerArnd Bergmann <arnd@arndb.de>
Mon, 11 May 2026 07:57:43 +0000 (09:57 +0200)
Add the pinctrl nodes for the Realtek RTD1625 SoC.

Reviewed-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Yu-Chun Lin <eleanor.lin@realtek.com>
Link: https://lore.kernel.org/r/20260505105838.1014771-1-eleanor.lin@realtek.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/realtek/kent.dtsi

index ae006ce244205e2a05a1912f715f03d153cf4add..8d4293cd4c0365bd9a6110b4facbe966c3b0f99d 100644 (file)
                                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 {