mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
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:
parent
5d6919055d
commit
83cd5b9477
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user