arm64: dts: realtek: Add pinctrl support for RTD1625

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>
This commit is contained in:
Yu-Chun Lin 2026-05-05 18:58:36 +08:00 committed by Arnd Bergmann
parent 5d6919055d
commit 83cd5b9477
No known key found for this signature in database
GPG Key ID: 9A6C79EFE60018D9

View File

@ -150,6 +150,26 @@ uart0: serial@7800 {
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 {