driver: pinctrl: Add pinctrl initial version of RTS5912.

Add pinctrl driver for Realtek RTS5912.

Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
This commit is contained in:
Lin Yu-Cheng 2024-11-22 17:07:43 +08:00 committed by Benjamin Cabé
commit 2c25182572
9 changed files with 867 additions and 0 deletions

View file

@ -72,6 +72,13 @@
clocks = <&rc25m>, <&pll>;
clock-names = "rc25m", "pll";
};
pinctrl: pin-controller@40090000 {
compatible = "realtek,rts5912-pinctrl";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x40090000 0x300>;
};
};
};